- All Superinterfaces:
- Selectable.Raw
- All Known Implementing Classes:
- ColumnIdentifier.ColumnIdentifierValue, ColumnIdentifier.Literal
- Enclosing class:
- ColumnIdentifier
public static interface ColumnIdentifier.Raw
extends Selectable.Raw
Because Thrift-created tables may have a non-text comparator, we cannot determine the proper 'key' until
we know the comparator. ColumnIdentifier.Raw is a placeholder that can be converted to a real ColumnIdentifier
once the comparator is known with prepare(). This should only be used with identifiers that are actual
column names. See CASSANDRA-8178 for more background.