public static final class SingleColumnRestriction.SuperColumnKeyEQRestriction extends SingleColumnRestriction.EQRestriction
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.SuperColumnMultiSliceRestrictionvaluecolumnDef| Constructor and Description | 
|---|
| SuperColumnKeyEQRestriction(ColumnDefinition columnDef,
                           Term value) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addRowFilterTo(RowFilter filter,
              SecondaryIndexManager indexManager,
              QueryOptions options)Adds to the specified row filter the expressions corresponding to this  Restriction. | 
| MultiCBuilder | appendBoundTo(MultiCBuilder builder,
             Bound bound,
             QueryOptions options)Appends the values of the  SingleRestrictionfor the specified bound to the specified builder. | 
| java.nio.ByteBuffer | bindValue(QueryOptions options) | 
addFunctionsTo, appendTo, doMergeWith, isEQ, isSupportedBy, toStringgetColumnDefs, getFirstColumn, getLastColumn, hasSupportingIndex, mergeWithclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasBound, isContains, isIN, isInclusive, isLIKE, isMultiColumn, isNotNull, isSliceisOnTokenpublic SuperColumnKeyEQRestriction(ColumnDefinition columnDef, Term value)
public java.nio.ByteBuffer bindValue(QueryOptions options)
public MultiCBuilder appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)
SingleRestrictionSingleRestriction for the specified bound to the specified builder.builder - the MultiCBuilder to append to.bound - the boundoptions - the query optionsMultiCBuilderpublic void addRowFilterTo(RowFilter filter, SecondaryIndexManager indexManager, QueryOptions options) throws InvalidRequestException
RestrictionRestriction.addRowFilterTo in interface RestrictionaddRowFilterTo in class SingleColumnRestriction.EQRestrictionfilter - the row filter to add expressions toindexManager - the secondary index manageroptions - the query optionsInvalidRequestExceptionCopyright © 2018 The Apache Software Foundation