Uses of Interface
org.apache.cassandra.cql3.SchemaElement
Packages that use SchemaElement
Package
Description
-
Uses of SchemaElement in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 with type parameters of type SchemaElementModifier and TypeFieldDescriptionstatic final 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 SchemaElementModifier and TypeClassDescriptionfinal classclassBase class for user-defined-aggregates.classBase class for User Defined Functions.classA non-native, user-defined function, like UDFs and UDAs. -
Uses of SchemaElement in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return types with arguments of type SchemaElementModifier and TypeMethodDescriptionstatic DescribeStatement<SchemaElement>Creates aDescribeStatementforDESCRIBE FUNCTION.static DescribeStatement<SchemaElement>DescribeStatement.aggregates()Creates aDescribeStatementforDESCRIBE AGGREGATES.protected Stream<? extends SchemaElement>DescribeStatement.Element.describe(ClientState state, Keyspaces keyspaces) protected Stream<? extends SchemaElement>DescribeStatement.Listing.describe(ClientState state, Keyspaces keyspaces) static DescribeStatement<SchemaElement>Creates aDescribeStatementforDESCRIBE FUNCTION.static DescribeStatement<SchemaElement>DescribeStatement.functions()Creates aDescribeStatementforDESCRIBE FUNCTIONS.static DescribeStatement<SchemaElement>Creates aDescribeStatementfor the genericDESCRIBE ....static DescribeStatement<SchemaElement>Creates aDescribeStatementforDESCRIBE INDEX.static DescribeStatement<SchemaElement>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>Creates aDescribeStatementforDESCRIBE TABLE.static DescribeStatement<SchemaElement>DescribeStatement.tables()Creates aDescribeStatementforDESCRIBE TABLES.static DescribeStatement<SchemaElement>Creates aDescribeStatementforDESCRIBE TYPE.static DescribeStatement<SchemaElement>DescribeStatement.types()Creates aDescribeStatementforDESCRIBE TYPES.static DescribeStatement<SchemaElement>Creates aDescribeStatementforDESCRIBE MATERIALIZED VIEW.Methods in org.apache.cassandra.cql3.statements with parameters of type SchemaElementModifier and TypeMethodDescriptionprotected List<ByteBuffer>DescribeStatement.Element.toRow(SchemaElement element, boolean withInternals) protected List<ByteBuffer>DescribeStatement.Listing.toRow(SchemaElement element, boolean withInternals) Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type SchemaElementModifierConstructorDescriptionElement(String keyspace, String name, BiFunction<KeyspaceMetadata, String, Stream<? extends SchemaElement>> elementsProvider) Listing(Function<KeyspaceMetadata, Stream<? extends SchemaElement>> elementsProvider) -
Uses of SchemaElement in org.apache.cassandra.db.marshal
Classes in org.apache.cassandra.db.marshal that implement SchemaElement -
Uses of SchemaElement in org.apache.cassandra.schema
Classes in org.apache.cassandra.schema that implement SchemaElementModifier and TypeClassDescriptionfinal classAn immutable representation of keyspace metadata (name, params, tables, types, and functions).classstatic classfinal class