% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it. ```esql ROW color = ["blue", "pink", "yellow"] | MV_EXPAND color | STATS VALUES(color) BY color ``` | VALUES(color):keyword | color:keyword | | --- | --- | | blue | blue | | pink | pink | | yellow | yellow |