| Package | Description | 
|---|---|
| org.apache.cassandra.cql3.selection | |
| org.apache.cassandra.cql3.statements | 
| Modifier and Type | Method and Description | 
|---|---|
| static Selection | Selection. fromSelectors(CFMetaData cfm,
             java.util.List<RawSelector> rawSelectors,
             VariableSpecifications boundNames,
             boolean hasGroupBy) | 
| static java.util.List<Selectable> | RawSelector. toSelectables(java.util.List<RawSelector> raws,
             CFMetaData cfm)Converts the specified list of  RawSelectors into a list ofSelectables. | 
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<RawSelector> | SelectStatement.RawStatement. selectClause | 
| Constructor and Description | 
|---|
| CreateViewStatement(CFName viewName,
                   CFName baseName,
                   java.util.List<RawSelector> selectClause,
                   WhereClause whereClause,
                   java.util.List<ColumnDefinition.Raw> partitionKeys,
                   java.util.List<ColumnDefinition.Raw> clusteringKeys,
                   boolean ifNotExists) | 
| RawStatement(CFName cfName,
            SelectStatement.Parameters parameters,
            java.util.List<RawSelector> selectClause,
            WhereClause whereClause,
            Term.Raw limit,
            Term.Raw perPartitionLimit) | 
Copyright © 2018 The Apache Software Foundation