- All Implemented Interfaces:
- Selectable.Raw
- Enclosing class:
- ColumnIdentifier
public static class ColumnIdentifier.Raw
extends java.lang.Object
implements 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.