public class ColumnIdentifier extends java.lang.Object implements Selectable, java.lang.Comparable<ColumnIdentifier>
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) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ColumnIdentifier other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public ColumnIdentifier(java.lang.String rawText, boolean keepCase)
public ColumnIdentifier(java.nio.ByteBuffer key, AbstractType type)
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(ColumnIdentifier other)
compareTo
in interface java.lang.Comparable<ColumnIdentifier>
Copyright © 2013 The Apache Software Foundation