Class Selectable.RawIdentifier

  • All Implemented Interfaces:
    Selectable.Raw
    Enclosing interface:
    Selectable

    public static final class Selectable.RawIdentifier
    extends java.lang.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.