Uses of Class
org.apache.cassandra.cql3.Ordering
Packages that use Ordering
Package
Description
-
Uses of Ordering in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return OrderingModifier and TypeMethodDescriptionOrdering.Raw.bind(TableMetadata table, VariableSpecifications boundNames) Resolves column identifiers against the table schema. -
Uses of Ordering in org.apache.cassandra.cql3.restrictions
Constructor parameters in org.apache.cassandra.cql3.restrictions with type arguments of type OrderingModifierConstructorDescriptionStatementRestrictions(ClientState state, StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, List<Ordering> orderings, boolean selectsOnlyStaticColumns, boolean allowFiltering, boolean forView) StatementRestrictions(ClientState state, StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, List<Ordering> orderings, boolean selectsOnlyStaticColumns, boolean allowUseOfSecondaryIndices, boolean allowFiltering, boolean forView) -
Uses of Ordering in org.apache.cassandra.cql3.statements
Method parameters in org.apache.cassandra.cql3.statements with type arguments of type OrderingModifier and TypeMethodDescriptionprotected StatementRestrictionsModificationStatement.Parsed.newRestrictions(ClientState state, TableMetadata metadata, VariableSpecifications boundNames, Operations operations, WhereClause where, Conditions conditions, List<Ordering> orderings) Creates the restrictions.