Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.selection |
Modifier and Type | Class and Description |
---|---|
class |
ColumnIdentifier
Represents an identifer for a CQL column definition.
|
Modifier and Type | Class and Description |
---|---|
static class |
Selectable.WithFieldSelection |
static class |
Selectable.WithFunction |
static class |
Selectable.WritetimeOrTTL |
Modifier and Type | Field and Description |
---|---|
Selectable |
Selectable.WithFieldSelection.selected |
Modifier and Type | Field and Description |
---|---|
java.util.List<Selectable> |
Selectable.WithFunction.args |
Modifier and Type | Method and Description |
---|---|
Selectable |
Selectable.Raw.prepare(CFMetaData cfm) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Selectable> |
RawSelector.toSelectables(java.util.List<RawSelector> raws,
CFMetaData cfm)
Converts the specified list of
RawSelector s into a list of Selectable s. |
Constructor and Description |
---|
WithFieldSelection(Selectable selected,
ColumnIdentifier field) |
Constructor and Description |
---|
WithFunction(FunctionName functionName,
java.util.List<Selectable> args) |
Copyright © 2018 The Apache Software Foundation