Uses of Class
org.apache.cassandra.cql3.selection.Selector.Factory
Packages that use Selector.Factory
Package
Description
-
Uses of Selector.Factory in org.apache.cassandra.cql3.selection
Subclasses of Selector.Factory in org.apache.cassandra.cql3.selectionModifier and TypeClassDescriptionstatic final classThe Factory forSimpleSelector.Methods in org.apache.cassandra.cql3.selection that return Selector.FactoryModifier and TypeMethodDescriptionstatic Selector.FactorySimpleSelector.newFactory(ColumnMetadata def, int idx, boolean useForPostOrdering) static Selector.FactoryTermSelector.newFactory(String name, Term term, AbstractType<?> type) static Selector.FactoryVectorSelector.newFactory(AbstractType<?> type, org.apache.cassandra.cql3.selection.SelectorFactories factories) Selectable.BetweenParenthesesOrWithTuple.newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithArrayLiteral.newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithCast.newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithElementSelection.newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithFieldSelection.newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithFunction.newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithList.newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithMapOrUdt.newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithSet.newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithSliceSelection.newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithTerm.newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithTypeHint.newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WithVector.newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) Selectable.WritetimeOrTTL.newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames) -
Uses of Selector.Factory in org.apache.cassandra.db.aggregation
Methods in org.apache.cassandra.db.aggregation with parameters of type Selector.FactoryModifier and TypeMethodDescriptionAggregationSpecification.aggregatePkPrefixFactoryWithSelector(ClusteringComparator comparator, int clusteringPrefixSize, Selector.Factory factory, List<ColumnMetadata> columns) -
Uses of Selector.Factory in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return Selector.FactoryModifier and TypeMethodDescriptionColumnMetadata.newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, List<ColumnMetadata> defs, VariableSpecifications boundNames)