public class ColumnIdentifier extends java.lang.Object implements Selectable
Modifier and Type | Class and Description |
---|---|
static class |
ColumnIdentifier.Raw
Because Thrift-created tables may have a non-text comparator, we cannot determine the proper 'key' until
we know the comparator.
|
Selectable.WithFunction, Selectable.WritetimeOrTTL
Modifier and Type | Field and Description |
---|---|
java.nio.ByteBuffer |
key |
Constructor and Description |
---|
ColumnIdentifier(java.nio.ByteBuffer key,
AbstractType<?> type) |
ColumnIdentifier(java.lang.String rawText,
boolean keepCase) |
public ColumnIdentifier(java.lang.String rawText, boolean keepCase)
public ColumnIdentifier(java.nio.ByteBuffer key, AbstractType<?> type)
Copyright © 2015 The Apache Software Foundation