| RawSelector |
|
| Selectable |
|
| Selectable.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.WithCast |
|
| Selectable.WithElementSelection |
Represents the selection of an element of a collection (eg.
|
| Selectable.WithFieldSelection |
Represents the selection of the field of a UDT (eg.
|
| Selectable.WithFunction.Raw |
|
| Selectable.WithSliceSelection |
Represents the selection of a slice of a collection (eg.
|
| Selectable.WritetimeOrTTL |
|
| Selection |
|
| Selection.Selectors |
|
| SelectionColumnMapping |
Separately maintains the ColumnSpecifications and their mappings to underlying
columns as we may receive null mappings.
|
| SelectionColumns |
Represents a mapping between the actual columns used to satisfy a Selection
and the column definitions included in the resultset metadata for the query.
|
| 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.Kind |
The Selector kinds.
|
| Selector.SelectorDeserializer |
|
| Selector.Serializer |
|