Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.cql3.selection |
Modifier and Type | Class and Description |
---|---|
static class |
ColumnDefinition.Raw
Because legacy-created tables may have a non-text comparator, we cannot determine the proper 'key' until
we know the comparator.
|
Modifier and Type | Class and Description |
---|---|
static class |
Selectable.WithCast.Raw |
static class |
Selectable.WithFieldSelection.Raw |
static class |
Selectable.WithFunction.Raw |
static class |
Selectable.WithTerm.Raw |
static class |
Selectable.WritetimeOrTTL.Raw |
Modifier and Type | Field and Description |
---|---|
Selectable.Raw |
RawSelector.selectable |
Constructor and Description |
---|
Raw(Selectable.Raw arg,
CQL3Type type) |
Raw(Selectable.Raw selected,
FieldIdentifier field) |
RawSelector(Selectable.Raw selectable,
ColumnIdentifier alias) |
Constructor and Description |
---|
Raw(FunctionName functionName,
java.util.List<Selectable.Raw> args) |
Copyright © 2018 The Apache Software Foundation