Uses of Class
org.apache.cassandra.cql3.Term.Raw
Packages that use Term.Raw
Package
Description
-
Uses of Term.Raw in org.apache.cassandra.cql3
Subclasses of Term.Raw in org.apache.cassandra.cql3Modifier and TypeClassDescriptionstatic final classA raw placeholder for multiple values of the same type for a single column.static classA MultiColumnRaw version of AbstractMarker.Rawstatic classA parsed, but non prepared, bind marker.classRepresents[a, b, c, d]in CQL.static classstatic classstatic classstatic classstatic classstatic classA raw marker for an IN list of tuples, like "SELECT ...static classA raw, literal tuple.static classA raw placeholder for a tuple of values for different multiple columns, each of which may have a different type.classstatic classstatic classFields in org.apache.cassandra.cql3 declared as Term.RawFields in org.apache.cassandra.cql3 with type parameters of type Term.RawModifier and TypeFieldDescriptionMaps.Literal.entriesMaps.Literal.entriesfinal Map<FieldIdentifier,Term.Raw> UserTypes.Literal.entriesMethods in org.apache.cassandra.cql3 that return Term.RawModifier and TypeMethodDescriptionSingleColumnRelation.getMapKey()abstract Term.RawJson.Prepared.getRawTermForColumn(ColumnMetadata def, boolean defaultUnset) abstract Term.RawRelation.getValue()Returns the raw value for this relation, or null if this is an IN relation.SingleColumnRelation.getValue()TokenRelation.getValue()Methods in org.apache.cassandra.cql3 that return types with arguments of type Term.RawModifier and TypeMethodDescriptionMultiColumnRelation.getInValues()Relation.getInValues()Returns the list of raw IN values for this relation, or null if this is not an IN relation.SingleColumnRelation.getInValues()TokenRelation.getInValues()Methods in org.apache.cassandra.cql3 with parameters of type Term.RawModifier and TypeMethodDescriptionprotected TermMultiColumnRelation.toTerm(List<? extends ColumnSpecification> receivers, Term.Raw raw, String keyspace, VariableSpecifications boundNames) protected abstract TermRelation.toTerm(List<? extends ColumnSpecification> receivers, Term.Raw raw, String keyspace, VariableSpecifications boundNames) Converts the specifiedRawinto aTerm.protected TermSingleColumnRelation.toTerm(List<? extends ColumnSpecification> receivers, Term.Raw raw, String keyspace, VariableSpecifications boundNames) protected TermTokenRelation.toTerm(List<? extends ColumnSpecification> receivers, Term.Raw raw, String keyspace, VariableSpecifications boundNames) Method parameters in org.apache.cassandra.cql3 with type arguments of type Term.RawModifier and TypeMethodDescriptionstatic SingleColumnRelationSingleColumnRelation.createInRelation(ColumnIdentifier entity, List<Term.Raw> inValues) Constructors in org.apache.cassandra.cql3 with parameters of type Term.RawModifierConstructorDescriptionElementDeletion(ColumnIdentifier id, Term.Raw element) SetElement(Term.Raw selector, Term.Raw value) SetField(FieldIdentifier field, Term.Raw value) 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.Substraction(Term.Raw value) TokenRelation(List<ColumnIdentifier> entities, Operator type, Term.Raw value) TypeCast(CQL3Type.Raw type, Term.Raw term) Constructor parameters in org.apache.cassandra.cql3 with type arguments of type Term.RawModifierConstructorDescriptionArrayLiteral(List<Term.Raw> elements) Literal(Map<FieldIdentifier, Term.Raw> entries) -
Uses of Term.Raw in org.apache.cassandra.cql3.conditions
Methods in org.apache.cassandra.cql3.conditions that return Term.RawMethods in org.apache.cassandra.cql3.conditions with parameters of type Term.RawModifier and TypeMethodDescriptionstatic ColumnCondition.RawColumnCondition.Raw.collectionCondition(Term.Raw value, Term.Raw collectionElement, Operator op) A condition on a collection element.static ColumnCondition.RawColumnCondition.Raw.collectionInCondition(Term.Raw collectionElement, List<Term.Raw> inValues) An IN condition on a collection element.static ColumnCondition.RawColumnCondition.Raw.collectionInCondition(Term.Raw collectionElement, AbstractMarker.INRaw inMarker) An IN condition on a collection element with a single marker.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.Method parameters in org.apache.cassandra.cql3.conditions with type arguments of type Term.RawModifier and TypeMethodDescriptionstatic ColumnCondition.RawColumnCondition.Raw.collectionInCondition(Term.Raw collectionElement, List<Term.Raw> inValues) An IN condition on a collection element.static ColumnCondition.RawColumnCondition.Raw.simpleInCondition(List<Term.Raw> inValues) An IN condition on a column.static ColumnCondition.RawColumnCondition.Raw.udtFieldInCondition(FieldIdentifier udtField, List<Term.Raw> inValues) An IN condition on a collection element. -
Uses of Term.Raw in org.apache.cassandra.cql3.functions
Subclasses of Term.Raw in org.apache.cassandra.cql3.functionsMethods in org.apache.cassandra.cql3.functions with parameters of type Term.RawModifier and TypeMethodDescriptionstatic FunctionCall.Rawstatic FunctionCall.RawFunctionCall.Raw.newNegation(Term.Raw raw) static FunctionCall.RawFunctionCall.Raw.newOperation(char operator, Term.Raw left, Term.Raw right) Constructor parameters in org.apache.cassandra.cql3.functions with type arguments of type Term.Raw -
Uses of Term.Raw in org.apache.cassandra.cql3.functions.masking
Fields in org.apache.cassandra.cql3.functions.masking with type parameters of type Term.RawConstructor parameters in org.apache.cassandra.cql3.functions.masking with type arguments of type Term.Raw -
Uses of Term.Raw in org.apache.cassandra.cql3.restrictions
Fields in org.apache.cassandra.cql3.restrictions declared as Term.RawConstructors in org.apache.cassandra.cql3.restrictions with parameters of type Term.Raw -
Uses of Term.Raw in org.apache.cassandra.cql3.selection
Fields in org.apache.cassandra.cql3.selection declared as Term.RawModifier and TypeFieldDescriptionfinal Term.RawSelectable.WithElementSelection.elementfinal Term.RawSelectable.WithSliceSelection.fromfinal Term.RawSelectable.WithSliceSelection.toConstructors in org.apache.cassandra.cql3.selection with parameters of type Term.Raw -
Uses of Term.Raw in org.apache.cassandra.cql3.statements
Fields in org.apache.cassandra.cql3.statements declared as Term.RawModifier and TypeFieldDescriptionfinal Term.RawSelectStatement.RawStatement.limitfinal Term.RawSelectStatement.RawStatement.perPartitionLimitConstructors in org.apache.cassandra.cql3.statements with parameters of type Term.RawModifierConstructorDescriptionRawStatement(QualifiedName cfName, SelectStatement.Parameters parameters, List<RawSelector> selectClause, WhereClause whereClause, Term.Raw limit, Term.Raw perPartitionLimit) -
Uses of Term.Raw in org.apache.cassandra.cql3.statements.schema
Constructors in org.apache.cassandra.cql3.statements.schema with parameters of type Term.RawModifierConstructorDescriptionCreateAggregateStatement(String keyspaceName, String aggregateName, List<CQL3Type.Raw> rawArgumentTypes, CQL3Type.Raw rawStateType, FunctionName stateFunctionName, FunctionName finalFunctionName, Term.Raw rawInitialValue, boolean orReplace, boolean ifNotExists) Raw(FunctionName aggregateName, List<CQL3Type.Raw> rawArgumentTypes, CQL3Type.Raw rawStateType, String stateFunctionName, String finalFunctionName, Term.Raw rawInitialValue, boolean orReplace, boolean ifNotExists)