Github user arina-ielchiieva commented on the issue:
https://github.com/apache/drill/pull/1021
Well, I don't have strong preference here, we can use array, as long as
Prasad makes it nicely documented as in your example rather then in one line.
```
String displayNames[] = {
"First Value", // FIRST_VALUE = 0
"Second Value", // SECOND_VALUE = 1
...
};
```---
