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 |
RawSelector.WithFunction |
static class |
RawSelector.WritetimeOrTTL |
Modifier and Type | Field and Description |
---|---|
java.util.List<RawSelector> |
RawSelector.WithFunction.args |
Modifier and Type | Method and Description |
---|---|
static Selection |
Selection.fromSelectors(CFDefinition cfDef,
java.util.List<RawSelector> rawSelectors) |
Constructor and Description |
---|
RawSelector.WithFunction(java.lang.String functionName,
java.util.List<RawSelector> args) |
SelectStatement.RawStatement(CFName cfName,
SelectStatement.Parameters parameters,
java.util.List<RawSelector> selectClause,
java.util.List<Relation> whereClause) |
Copyright © 2014 The Apache Software Foundation