Reputation: 178
I am using DSE4.5 and i have created dynamic column family by map collection. Is there any way by that i can select map columns from cassandra table and run aggregation on it by using hive query.
Thanks
Upvotes: 1
Views: 496
Reputation: 7305
The following built-in collection functions are supported in hive:
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF
Upvotes: 1