Class SelectionColumnMapping

java.lang.Object
org.apache.cassandra.cql3.selection.SelectionColumnMapping
All Implemented Interfaces:
SelectionColumns

public class SelectionColumnMapping extends Object implements SelectionColumns
Separately maintains the ColumnSpecifications and their mappings to underlying columns as we may receive null mappings. This occurs where a query result includes a column specification which does not map to any particular real column, e.g. COUNT queries or where no-arg functions like now() are used