Uses of Class
org.apache.cassandra.schema.Types
-
Packages that use Types Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.statements.schema org.apache.cassandra.db org.apache.cassandra.schema -
-
Uses of Types in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type Types Modifier and Type Method Description abstract CQL3TypeCQL3Type.Raw. prepare(java.lang.String keyspace, Types udts)CQL3TypeCQL3Type.Raw. prepareInternal(java.lang.String keyspace, Types udts) -
Uses of Types in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema with parameters of type Types Modifier and Type Method Description TableMetadata.BuilderCreateTableStatement. builder(Types types) -
Uses of Types in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type Types Modifier and Type Method Description static java.util.stream.Stream<java.lang.String>SchemaCQLHelper. 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 Types Modifier and Type Field Description TypesKeyspaceMetadata. typesMethods in org.apache.cassandra.schema that return Types Modifier and Type Method Description TypesTypes.Builder. build()TypesTypes.RawBuilder. build()Build a Types instance from Raw definitions.static TypesTypes. none()static TypesTypes. of(UserType... types)TypesTypes. with(UserType type)Create a Types instance with the provided type addedTypesTypes. without(java.nio.ByteBuffer name)Creates a Types instance with the type with the provided name removedTypesTypes. without(UserType type)TypesTypes. withUpdatedUserType(UserType udt)Methods in org.apache.cassandra.schema with parameters of type Types Modifier and Type Method Description static SchemaTransformationSchemaTransformations. addTypes(Types toAdd, boolean ignoreIfExists)static KeyspaceMetadataKeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, Functions functions)static AbstractType<?>CQLTypeParser. parse(java.lang.String keyspace, java.lang.String unparsed, Types userTypes)KeyspaceMetadataKeyspaceMetadata. withSwapped(Types types)
-