I'm querying a vendor's cassandra database to fetch data from a table. The data returned is a JSON file stored as text. I want to determine the average size of the json file in the cassandra table. Also other stats like max size and min size for each partition.
Can we achieve the above requirement using SELECT+Aggregate functions queries?
Please suggest to get the desired output