How to get MIN() MAX() values from cassandra in java bean? -


i can aggregate function value of count in setter , getter in java bean mentioning column name count. example, select count(*) employee; can output in getcount(); may know how can same min(total_marks) / max (total_marks) in java? have used same getter , setter technique mentioning getmin , getmax , returns 0. can solve issue? in advance.

cassandra query language doesn't support such things. should use query engine hive or spark sql perform them.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -