Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User-defined functions and aggregates in Cassandra 2.2 #31

Open
bobu opened this issue Oct 21, 2015 · 2 comments
Open

User-defined functions and aggregates in Cassandra 2.2 #31

bobu opened this issue Oct 21, 2015 · 2 comments

Comments

@bobu
Copy link

bobu commented Oct 21, 2015

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?

@0x6e6562
Copy link
Member

0x6e6562 commented Nov 4, 2015

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.

@bobu
Copy link
Author

bobu commented Nov 4, 2015

thanks Ben. I've gotten around it by doing some post-process aggregation in my app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants