Uses of Enum Class
org.apache.cassandra.cql3.AssignmentTestable.TestResult
Packages that use AssignmentTestable.TestResult
Package
Description
-
Uses of AssignmentTestable.TestResult in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return AssignmentTestable.TestResultModifier and TypeMethodDescriptionAssignmentTestable.TestResult.testAll(String keyspace, ColumnSpecification receiver, Collection<? extends AssignmentTestable> toTest) AbstractMarker.MultiColumnRaw.testAssignment(String keyspace, ColumnSpecification receiver) AbstractMarker.Raw.testAssignment(String keyspace, ColumnSpecification receiver) ArrayLiteral.testAssignment(String keyspace, ColumnSpecification receiver) AssignmentTestable.testAssignment(String keyspace, ColumnSpecification receiver) Constants.Literal.testAssignment(String keyspace, ColumnSpecification receiver) Lists.Literal.testAssignment(String keyspace, ColumnSpecification receiver) Maps.Literal.testAssignment(String keyspace, ColumnSpecification receiver) Sets.Literal.testAssignment(String keyspace, ColumnSpecification receiver) Tuples.Literal.testAssignment(String keyspace, ColumnSpecification receiver) TypeCast.testAssignment(String keyspace, ColumnSpecification receiver) UserTypes.Literal.testAssignment(String keyspace, ColumnSpecification receiver) Vectors.Literal.testAssignment(String keyspace, ColumnSpecification receiver) Lists.testListAssignment(ColumnSpecification receiver, List<? extends AssignmentTestable> elements) Tests that the list with the specified elements can be assigned to the specified column.static <T extends AssignmentTestable>
AssignmentTestable.TestResultMaps.testMapAssignment(ColumnSpecification receiver, List<Pair<T, T>> entries) Tests that the map with the specified entries can be assigned to the specified column.Sets.testSetAssignment(ColumnSpecification receiver, List<? extends AssignmentTestable> elements) Tests that the set with the specified elements can be assigned to the specified column.Tuples.testTupleAssignment(ColumnSpecification receiver, List<? extends AssignmentTestable> elements) Tests that the tuple with the specified elements can be assigned to the specified column.static <T extends AssignmentTestable>
AssignmentTestable.TestResultUserTypes.testUserTypeAssignment(ColumnSpecification receiver, Map<FieldIdentifier, T> entries) Tests that the map with the specified entries can be assigned to the specified column.Vectors.testVectorAssignment(ColumnSpecification receiver, List<? extends AssignmentTestable> elements) Tests that the vector with the specified elements can be assigned to the specified column.Returns the enum constant of this class with the specified name.static AssignmentTestable.TestResult[]AssignmentTestable.TestResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AssignmentTestable.TestResult in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return AssignmentTestable.TestResultModifier and TypeMethodDescriptionAbstractFunction.testAssignment(String keyspace, ColumnSpecification receiver) FunctionCall.Raw.testAssignment(String keyspace, ColumnSpecification receiver) -
Uses of AssignmentTestable.TestResult in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection that return AssignmentTestable.TestResultModifier and TypeMethodDescriptionSelectable.BetweenParenthesesOrWithTuple.testAssignment(String keyspace, ColumnSpecification receiver) default AssignmentTestable.TestResultSelectable.testAssignment(String keyspace, ColumnSpecification receiver) Selectable.WithArrayLiteral.testAssignment(String keyspace, ColumnSpecification receiver) Selectable.WithList.testAssignment(String keyspace, ColumnSpecification receiver) Selectable.WithMapOrUdt.testAssignment(String keyspace, ColumnSpecification receiver) Selectable.WithSet.testAssignment(String keyspace, ColumnSpecification receiver) Selectable.WithTerm.testAssignment(String keyspace, ColumnSpecification receiver) Selectable.WithTypeHint.testAssignment(String keyspace, ColumnSpecification receiver) Selectable.WithVector.testAssignment(String keyspace, ColumnSpecification receiver) -
Uses of AssignmentTestable.TestResult in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return AssignmentTestable.TestResultModifier and TypeMethodDescriptionAbstractType.testAssignment(String keyspace, ColumnSpecification receiver) AbstractType.testAssignment(AbstractType<?> receiverType) Tests whether a CQL value having this type can be assigned to the provided receiver.