0
votes

I finished the sample cube http://kylin.apache.org/docs/tutorial/kylin_sample.html. But this data structure is very basic. I'm wondering can query work for a struct type field by using .?

for example, car (struct) has name, so can I run the following query ?

SELECT car.name from example group by car.name
1

1 Answers