public static class SingleColumnRestriction.SuperColumnMultiEQRestriction 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.SuperColumnMultiSliceRestriction
Modifier and Type | Field and Description |
---|---|
java.nio.ByteBuffer |
firstValue |
java.nio.ByteBuffer |
secondValue |
value
columnDef
Constructor and Description |
---|
SuperColumnMultiEQRestriction(ColumnDefinition columnDef,
Term value) |
Modifier and Type | Method and Description |
---|---|
MultiCBuilder |
appendTo(MultiCBuilder builder,
QueryOptions options)
Appends the values of this
SingleRestriction to the specified builder. |
addFunctionsTo, addRowFilterTo, doMergeWith, isEQ, isSupportedBy, toString
getColumnDefs, getFirstColumn, getLastColumn, hasSupportingIndex, mergeWith
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendBoundTo, hasBound, isContains, isIN, isInclusive, isLIKE, isMultiColumn, isNotNull, isSlice
isOnToken
public java.nio.ByteBuffer firstValue
public java.nio.ByteBuffer secondValue
public SuperColumnMultiEQRestriction(ColumnDefinition columnDef, Term value)
public MultiCBuilder appendTo(MultiCBuilder builder, QueryOptions options)
SingleRestriction
SingleRestriction
to the specified builder.appendTo
in interface SingleRestriction
appendTo
in class SingleColumnRestriction.EQRestriction
builder
- the MultiCBuilder
to append to.options
- the query optionsMultiCBuilder
Copyright © 2009-2019 The Apache Software Foundation