Uses of Interface
org.apache.cassandra.cql3.SchemaElement
-
Packages that use SchemaElement Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.functions org.apache.cassandra.cql3.statements org.apache.cassandra.db.marshal org.apache.cassandra.schema -
-
Uses of SchemaElement in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 with type parameters of type SchemaElement Modifier and Type Field Description static java.util.Comparator<SchemaElement>SchemaElement. NAME_COMPARATORComparator used to sortDescribablename. -
Uses of SchemaElement in org.apache.cassandra.cql3.functions
Classes in org.apache.cassandra.cql3.functions that implement SchemaElement Modifier and Type Class Description classJavaBasedUDFunctionclassUDAggregateBase class for user-defined-aggregates.classUDFunctionBase class for User Defined Functions. -
Uses of SchemaElement in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return types with arguments of type SchemaElement Modifier and Type Method Description static DescribeStatement<SchemaElement>DescribeStatement. aggregate(java.lang.String keyspace, java.lang.String name)Creates aDescribeStatementforDESCRIBE FUNCTION.static DescribeStatement<SchemaElement>DescribeStatement. aggregates()Creates aDescribeStatementforDESCRIBE AGGREGATES.protected java.util.stream.Stream<? extends SchemaElement>DescribeStatement.Element. describe(ClientState state, Keyspaces keyspaces)protected java.util.stream.Stream<? extends SchemaElement>DescribeStatement.Listing. describe(ClientState state, Keyspaces keyspaces)static DescribeStatement<SchemaElement>DescribeStatement. function(java.lang.String keyspace, java.lang.String name)Creates aDescribeStatementforDESCRIBE FUNCTION.static DescribeStatement<SchemaElement>DescribeStatement. functions()Creates aDescribeStatementforDESCRIBE FUNCTIONS.static DescribeStatement<SchemaElement>DescribeStatement. generic(java.lang.String keyspace, java.lang.String name)Creates aDescribeStatementfor the genericDESCRIBE ....static DescribeStatement<SchemaElement>DescribeStatement. index(java.lang.String keyspace, java.lang.String name)Creates aDescribeStatementforDESCRIBE INDEX.static DescribeStatement<SchemaElement>DescribeStatement. keyspace(java.lang.String keyspace, boolean onlyKeyspaceDefinition)Creates aDescribeStatementforDESCRIBE KEYSPACE.static DescribeStatement<SchemaElement>DescribeStatement. keyspaces()Creates aDescribeStatementforDESCRIBE KEYSPACES.static DescribeStatement<SchemaElement>DescribeStatement. schema(boolean includeSystemKeyspaces)Creates aDescribeStatementforDESCRIBE [FULL] SCHEMA.static DescribeStatement<SchemaElement>DescribeStatement. table(java.lang.String keyspace, java.lang.String name)Creates aDescribeStatementforDESCRIBE TABLE.static DescribeStatement<SchemaElement>DescribeStatement. tables()Creates aDescribeStatementforDESCRIBE TABLES.static DescribeStatement<SchemaElement>DescribeStatement. type(java.lang.String keyspace, java.lang.String name)Creates aDescribeStatementforDESCRIBE TYPE.static DescribeStatement<SchemaElement>DescribeStatement. types()Creates aDescribeStatementforDESCRIBE TYPES.static DescribeStatement<SchemaElement>DescribeStatement. view(java.lang.String keyspace, java.lang.String name)Creates aDescribeStatementforDESCRIBE MATERIALIZED VIEW.Methods in org.apache.cassandra.cql3.statements with parameters of type SchemaElement Modifier and Type Method Description protected java.util.List<java.nio.ByteBuffer>DescribeStatement.Element. toRow(SchemaElement element, boolean withInternals)protected java.util.List<java.nio.ByteBuffer>DescribeStatement.Listing. toRow(SchemaElement element, boolean withInternals)Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type SchemaElement Constructor Description Element(java.lang.String keyspace, java.lang.String name, java.util.function.BiFunction<KeyspaceMetadata,java.lang.String,java.util.stream.Stream<? extends SchemaElement>> elementsProvider)Listing(java.util.function.Function<KeyspaceMetadata,java.util.stream.Stream<? extends SchemaElement>> elementsProvider) -
Uses of SchemaElement in org.apache.cassandra.db.marshal
Classes in org.apache.cassandra.db.marshal that implement SchemaElement Modifier and Type Class Description classUserTypeA user defined type. -
Uses of SchemaElement in org.apache.cassandra.schema
Classes in org.apache.cassandra.schema that implement SchemaElement Modifier and Type Class Description classKeyspaceMetadataAn immutable representation of keyspace metadata (name, params, tables, types, and functions).classTableMetadatastatic classTableMetadata.CompactTableMetadataclassViewMetadata
-