You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Rekha Joshi (JIRA)" <ji...@apache.org> on 2015/01/05 22:35:34 UTC

[jira] [Created] (CASSANDRA-8567) Functions like length() and trim() on cqlsh table fields

Rekha Joshi created CASSANDRA-8567:
--------------------------------------

             Summary: Functions like length() and trim() on cqlsh table fields
                 Key: CASSANDRA-8567
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8567
             Project: Cassandra
          Issue Type: Wish
          Components: Core
            Reporter: Rekha Joshi


It would be nice to be able to order by length of field values.
A function like length(field) and trim(field) on cqlsh
To enable do something like say - select * from  <table> where <field1>=<value> order by length(trim(<field2>)) desc;
Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)