| Package | Description | 
|---|---|
| org.apache.cassandra.config | |
| org.apache.cassandra.cql3.selection | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ColumnDefinition | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Selectable.WithCast | 
| static class  | Selectable.WithFieldSelection | 
| static class  | Selectable.WithFunction | 
| static class  | Selectable.WithTerm | 
| static class  | Selectable.WithToJSonFunction | 
| 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 | 
| java.util.List<Selectable> | Selectable.WithToJSonFunction. args | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Selectable | Selectable.Raw. prepare(CFMetaData cfm) | 
| Selectable | Selectable.WithTerm.Raw. prepare(CFMetaData cfm) | 
| Selectable | Selectable.WithFunction.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  RawSelectors into a list ofSelectables. | 
| Constructor and Description | 
|---|
| WithCast(Selectable arg,
        CQL3Type type) | 
| WithFieldSelection(Selectable selected,
                  FieldIdentifier field) | 
| Constructor and Description | 
|---|
| WithFunction(Function function,
            java.util.List<Selectable> args) | 
Copyright © 2018 The Apache Software Foundation