Interface | Description |
---|---|
Restriction |
A restriction/clause on a column.
|
Class | Description |
---|---|
MultiColumnRestriction | |
MultiColumnRestriction.EQ | |
MultiColumnRestriction.IN | |
MultiColumnRestriction.InWithMarker |
An IN restriction that uses a single marker for a set of IN values that are tuples.
|
MultiColumnRestriction.InWithValues |
An IN restriction that has a set of terms for in values.
|
MultiColumnRestriction.Slice | |
SingleColumnRestriction | |
SingleColumnRestriction.Contains | |
SingleColumnRestriction.EQ | |
SingleColumnRestriction.IN | |
SingleColumnRestriction.InWithMarker | |
SingleColumnRestriction.InWithValues | |
SingleColumnRestriction.Slice | |
StatementRestrictions |
The restrictions corresponding to the relations specified on the where-clause of CQL query.
|
TokenRestriction |
Restriction using the token function. |
TokenRestriction.EQ | |
TokenRestriction.Slice |
Copyright © 2020 The Apache Software Foundation