Uses of Class
org.apache.cassandra.cql3.selection.SelectionColumnMapping
-
Packages that use SelectionColumnMapping Package Description org.apache.cassandra.cql3.selection -
-
Uses of SelectionColumnMapping in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection that return SelectionColumnMapping Modifier and Type Method Description protected SelectionColumnMappingSelectionColumnMapping. addMapping(ColumnSpecification colSpec, java.lang.Iterable<ColumnMetadata> columns)protected SelectionColumnMappingSelectionColumnMapping. addMapping(ColumnSpecification colSpec, ColumnMetadata column)protected static SelectionColumnMappingSelectionColumnMapping. newMapping()protected static SelectionColumnMappingSelectionColumnMapping. simpleMapping(java.lang.Iterable<ColumnMetadata> columnDefinitions)Methods in org.apache.cassandra.cql3.selection with parameters of type SelectionColumnMapping Modifier and Type Method Description protected abstract voidSelector.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.protected voidSimpleSelector.SimpleSelectorFactory. addColumnMapping(SelectionColumnMapping mapping, ColumnSpecification resultColumn)Constructors in org.apache.cassandra.cql3.selection with parameters of type SelectionColumnMapping Constructor Description Selection(TableMetadata table, java.util.List<ColumnMetadata> selectedColumns, java.util.Set<ColumnMetadata> orderingColumns, SelectionColumnMapping columnMapping, org.apache.cassandra.cql3.selection.ColumnFilterFactory columnFilterFactory, boolean isJson)
-