Uses of Class
org.apache.cassandra.cql3.FieldIdentifier
Packages that use FieldIdentifier
Package
Description
-
Uses of FieldIdentifier in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 with type parameters of type FieldIdentifierMethods in org.apache.cassandra.cql3 that return FieldIdentifierModifier and TypeMethodDescriptionstatic FieldIdentifierFieldIdentifier.forInternalString(String text) Creates aFieldIdentifierfrom an internal string.static FieldIdentifierCreates aFieldIdentifierfrom a quoted identifier string.static FieldIdentifierFieldIdentifier.forUnquoted(String text) Creates aFieldIdentifierfrom an unquoted identifier string.Method parameters in org.apache.cassandra.cql3 with type arguments of type FieldIdentifierModifier and TypeMethodDescriptionstatic <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.static <T> StringUserTypes.userTypeToString(Map<FieldIdentifier, T> items) Create aStringrepresentation of the user type from the specified items associated to the user type entries.static <T> StringUserTypes.userTypeToString(Map<FieldIdentifier, T> items, Function<T, String> mapper) Create aStringrepresentation of the user type from the specified items associated to the user type entries.static <T extends AssignmentTestable>
voidUserTypes.validateUserTypeAssignableTo(ColumnSpecification receiver, Map<FieldIdentifier, T> entries) Constructors in org.apache.cassandra.cql3 with parameters of type FieldIdentifierModifierConstructorDescriptionDeleterByField(ColumnMetadata column, FieldIdentifier field) FieldDeletion(ColumnIdentifier id, FieldIdentifier field) SetField(FieldIdentifier field, Term.Raw value) SetterByField(ColumnMetadata column, FieldIdentifier field, Term t) Constructor parameters in org.apache.cassandra.cql3 with type arguments of type FieldIdentifier -
Uses of FieldIdentifier in org.apache.cassandra.cql3.conditions
Methods in org.apache.cassandra.cql3.conditions with parameters of type FieldIdentifierModifier and TypeMethodDescriptionstatic ColumnConditionColumnCondition.condition(ColumnMetadata column, FieldIdentifier udtField, Operator op, Terms terms) A UDT column, simple condition.static ColumnCondition.RawColumnCondition.Raw.udtFieldCondition(Term.Raw value, FieldIdentifier udtField, Operator op) A condition on a UDT field.static ColumnCondition.RawColumnCondition.Raw.udtFieldInCondition(FieldIdentifier udtField, List<Term.Raw> inValues) An IN condition on a collection element.static ColumnCondition.RawColumnCondition.Raw.udtFieldInCondition(FieldIdentifier udtField, AbstractMarker.INRaw inMarker) An IN condition on a collection element with a single marker. -
Uses of FieldIdentifier in org.apache.cassandra.cql3.selection
Fields in org.apache.cassandra.cql3.selection declared as FieldIdentifierMethods in org.apache.cassandra.cql3.selection that return FieldIdentifierConstructors in org.apache.cassandra.cql3.selection with parameters of type FieldIdentifierModifierConstructorDescriptionRaw(Selectable.Raw selected, FieldIdentifier field) WithFieldSelection(Selectable selected, FieldIdentifier field) -
Uses of FieldIdentifier in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema with parameters of type FieldIdentifierModifier and TypeMethodDescriptionvoidAlterTypeStatement.Raw.add(FieldIdentifier name, CQL3Type.Raw type) voidCreateTypeStatement.Raw.addField(FieldIdentifier name, CQL3Type.Raw type) voidAlterTypeStatement.Raw.alter(FieldIdentifier name, CQL3Type.Raw type) voidAlterTypeStatement.Raw.rename(FieldIdentifier from, FieldIdentifier to) Constructor parameters in org.apache.cassandra.cql3.statements.schema with type arguments of type FieldIdentifierModifierConstructorDescriptionCreateTypeStatement(String keyspaceName, String typeName, List<FieldIdentifier> fieldNames, List<CQL3Type.Raw> rawFieldTypes, boolean ifNotExists) -
Uses of FieldIdentifier in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return FieldIdentifierMethods in org.apache.cassandra.db.marshal that return types with arguments of type FieldIdentifierMethods in org.apache.cassandra.db.marshal with parameters of type FieldIdentifierModifier and TypeMethodDescriptionUserType.cellPathForField(FieldIdentifier fieldName) intUserType.fieldPosition(FieldIdentifier fieldName) Method parameters in org.apache.cassandra.db.marshal with type arguments of type FieldIdentifierModifier and TypeMethodDescriptionstatic StringTypeParser.stringifyUserTypeParameters(String keysace, ByteBuffer typeName, List<FieldIdentifier> fields, List<AbstractType<?>> columnTypes, boolean ignoreFreezing) Constructor parameters in org.apache.cassandra.db.marshal with type arguments of type FieldIdentifierModifierConstructorDescriptionUserType(String keyspace, ByteBuffer name, List<FieldIdentifier> fieldNames, List<AbstractType<?>> fieldTypes, boolean isMultiCell)