Package | Description |
---|---|
org.apache.cassandra.cql3.selection |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
Selectable.Raw |
RawSelector.selectable |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Raw(CQL3Type.Raw typeRaw,
Selectable.Raw raw) |
Raw(Selectable.Raw arg,
CQL3Type type) |
Raw(Selectable.Raw selected,
FieldIdentifier field) |
Raw(Selectable.Raw selected,
Term.Raw element) |
Raw(Selectable.Raw selected,
Term.Raw from,
Term.Raw to) |
RawSelector(Selectable.Raw selectable,
ColumnIdentifier alias) |
Constructor and Description |
---|
Raw(FunctionName functionName,
java.util.List<Selectable.Raw> args) |
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) |
Raw(java.util.List<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) |
Copyright © 2009-2022 The Apache Software Foundation