Uses of Class
org.apache.cassandra.schema.Types
Packages that use Types
Package
Description
-
Uses of Types in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type Types -
Uses of Types in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema with parameters of type TypesModifier and TypeMethodDescription -
Uses of Types in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type TypesModifier and TypeMethodDescriptionSchemaCQLHelper.getUserTypesAsCQL(TableMetadata metadata, Types types, boolean ifNotExists) Build a CQL String representation of User Types used in the given table. -
Uses of Types in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as TypesMethods in org.apache.cassandra.schema that return TypesModifier and TypeMethodDescriptionTypes.Builder.build()Types.RawBuilder.build()Build a Types instance from Raw definitions.static TypesTypes.none()static TypesCreate a Types instance with the provided type addedTypes.without(ByteBuffer name) Creates a Types instance with the type with the provided name removedTypes.withUpdatedUserType(UserType udt) Methods in org.apache.cassandra.schema with parameters of type TypesModifier and TypeMethodDescriptionstatic SchemaTransformationstatic KeyspaceMetadataKeyspaceMetadata.create(String name, KeyspaceParams params, Tables tables, Views views, Types types, UserFunctions functions) static ColumnMetadataSchemaKeyspace.createColumnFromRow(UntypedResultSet.Row row, Types types, UserFunctions functions) static AbstractType<?>KeyspaceMetadata.withSwapped(Types types)