RawSelector |
|
ResultSetBuilder |
|
Selectable.BetweenParenthesesOrWithTuple |
Selectable for Selectable between parentheses or tuples.
|
Selectable.BetweenParenthesesOrWithTuple.Raw |
|
Selectable.RawIdentifier |
In the selection clause, the parser cannot differentiate between Maps and UDTs as a column identifier and field
identifier have the same syntax.
|
Selectable.WithArrayLiteral |
Selectable for literal Lists.
|
Selectable.WithArrayLiteral.Raw |
|
Selectable.WithCast |
|
Selectable.WithCast.Raw |
|
Selectable.WithElementSelection |
Represents the selection of an element of a collection (eg.
|
Selectable.WithElementSelection.Raw |
|
Selectable.WithFieldSelection |
Represents the selection of the field of a UDT (eg.
|
Selectable.WithFieldSelection.Raw |
|
Selectable.WithFunction |
|
Selectable.WithFunction.Raw |
|
Selectable.WithList |
|
Selectable.WithMapOrUdt |
Selectable for literal Maps or UDTs.
|
Selectable.WithMapOrUdt.Raw |
|
Selectable.WithSet |
Selectable for literal Sets.
|
Selectable.WithSet.Raw |
|
Selectable.WithSliceSelection |
Represents the selection of a slice of a collection (eg.
|
Selectable.WithSliceSelection.Raw |
|
Selectable.WithTerm |
|
Selectable.WithTerm.Raw |
|
Selectable.WithTypeHint |
Selectable for type hints (e.g.
|
Selectable.WithTypeHint.Raw |
|
Selectable.WithVector |
|
Selectable.WritetimeOrTTL |
|
Selectable.WritetimeOrTTL.Raw |
|
Selection |
|
SelectionColumnMapping |
Separately maintains the ColumnSpecifications and their mappings to underlying
columns as we may receive null mappings.
|
Selector |
A Selector is used to convert the data returned by the storage engine into the data requested by the
user.
|
Selector.Factory |
A factory for Selector instances.
|
Selector.InputRow |
A row of data that need to be processed by a Selector
|
Selector.SelectorDeserializer |
|
Selector.Serializer |
|
SimpleSelector |
|
SimpleSelector.SimpleSelectorFactory |
The Factory for SimpleSelector .
|
TermSelector |
Selector representing a simple term (literals or bound variables).
|
VectorSelector |
|