public static class MultiColumnRestriction.EQ extends SingleColumnRestriction.EQ implements MultiColumnRestriction
SingleColumnRestriction.Contains, SingleColumnRestriction.EQ, SingleColumnRestriction.InWithMarker, SingleColumnRestriction.InWithValues, SingleColumnRestriction.Slice
MultiColumnRestriction.EQ, MultiColumnRestriction.IN, MultiColumnRestriction.InWithMarker, MultiColumnRestriction.InWithValues, MultiColumnRestriction.Slice
value
Constructor and Description |
---|
MultiColumnRestriction.EQ(Term value,
boolean onToken) |
Modifier and Type | Method and Description |
---|---|
boolean |
isMultiColumn() |
java.util.List<java.nio.ByteBuffer> |
values(QueryOptions options) |
isContains, isEQ, isIN, isOnToken, isSlice, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isContains, isEQ, isIN, isOnToken, isSlice
public MultiColumnRestriction.EQ(Term value, boolean onToken)
public boolean isMultiColumn()
isMultiColumn
in interface Restriction
isMultiColumn
in class SingleColumnRestriction
public java.util.List<java.nio.ByteBuffer> values(QueryOptions options) throws InvalidRequestException
values
in interface Restriction
values
in class SingleColumnRestriction.EQ
InvalidRequestException
Copyright © 2014 The Apache Software Foundation