You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: