| Package | Description | 
|---|---|
| org.apache.cassandra.cql3.selection | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SelectionColumnMapping | SelectionColumnMapping. addMapping(ColumnSpecification colSpec,
          ColumnDefinition column) | 
| protected SelectionColumnMapping | SelectionColumnMapping. addMapping(ColumnSpecification colSpec,
          java.lang.Iterable<ColumnDefinition> columns) | 
| protected static SelectionColumnMapping | SelectionColumnMapping. newMapping() | 
| protected static SelectionColumnMapping | SelectionColumnMapping. simpleMapping(java.lang.Iterable<ColumnDefinition> columnDefinitions) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | Selector.Factory. addColumnMapping(SelectionColumnMapping mapping,
                ColumnSpecification resultsColumn)Record a mapping between the ColumnDefinitions that are used by the selector
 instances created by this factory and a column in the ResultSet.Metadata
 returned with a query. | 
| Constructor and Description | 
|---|
| Selection(CFMetaData cfm,
         java.util.List<ColumnDefinition> columns,
         SelectionColumnMapping columnMapping,
         boolean collectTimestamps,
         boolean collectTTLs) | 
Copyright © 2018 The Apache Software Foundation