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 SelectionColumnMapping
SelectionColumnMapping. addMapping(ColumnSpecification colSpec, java.lang.Iterable<ColumnMetadata> columns)
protected SelectionColumnMapping
SelectionColumnMapping. addMapping(ColumnSpecification colSpec, ColumnMetadata column)
protected static SelectionColumnMapping
SelectionColumnMapping. newMapping()
protected static SelectionColumnMapping
SelectionColumnMapping. 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 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.protected void
SimpleSelector.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)
-