Package org.apache.cassandra.cql3
Class Ordering.Raw
java.lang.Object
org.apache.cassandra.cql3.Ordering.Raw
- Enclosing class:
- Ordering
Represents ANTLR's abstract syntax tree of a single element in the
ORDER BY clause.
This comes directly out of CQL parser.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(TableMetadata table, VariableSpecifications boundNames) Resolves column identifiers against the table schema.
-
Constructor Details
-
Raw
-
-
Method Details
-
bind
Resolves column identifiers against the table schema. Binds markers (?) to columns.
-