Uses of Enum Class
org.apache.cassandra.cql3.Operator
Packages that use Operator
Package
Description
-
Uses of Operator in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as OperatorMethods in org.apache.cassandra.cql3 that return OperatorModifier and TypeMethodDescriptionRelation.operator()static OperatorDeserializes aOperatorinstance from the specified input.static OperatorReturns the enum constant of this class with the specified name.static Operator[]Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.cql3 with parameters of type OperatorModifier and TypeMethodDescriptionstatic MultiColumnRelationMultiColumnRelation.createNonInRelation(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 OperatorModifierConstructorDescriptionSingleColumnRelation(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(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 OperatorModifier and TypeFieldDescriptionfinal OperatorColumnCondition.Bound.comparisonOperatorfinal OperatorColumnCondition.operatorMethods in org.apache.cassandra.cql3.conditions with parameters of type OperatorModifier and TypeMethodDescriptionstatic 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, ByteBuffer value, 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 final 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 -
Uses of Operator in org.apache.cassandra.cql3.restrictions
Constructors in org.apache.cassandra.cql3.restrictions with parameters of type OperatorModifierConstructorDescriptionLikeRestriction(ColumnMetadata columnDef, Operator operator, Term value) -
Uses of Operator in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type OperatorModifier and TypeMethodDescription -
Uses of Operator in org.apache.cassandra.db.filter
Fields in org.apache.cassandra.db.filter declared as OperatorMethods in org.apache.cassandra.db.filter that return OperatorMethods in org.apache.cassandra.db.filter with parameters of type OperatorModifier and TypeMethodDescriptionRowFilter.add(ColumnMetadata def, Operator op, ByteBuffer value) voidRowFilter.addMapEquality(ColumnMetadata def, ByteBuffer key, Operator op, ByteBuffer value) RowFilter.without(ColumnMetadata column, Operator op, ByteBuffer value) Returns a copy of this filter but without the provided expression.Constructors in org.apache.cassandra.db.filter with parameters of type OperatorModifierConstructorDescriptionprotectedExpression(ColumnMetadata column, Operator operator, ByteBuffer value) protectedUserExpression(ColumnMetadata column, Operator operator, ByteBuffer value) -
Uses of Operator in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type OperatorModifier and TypeMethodDescriptionbooleanIndex.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 OperatorModifier and TypeMethodDescriptionbooleanCassandraIndex.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 OperatorModifier and TypeMethodDescriptionbooleanCollectionKeyIndex.supportsOperator(ColumnMetadata indexedColumn, Operator operator) booleanCollectionValueIndex.supportsOperator(ColumnMetadata indexedColumn, Operator operator) -
Uses of Operator in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai with parameters of type OperatorModifier and TypeMethodDescriptionbooleanStorageAttachedIndex.supportsExpression(ColumnMetadata column, Operator operator) -
Uses of Operator in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan with parameters of type OperatorModifier and TypeMethodDescriptionExpression.add(Operator op, ByteBuffer value) This adds an operation to the currentExpressioninstance and returns the current instance.static booleanExpression.supportsOperator(Operator operator) static Expression.IndexOperatorReturns the enum constant of this class with the specified name. -
Uses of Operator in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils with parameters of type Operator -
Uses of Operator in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type OperatorModifier and TypeMethodDescriptionbooleanSASIIndex.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 -
Uses of Operator in org.apache.cassandra.index.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan with parameters of type OperatorModifier and TypeMethodDescriptionExpression.add(Operator op, ByteBuffer value) static Expression.OpReturns the enum constant of this class 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 OperatorModifier and TypeMethodDescriptionbooleanPaxosUncommittedIndex.supportsExpression(ColumnMetadata column, Operator operator)