Cassandra CLI - Composite Type assume
-------------------------------------

                 Key: CASSANDRA-3593
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3593
             Project: Cassandra
          Issue Type: New Feature
            Reporter: James Heggs


It might be nice to allow the assume command to be used for composite columns.

For example given the following column family:

create column family TestColFam with comparator = 
'CompositeType(BytesType,AsciiType)' and key_validation_class = AsciiType;

The first part of the composite is Bytes so this allows String, longs booleans 
etc all to be placed into the first part of the composite.

On the CLI when reading the data back it would be nice if there was a way to 
specify how you want the composite formatted. Something like:

#assume TestColFam as Composite(Long, AsciiType);



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to