public interface Restriction
Modifier and Type | Interface and Description |
---|---|
static interface |
Restriction.EQ |
static interface |
Restriction.IN |
static interface |
Restriction.Slice |
Modifier and Type | Method and Description |
---|---|
boolean |
canEvaluateWithSlices()
Returns true if, when applied to a clustering column, this restriction can be handled through one or more slices
alone without filtering.
|
boolean |
isContains() |
boolean |
isEQ() |
boolean |
isIN() |
boolean |
isMultiColumn() |
boolean |
isOnToken() |
boolean |
isSlice() |
java.util.List<java.nio.ByteBuffer> |
values(QueryOptions options) |
boolean isOnToken()
boolean isSlice()
boolean isEQ()
boolean isIN()
boolean isContains()
boolean isMultiColumn()
boolean canEvaluateWithSlices()
java.util.List<java.nio.ByteBuffer> values(QueryOptions options) throws InvalidRequestException
InvalidRequestException
Copyright © 2015 The Apache Software Foundation