[
https://issues.apache.org/jira/browse/CASSANDRA-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497683#comment-13497683
]
Dave Brosius commented on CASSANDRA-3890:
-----------------------------------------
It would theoretically be nice to add CompositeType to client-utils jar as
building composite columns in thrift is tedious presently, but given that
higher level libs probably have this functionality, and also the dependency
problems that already exist in client-utils, probably isn't worth it.
> [patch] add clientutil class for building composite column names
> ----------------------------------------------------------------
>
> Key: CASSANDRA-3890
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3890
> Project: Cassandra
> Issue Type: Improvement
> Components: Tools
> Reporter: Dave Brosius
> Priority: Trivial
> Attachments: add_composite_builder.diff
>
>
> allow for clients do do
> CompositeNameBuilder builder = new CompositeNameBuilder();
> builder.append("US");
> builder.append(91210);
> builder.append("San Mateo");
> Column col = new Column(builder.getComposite());
> BytesType, UTF8Type, LongType, LexicalUUIDType, TimeUUIDType are directly
> supported, AsciiType and custom types are supported thru a append(byte...
> value) catchall.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira