public static class MultiColumnRestriction.InRestrictionWithValues extends MultiColumnRestriction.INRestriction
MultiColumnRestriction.EQRestriction, MultiColumnRestriction.INRestriction, MultiColumnRestriction.InRestrictionWithMarker, MultiColumnRestriction.InRestrictionWithValues, MultiColumnRestriction.NotNullRestriction, MultiColumnRestriction.SliceRestriction| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<Term> | values | 
columnDefs| Constructor and Description | 
|---|
| InRestrictionWithValues(java.util.List<ColumnDefinition> columnDefs,
                       java.util.List<Term> values) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFunctionsTo(java.util.List<Function> functions)Adds all functions (native and user-defined) used by any component of the restriction
 to the specified list. | 
| protected java.util.List<java.util.List<java.nio.ByteBuffer>> | splitValues(QueryOptions options) | 
| java.lang.String | toString() | 
addRowFilterTo, appendTo, doMergeWith, isIN, isSupportedBygetColumnDefs, getColumnsInCommons, getFirstColumn, getLastColumn, hasSupportingIndex, isMultiColumn, mergeWithclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendBoundTo, hasBound, isContains, isEQ, isInclusive, isLIKE, isNotNull, isSliceisOnTokenprotected final java.util.List<Term> values
public InRestrictionWithValues(java.util.List<ColumnDefinition> columnDefs, java.util.List<Term> values)
public void addFunctionsTo(java.util.List<Function> functions)
Restrictionfunctions - the list to add topublic java.lang.String toString()
toString in class java.lang.Objectprotected java.util.List<java.util.List<java.nio.ByteBuffer>> splitValues(QueryOptions options)
splitValues in class MultiColumnRestriction.INRestrictionCopyright © 2018 The Apache Software Foundation