public abstract static class SingleColumnRestriction.SuperColumnKeyINRestriction extends SingleColumnRestriction.INRestriction
SingleColumnRestriction.ContainsRestriction, SingleColumnRestriction.EQRestriction, SingleColumnRestriction.INRestriction, SingleColumnRestriction.InRestrictionWithMarker, SingleColumnRestriction.InRestrictionWithValues, SingleColumnRestriction.IsNotNullRestriction, SingleColumnRestriction.LikeRestriction, SingleColumnRestriction.SliceRestriction, SingleColumnRestriction.SuperColumnKeyEQRestriction, SingleColumnRestriction.SuperColumnKeyINRestriction, SingleColumnRestriction.SuperColumnKeyINRestrictionWithMarkers, SingleColumnRestriction.SuperColumnKeyINRestrictionWithValues, SingleColumnRestriction.SuperColumnKeySliceRestriction, SingleColumnRestriction.SuperColumnMultiEQRestriction, SingleColumnRestriction.SuperColumnMultiSliceRestrictioncolumnDef| Constructor and Description | 
|---|
| SuperColumnKeyINRestriction(ColumnDefinition columnDef) | 
| 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. | 
| void | addRowFilterTo(RowFilter filter,
              SecondaryIndexManager indexManager,
              QueryOptions options)Adds to the specified row filter the expressions corresponding to this  Restriction. | 
| MultiCBuilder | appendTo(MultiCBuilder builder,
        QueryOptions options)Appends the values of this  SingleRestrictionto the specified builder. | 
| abstract java.util.List<java.nio.ByteBuffer> | getValues(QueryOptions options) | 
doMergeWith, isIN, isSupportedBygetColumnDefs, getFirstColumn, getLastColumn, hasSupportingIndex, mergeWithclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendBoundTo, hasBound, isContains, isEQ, isInclusive, isLIKE, isMultiColumn, isNotNull, isSliceisOnTokenpublic SuperColumnKeyINRestriction(ColumnDefinition columnDef)
public MultiCBuilder appendTo(MultiCBuilder builder, QueryOptions options)
SingleRestrictionSingleRestriction to the specified builder.appendTo in interface SingleRestrictionappendTo in class SingleColumnRestriction.INRestrictionbuilder - the MultiCBuilder to append to.options - the query optionsMultiCBuilderpublic void addRowFilterTo(RowFilter filter, SecondaryIndexManager indexManager, QueryOptions options) throws InvalidRequestException
RestrictionRestriction.addRowFilterTo in interface RestrictionaddRowFilterTo in class SingleColumnRestriction.INRestrictionfilter - the row filter to add expressions toindexManager - the secondary index manageroptions - the query optionsInvalidRequestExceptionpublic void addFunctionsTo(java.util.List<Function> functions)
Restrictionfunctions - the list to add topublic abstract java.util.List<java.nio.ByteBuffer> getValues(QueryOptions options) throws InvalidRequestException
getValues in class SingleColumnRestriction.INRestrictionInvalidRequestExceptionCopyright © 2018 The Apache Software Foundation