bschoening opened a new pull request, #3778:
URL: https://github.com/apache/cassandra/pull/3778
This PR adds CQL grammar to support the autocompletion of over two dozen
built-in function. These include:
- abs, exp, log, log10, round (scalar math functions)
- avg, min, max, sum (aggregate math functions)
- collection_{avg, min, max, sum} (collection aggregates)
- to_data, to_timestamp, to_unix_timestamp
- map_keys, map_values
- min_timeuuid, max_timeuuid
- min_writetime, max_writetime
- mask_ {default, hash, inner, null, outer}
Unit tests have been updated to add:
- test_complete_in_select
- test_complete_in_select_where
- test_complete_in_select_where_equal
The [Cassandra
Jira](https://issues.apache.org/jira/projects/CASSANDRA/issues/)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]