Re: CQL3 Custom Functions

2014-02-12 Thread Drew Kutcharian
In that case are there any plans of supporting microsecond version of dateOf() and now() functions. It's pretty common to use microsecond precision timeuuids. I created this JIRA: https://issues.apache.org/jira/browse/CASSANDRA-6672 cheers, Drew > On Feb 11, 2014, at 1:11 AM, Sylvain Lebresne

Re: CQL3 Custom Functions

2014-02-11 Thread Sylvain Lebresne
On Mon, Feb 10, 2014 at 7:16 PM, Drew Kutcharian wrote: > Hey Guys, > > How can I define custom CQL3 functions (similar to dateOf, now, etc)? > You can't, there is currently no way to define custom functions. -- Sylvain

CQL3 Custom Functions

2014-02-10 Thread Drew Kutcharian
Hey Guys, How can I define custom CQL3 functions (similar to dateOf, now, etc)? Cheers, Drew