Interface | Description |
---|---|
Selectable | |
Selectable.Raw | |
Selection.Selectors | |
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.
|
Class | Description |
---|---|
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.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 for literal Lists. |
Selectable.WithList.Raw | |
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.WithToJSonFunction | |
Selectable.WithTypeHint |
Selectable for type hints (e.g. |
Selectable.WithTypeHint.Raw | |
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. |
SimpleSelector | |
SimpleSelector.SimpleSelectorFactory |
The Factory for
SimpleSelector . |
TermSelector |
Selector representing a simple term (literals or bound variables).
|
Copyright © 2009-2021 The Apache Software Foundation