Uses of Interface
org.apache.cassandra.cql3.selection.Selectable
Packages that use Selectable
-
Uses of Selectable in org.apache.cassandra.cql3.selection
Classes in org.apache.cassandra.cql3.selection that implement SelectableModifier and TypeClassDescriptionstatic classSelectableforSelectablebetween parentheses or tuples.static classSelectablefor literal Lists.static classstatic classRepresents the selection of an element of a collection (eg.static classRepresents the selection of the field of a UDT (eg.static classstatic classstatic classSelectablefor literal Maps or UDTs.static classSelectablefor literal Sets.static classRepresents the selection of a slice of a collection (eg.static classstatic classSelectablefor type hints (e.g.static classstatic classFields in org.apache.cassandra.cql3.selection declared as SelectableModifier and TypeFieldDescriptionfinal SelectableSelectable.WritetimeOrTTL.selectablefinal SelectableSelectable.WithElementSelection.selectedfinal SelectableSelectable.WithFieldSelection.selectedfinal SelectableSelectable.WithSliceSelection.selectedFields in org.apache.cassandra.cql3.selection with type parameters of type SelectableModifier and TypeFieldDescriptionfinal List<Selectable>Selectable.WithFunction.argsprotected final List<Selectable>Selectable.WithArrayLiteral.selectablesThe list elementsMethods in org.apache.cassandra.cql3.selection that return SelectableModifier and TypeMethodDescriptionSelectable.BetweenParenthesesOrWithTuple.Raw.prepare(TableMetadata cfm) Selectable.Raw.prepare(TableMetadata table) Selectable.RawIdentifier.prepare(TableMetadata cfm) Selectable.WithArrayLiteral.Raw.prepare(TableMetadata cfm) Selectable.WithFunction.Raw.prepare(TableMetadata table) Selectable.WithMapOrUdt.Raw.prepare(TableMetadata cfm) Selectable.WithSet.Raw.prepare(TableMetadata cfm) Selectable.WithTerm.Raw.prepare(TableMetadata table) Selectable.WithTypeHint.Raw.prepare(TableMetadata cfm) Methods in org.apache.cassandra.cql3.selection that return types with arguments of type SelectableModifier and TypeMethodDescriptionstatic List<Selectable>RawSelector.toSelectables(List<RawSelector> raws, TableMetadata table) Converts the specified list ofRawSelectors into a list ofSelectables.Methods in org.apache.cassandra.cql3.selection with parameters of type SelectableModifier and TypeMethodDescriptiondefault ColumnSpecificationSelectable.specForElementOrSlice(Selectable selected, ColumnSpecification receiver, CollectionType.Kind kind, String selectionType) Method parameters in org.apache.cassandra.cql3.selection with type arguments of type SelectableModifier and TypeMethodDescriptionstatic SelectionSelection.fromSelectors(TableMetadata table, List<Selectable> selectables, VariableSpecifications boundNames, Set<ColumnMetadata> orderingColumns, Set<ColumnMetadata> nonPKRestrictedColumns, boolean hasGroupBy, boolean isJson, boolean returnStaticContentOnPartitionWithNoRows) static booleanSelectable.selectColumns(List<Selectable> selectables, Predicate<ColumnMetadata> predicate) Checks if the specified Selectables select columns matching the specified predicate.Constructors in org.apache.cassandra.cql3.selection with parameters of type SelectableModifierConstructorDescriptionWithCast(Selectable arg, CQL3Type type) WithFieldSelection(Selectable selected, FieldIdentifier field) WithTypeHint(String typeName, AbstractType<?> type, Selectable selectable) WritetimeOrTTL(ColumnMetadata column, Selectable selectable, Selectable.WritetimeOrTTL.Kind kind) Constructor parameters in org.apache.cassandra.cql3.selection with type arguments of type SelectableModifierConstructorDescriptionBetweenParenthesesOrWithTuple(List<Selectable> selectables) WithArrayLiteral(List<Selectable> selectables) WithFunction(Function function, List<Selectable> args) WithList(List<Selectable> selectables) WithSet(List<Selectable> selectables) WithVector(List<Selectable> selectables) -
Uses of Selectable in org.apache.cassandra.schema
Classes in org.apache.cassandra.schema that implement Selectable