Class Selectable.RawIdentifier

java.lang.Object
org.apache.cassandra.cql3.selection.Selectable.RawIdentifier
All Implemented Interfaces:
Selectable.Raw
Enclosing interface:
Selectable

public static final class Selectable.RawIdentifier extends Object implements Selectable.Raw
In the selection clause, the parser cannot differentiate between Maps and UDTs as a column identifier and field identifier have the same syntax. By consequence, we need to wait until the type is known to create the proper Object: ColumnMetadata or FieldIdentifier.