Package org.apache.cassandra.db.filter
package org.apache.cassandra.db.filter
-
ClassDescriptionA filter that selects a subset of the rows of a given partition by using the "clustering index".A filter selecting rows given their clustering value.A filter over a single partition.Represents which (non-PK) columns (and optionally which sub-part of a column for complex columns) are selected by a query.A builder for a
ColumnFilterobject.ColumnFiltersub-class for queries with selected columns.ColumnFiltersub-class for wildcard queries.Handles the selection of a subpart of a column.Object in charge of tracking if we have fetch enough data for a given query.A filter on which rows a given query should include or exclude.A custom index expression for use with 2i implementations which support custom syntax and which are not necessarily linked to a single column in the base table.An expression of the form 'column' 'op' 'value'.A user defined filtering expression.