Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
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 |
RawSelector.selectable |
Selectable |
Selectable.WithFieldSelection.selected |
Modifier and Type | Field and Description |
---|---|
java.util.List<Selectable> |
Selectable.WithFunction.args |
Constructor and Description |
---|
RawSelector(Selectable selectable,
ColumnIdentifier alias) |
Selectable.WithFieldSelection(Selectable selected,
ColumnIdentifier field) |
Constructor and Description |
---|
Selectable.WithFunction(java.lang.String functionName,
java.util.List<Selectable> args) |
Copyright © 2014 The Apache Software Foundation