Hi,

I'm learning to use the Python Driver API as documented here:
https://datastax.github.io/python-driver/api/index.html

The database that I am working on has a user define function, similar to
what is described here:
http://batey.info/cassandra-aggregates-min-max-avg-group.html

Is there a way to use to a user defined function inside a ModelQuerySet?
(the API docs seems to be silent about this topic)

If not, what are my other alternatives? Should I be defining an equivalent
function in my python program that emulates what the user define function
does?

Cheers,
Earl

Reply via email to