Uses of Class
org.apache.cassandra.cql3.Operator
-
-
Uses of Operator in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as Operator Modifier and Type Field Description protected OperatorRelation. relationTypeMethods in org.apache.cassandra.cql3 that return Operator Modifier and Type Method Description OperatorRelation. operator()static OperatorOperator. readFrom(java.io.DataInput input)Deserializes aOperatorinstance from the specified input.static OperatorOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.cql3 with parameters of type Operator Modifier and Type Method Description static MultiColumnRelationMultiColumnRelation. createNonInRelation(java.util.List<ColumnIdentifier> entities, Operator relationType, Term.MultiColumnRaw valuesOrMarker)Creates a multi-column EQ, LT, LTE, GT, or GTE relation.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)Constructors in org.apache.cassandra.cql3 with parameters of type Operator Constructor Description SingleColumnRelation(ColumnIdentifier entity, Operator type, Term.Raw value)Creates a new relation.SingleColumnRelation(ColumnIdentifier entity, Term.Raw mapKey, Operator type, Term.Raw value)Creates a new relation.TokenRelation(java.util.List<ColumnIdentifier> entities, Operator type, Term.Raw value) -
Uses of Operator in org.apache.cassandra.cql3.conditions
Fields in org.apache.cassandra.cql3.conditions declared as Operator Modifier and Type Field Description OperatorColumnCondition.Bound. comparisonOperatorOperatorColumnCondition. operatorMethods in org.apache.cassandra.cql3.conditions with parameters of type Operator Modifier and Type Method Description static ColumnCondition.RawColumnCondition.Raw. collectionCondition(Term.Raw value, Term.Raw collectionElement, Operator op)A condition on a collection element.protected static booleanColumnCondition.Bound. compareWithOperator(Operator operator, AbstractType<?> type, java.nio.ByteBuffer value, java.nio.ByteBuffer otherValue)Returns true if the operator is satisfied (i.e.static ColumnConditionColumnCondition. condition(ColumnMetadata column, FieldIdentifier udtField, Operator op, Terms terms)A UDT column, simple condition.static ColumnConditionColumnCondition. condition(ColumnMetadata column, Operator op, Terms terms)A regular column, simple condition.static ColumnConditionColumnCondition. condition(ColumnMetadata column, Term collectionElement, Operator op, Terms terms)A collection column, simple condition.protected static booleanColumnCondition. evaluateComparisonWithOperator(int comparison, Operator operator)static ColumnCondition.RawColumnCondition.Raw. simpleCondition(Term.Raw value, Operator op)A condition on a column.static ColumnCondition.RawColumnCondition.Raw. udtFieldCondition(Term.Raw value, FieldIdentifier udtField, Operator op)A condition on a UDT field.Constructors in org.apache.cassandra.cql3.conditions with parameters of type Operator Constructor Description Bound(ColumnMetadata column, Operator operator) -
Uses of Operator in org.apache.cassandra.cql3.restrictions
Constructors in org.apache.cassandra.cql3.restrictions with parameters of type Operator Constructor Description LikeRestriction(ColumnMetadata columnDef, Operator operator, Term value) -
Uses of Operator in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type Operator Modifier and Type Method Description AbstractReadCommandBuilderAbstractReadCommandBuilder. filterOn(java.lang.String column, Operator op, java.lang.Object value) -
Uses of Operator in org.apache.cassandra.db.filter
Fields in org.apache.cassandra.db.filter declared as Operator Modifier and Type Field Description protected OperatorRowFilter.Expression. operatorMethods in org.apache.cassandra.db.filter that return Operator Modifier and Type Method Description OperatorRowFilter.Expression. operator()Methods in org.apache.cassandra.db.filter with parameters of type Operator Modifier and Type Method Description RowFilter.SimpleExpressionRowFilter. add(ColumnMetadata def, Operator op, java.nio.ByteBuffer value)voidRowFilter. addMapEquality(ColumnMetadata def, java.nio.ByteBuffer key, Operator op, java.nio.ByteBuffer value)RowFilterRowFilter. without(ColumnMetadata column, Operator op, java.nio.ByteBuffer value)Returns a copy of this filter but without the provided expression.Constructors in org.apache.cassandra.db.filter with parameters of type Operator Constructor Description Expression(ColumnMetadata column, Operator operator, java.nio.ByteBuffer value)UserExpression(ColumnMetadata column, Operator operator, java.nio.ByteBuffer value) -
Uses of Operator in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type Operator Modifier and Type Method Description booleanIndex. supportsExpression(ColumnMetadata column, Operator operator)Called to determine whether this index can provide a searcher to execute a query on the supplied column using the specified operator. -
Uses of Operator in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type Operator Modifier and Type Method Description booleanCassandraIndex. supportsExpression(ColumnMetadata column, Operator operator)protected booleanCassandraIndex. supportsOperator(ColumnMetadata indexedColumn, Operator operator)Returns true if an index of this type can support search predicates of the form [column] OPERATOR [value] -
Uses of Operator in org.apache.cassandra.index.internal.composites
Methods in org.apache.cassandra.index.internal.composites with parameters of type Operator Modifier and Type Method Description booleanCollectionKeyIndex. supportsOperator(ColumnMetadata indexedColumn, Operator operator)booleanCollectionValueIndex. supportsOperator(ColumnMetadata indexedColumn, Operator operator) -
Uses of Operator in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type Operator Modifier and Type Method Description booleanSASIIndex. supportsExpression(ColumnMetadata column, Operator operator) -
Uses of Operator in org.apache.cassandra.index.sasi.conf
Methods in org.apache.cassandra.index.sasi.conf with parameters of type Operator Modifier and Type Method Description booleanColumnIndex. supports(Operator op) -
Uses of Operator in org.apache.cassandra.index.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan with parameters of type Operator Modifier and Type Method Description ExpressionExpression. add(Operator op, java.nio.ByteBuffer value)static Expression.OpExpression.Op. valueOf(Operator operator)Returns the enum constant of this type with the specified name. -
Uses of Operator in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type Operator Modifier and Type Method Description booleanPaxosUncommittedIndex. supportsExpression(ColumnMetadata column, Operator operator)
-