Uses of Interface
org.apache.cassandra.cql3.selection.Selectable.Raw
-
Packages that use Selectable.Raw Package Description org.apache.cassandra.cql3.selection -
-
Uses of Selectable.Raw in org.apache.cassandra.cql3.selection
Classes in org.apache.cassandra.cql3.selection that implement Selectable.Raw Modifier and Type Class Description static class
Selectable.BetweenParenthesesOrWithTuple.Raw
static class
Selectable.RawIdentifier
In the selection clause, the parser cannot differentiate between Maps and UDTs as a column identifier and field identifier have the same syntax.static class
Selectable.WithCast.Raw
static class
Selectable.WithElementSelection.Raw
static class
Selectable.WithFieldSelection.Raw
static class
Selectable.WithFunction.Raw
static class
Selectable.WithList.Raw
static class
Selectable.WithMapOrUdt.Raw
static class
Selectable.WithSet.Raw
static class
Selectable.WithSliceSelection.Raw
static class
Selectable.WithTerm.Raw
static class
Selectable.WithTypeHint.Raw
static class
Selectable.WritetimeOrTTL.Raw
Fields in org.apache.cassandra.cql3.selection declared as Selectable.Raw Modifier and Type Field Description Selectable.Raw
RawSelector. selectable
Methods in org.apache.cassandra.cql3.selection with parameters of type Selectable.Raw Modifier and Type Method Description static Selectable.WithFunction.Raw
Selectable.WithFunction.Raw. newNegation(Selectable.Raw arg)
static Selectable.WithFunction.Raw
Selectable.WithFunction.Raw. newOperation(char operator, Selectable.Raw left, Selectable.Raw right)
Constructors in org.apache.cassandra.cql3.selection with parameters of type Selectable.Raw Constructor Description Raw(Selectable.Raw arg, CQL3Type type)
Raw(Selectable.Raw selected, Term.Raw element)
Raw(Selectable.Raw selected, FieldIdentifier field)
Raw(Selectable.Raw selected, Term.Raw from, Term.Raw to)
Raw(CQL3Type.Raw typeRaw, Selectable.Raw raw)
RawSelector(Selectable.Raw selectable, ColumnIdentifier alias)
Constructor parameters in org.apache.cassandra.cql3.selection with type arguments of type Selectable.Raw Constructor Description Raw(java.util.List<Selectable.Raw> raws)
Raw(FunctionName functionName, java.util.List<Selectable.Raw> args)
Raw(java.util.List<Selectable.Raw> raws)
Raw(java.util.List<Pair<Selectable.Raw,Selectable.Raw>> raws)
Raw(java.util.List<Pair<Selectable.Raw,Selectable.Raw>> raws)
Raw(java.util.List<Selectable.Raw> raws)
WithMapOrUdt(TableMetadata cfm, java.util.List<Pair<Selectable.Raw,Selectable.Raw>> raws)
WithMapOrUdt(TableMetadata cfm, java.util.List<Pair<Selectable.Raw,Selectable.Raw>> raws)
-