Uses of Class
org.apache.cassandra.cql3.VariableSpecifications
-
-
Uses of VariableSpecifications in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as VariableSpecifications Modifier and Type Field Description protected VariableSpecificationsCQLStatement.Raw. bindVariablesMethods in org.apache.cassandra.cql3 that return VariableSpecifications Modifier and Type Method Description static VariableSpecificationsVariableSpecifications. empty()Returns an empty instance ofVariableSpecifications.Methods in org.apache.cassandra.cql3 with parameters of type VariableSpecifications Modifier and Type Method Description voidAbstractMarker. collectMarkerSpecification(VariableSpecifications boundNames)voidAttributes. collectMarkerSpecification(VariableSpecifications boundNames)voidLists.DelayedValue. collectMarkerSpecification(VariableSpecifications boundNames)voidLists.SetterByIndex. collectMarkerSpecification(VariableSpecifications boundNames)voidMaps.DelayedValue. collectMarkerSpecification(VariableSpecifications boundNames)voidMaps.SetterByKey. collectMarkerSpecification(VariableSpecifications boundNames)voidOperation. collectMarkerSpecification(VariableSpecifications boundNames)Collects the column specification for the bind variables of this operation.voidSets.DelayedValue. collectMarkerSpecification(VariableSpecifications boundNames)voidTerm. collectMarkerSpecification(VariableSpecifications boundNames)Collects the column specification for the bind variables in this Term.voidTerm.Terminal. collectMarkerSpecification(VariableSpecifications boundNames)voidTerms. collectMarkerSpecification(VariableSpecifications boundNames)Collects the column specifications for the bind variables in the terms.voidTuples.DelayedValue. collectMarkerSpecification(VariableSpecifications boundNames)voidUserTypes.DelayedValue. collectMarkerSpecification(VariableSpecifications boundNames)protected RestrictionMultiColumnRelation. newContainsRestriction(TableMetadata table, VariableSpecifications boundNames, boolean isKey)protected abstract RestrictionRelation. newContainsRestriction(TableMetadata table, VariableSpecifications boundNames, boolean isKey)Creates a new Contains restriction instance.protected RestrictionSingleColumnRelation. newContainsRestriction(TableMetadata table, VariableSpecifications boundNames, boolean isKey)protected RestrictionTokenRelation. newContainsRestriction(TableMetadata table, VariableSpecifications boundNames, boolean isKey)protected RestrictionMultiColumnRelation. newEQRestriction(TableMetadata table, VariableSpecifications boundNames)protected abstract RestrictionRelation. newEQRestriction(TableMetadata table, VariableSpecifications boundNames)Creates a new EQ restriction instance.protected RestrictionSingleColumnRelation. newEQRestriction(TableMetadata table, VariableSpecifications boundNames)protected RestrictionTokenRelation. newEQRestriction(TableMetadata table, VariableSpecifications boundNames)protected RestrictionMultiColumnRelation. newINRestriction(TableMetadata table, VariableSpecifications boundNames)protected abstract RestrictionRelation. newINRestriction(TableMetadata table, VariableSpecifications boundNames)Creates a new IN restriction instance.protected RestrictionSingleColumnRelation. newINRestriction(TableMetadata table, VariableSpecifications boundNames)protected RestrictionTokenRelation. newINRestriction(TableMetadata table, VariableSpecifications boundNames)protected RestrictionMultiColumnRelation. newIsNotRestriction(TableMetadata table, VariableSpecifications boundNames)protected abstract RestrictionRelation. newIsNotRestriction(TableMetadata table, VariableSpecifications boundNames)protected RestrictionSingleColumnRelation. newIsNotRestriction(TableMetadata table, VariableSpecifications boundNames)protected RestrictionTokenRelation. newIsNotRestriction(TableMetadata table, VariableSpecifications boundNames)protected RestrictionMultiColumnRelation. newLikeRestriction(TableMetadata table, VariableSpecifications boundNames, Operator operator)protected abstract RestrictionRelation. newLikeRestriction(TableMetadata table, VariableSpecifications boundNames, Operator operator)protected RestrictionSingleColumnRelation. newLikeRestriction(TableMetadata table, VariableSpecifications boundNames, Operator operator)protected RestrictionTokenRelation. newLikeRestriction(TableMetadata table, VariableSpecifications boundNames, Operator operator)protected RestrictionMultiColumnRelation. newSliceRestriction(TableMetadata table, VariableSpecifications boundNames, Bound bound, boolean inclusive)protected abstract RestrictionRelation. newSliceRestriction(TableMetadata table, VariableSpecifications boundNames, Bound bound, boolean inclusive)Creates a new Slice restriction instance.protected RestrictionSingleColumnRelation. newSliceRestriction(TableMetadata table, VariableSpecifications boundNames, Bound bound, boolean inclusive)protected RestrictionTokenRelation. newSliceRestriction(TableMetadata table, VariableSpecifications boundNames, Bound bound, boolean inclusive)Json.PreparedJson.Literal. prepareAndCollectMarkers(TableMetadata metadata, java.util.Collection<ColumnMetadata> receivers, VariableSpecifications boundNames)Json.PreparedJson.Marker. prepareAndCollectMarkers(TableMetadata metadata, java.util.Collection<ColumnMetadata> receivers, VariableSpecifications boundNames)Json.PreparedJson.Raw. prepareAndCollectMarkers(TableMetadata metadata, java.util.Collection<ColumnMetadata> receivers, VariableSpecifications boundNames)RestrictionRelation. toRestriction(TableMetadata table, VariableSpecifications boundNames)Converts thisRelationinto aRestriction.protected TermMultiColumnRelation. toTerm(java.util.List<? extends ColumnSpecification> receivers, Term.Raw raw, java.lang.String keyspace, VariableSpecifications boundNames)protected abstract TermRelation. toTerm(java.util.List<? extends ColumnSpecification> receivers, Term.Raw raw, java.lang.String keyspace, VariableSpecifications boundNames)Converts the specifiedRawinto aTerm.protected TermSingleColumnRelation. toTerm(java.util.List<? extends ColumnSpecification> receivers, Term.Raw raw, java.lang.String keyspace, VariableSpecifications boundNames)protected TermTokenRelation. toTerm(java.util.List<? extends ColumnSpecification> receivers, Term.Raw raw, java.lang.String keyspace, VariableSpecifications boundNames)protected java.util.List<Term>Relation. toTerms(java.util.List<? extends ColumnSpecification> receivers, java.util.List<? extends Term.Raw> raws, java.lang.String keyspace, VariableSpecifications boundNames)Converts the specifiedRawterms into aTerms. -
Uses of VariableSpecifications in org.apache.cassandra.cql3.conditions
Methods in org.apache.cassandra.cql3.conditions with parameters of type VariableSpecifications Modifier and Type Method Description voidColumnCondition. collectMarkerSpecification(VariableSpecifications boundNames)Collects the column specification for the bind variables of this operation. -
Uses of VariableSpecifications in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type VariableSpecifications Modifier and Type Method Description voidFunctionCall. collectMarkerSpecification(VariableSpecifications boundNames) -
Uses of VariableSpecifications in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions with parameters of type VariableSpecifications Modifier and Type Method Description voidCustomIndexExpression. prepareValue(TableMetadata table, AbstractType<?> expressionType, VariableSpecifications boundNames)Constructors in org.apache.cassandra.cql3.restrictions with parameters of type VariableSpecifications Constructor Description StatementRestrictions(StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, boolean selectsOnlyStaticColumns, boolean allowFiltering, boolean forView)StatementRestrictions(StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, boolean selectsOnlyStaticColumns, boolean allowUseOfSecondaryIndices, boolean allowFiltering, boolean forView) -
Uses of VariableSpecifications in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection with parameters of type VariableSpecifications Modifier and Type Method Description static SelectionSelection. fromSelectors(TableMetadata table, java.util.List<Selectable> selectables, VariableSpecifications boundNames, java.util.Set<ColumnMetadata> orderingColumns, java.util.Set<ColumnMetadata> nonPKRestrictedColumns, boolean hasGroupBy, boolean isJson, boolean returnStaticContentOnPartitionWithNoRows)Selector.FactorySelectable.BetweenParenthesesOrWithTuple. newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable. newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithCast. newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithElementSelection. newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithFieldSelection. newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithFunction. newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithList. newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithMapOrUdt. newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithSet. newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithSliceSelection. newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithTerm. newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithToJSonFunction. newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WithTypeHint. newSelectorFactory(TableMetadata cfm, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)Selector.FactorySelectable.WritetimeOrTTL. newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)static SelectionSelection. wildcardWithGroupBy(TableMetadata table, VariableSpecifications boundNames, boolean isJson, boolean returnStaticContentOnPartitionWithNoRows) -
Uses of VariableSpecifications in org.apache.cassandra.cql3.statements
Fields in org.apache.cassandra.cql3.statements declared as VariableSpecifications Modifier and Type Field Description protected VariableSpecificationsModificationStatement. bindVariablesVariableSpecificationsSelectStatement. bindVariablesMethods in org.apache.cassandra.cql3.statements with parameters of type VariableSpecifications Modifier and Type Method Description protected StatementRestrictionsModificationStatement.Parsed. newRestrictions(TableMetadata metadata, VariableSpecifications boundNames, Operations operations, WhereClause where, Conditions conditions)Creates the restrictions.ModificationStatementModificationStatement.Parsed. prepare(VariableSpecifications bindVariables)protected ModificationStatementDeleteStatement.Parsed. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)protected abstract ModificationStatementModificationStatement.Parsed. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)protected ModificationStatementUpdateStatement.ParsedInsert. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)protected ModificationStatementUpdateStatement.ParsedInsertJson. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)protected ModificationStatementUpdateStatement.ParsedUpdate. prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)Constructors in org.apache.cassandra.cql3.statements with parameters of type VariableSpecifications Constructor Description BatchStatement(BatchStatement.Type type, VariableSpecifications bindVariables, java.util.List<ModificationStatement> statements, Attributes attrs)Creates a new BatchStatement.ModificationStatement(StatementType type, VariableSpecifications bindVariables, TableMetadata metadata, Operations operations, StatementRestrictions restrictions, Conditions conditions, Attributes attrs)SelectStatement(TableMetadata table, VariableSpecifications bindVariables, SelectStatement.Parameters parameters, Selection selection, StatementRestrictions restrictions, boolean isReversed, AggregationSpecification.Factory aggregationSpecFactory, java.util.Comparator<java.util.List<java.nio.ByteBuffer>> orderingComparator, Term limit, Term perPartitionLimit) -
Uses of VariableSpecifications in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type VariableSpecifications Modifier and Type Method Description Selector.FactoryColumnMetadata. newSelectorFactory(TableMetadata table, AbstractType<?> expectedType, java.util.List<ColumnMetadata> defs, VariableSpecifications boundNames)
-