Open bobu opened 9 years ago
cqlc (currently) doesn't process the metadata for user-defined aggregate functions, and because of this, no code is generated to support this. However, this sounds like a sensible addition. Not 100% of when this feature can land though.
thanks Ben. I've gotten around it by doing some post-process aggregation in my app.
I'm going to call a user-defined aggregate function that I've created in Cassandra. It looks like I'll have to use gocql directly to do this. Has anyone tried any other way of doing it with cqlc?