Class ColumnSubselection

java.lang.Object
org.apache.cassandra.db.filter.ColumnSubselection
All Implemented Interfaces:
Comparable<ColumnSubselection>

public abstract class ColumnSubselection extends Object implements Comparable<ColumnSubselection>
Handles the selection of a subpart of a column.

This only make sense for complex column. For those, this allow for instance to select only a slice of a map.