public static class MultiColumnRestriction.InWithMarker extends MultiColumnRestriction.IN
MultiColumnRestriction.EQ, MultiColumnRestriction.IN, MultiColumnRestriction.InWithMarker, MultiColumnRestriction.InWithValues, MultiColumnRestriction.Slice| Modifier and Type | Field and Description |
|---|---|
protected AbstractMarker |
marker |
columnDefs| Constructor and Description |
|---|
InWithMarker(java.util.List<ColumnDefinition> columnDefs,
AbstractMarker marker) |
| Modifier and Type | Method and Description |
|---|---|
CompositesBuilder |
appendBoundTo(CFMetaData cfm,
CompositesBuilder builder,
Bound bound,
QueryOptions options)
Appends the values of the
Restriction for the specified bound to the specified builder. |
java.lang.Iterable<Function> |
getFunctions()
Return an Iterable over all of the functions (both native and user-defined) used by any component
of the restriction
|
boolean |
hasBound(Bound b)
Checks if the specified bound is set or not.
|
boolean |
isContains() |
boolean |
isEQ() |
boolean |
isInclusive(Bound b)
Checks if the specified bound is inclusive or not.
|
boolean |
isNotReturningAnyRows(CFMetaData cfm,
QueryOptions options)
Checks if this restriction will prevent the query to return any rows.
|
boolean |
isOnToken() |
boolean |
isSlice() |
protected static Bound |
reverseBoundIfNeeded(ColumnDefinition columnDefinition,
Bound bound)
Reverses the specified bound if the column type is a reversed one.
|
protected java.util.List<java.util.List<java.nio.ByteBuffer>> |
splitValues(QueryOptions options) |
java.lang.String |
toString() |
protected static java.nio.ByteBuffer |
validateIndexedValue(ColumnSpecification columnSpec,
java.nio.ByteBuffer value) |
addIndexExpressionTo, appendTo, doMergeWith, isIN, isSupportedBygetColumnDefs, getColumnsInCommons, getFirstColumn, getLastColumn, hasSupportingIndex, isMultiColumn, mergeWithprotected final AbstractMarker marker
public InWithMarker(java.util.List<ColumnDefinition> columnDefs, AbstractMarker marker)
public java.lang.Iterable<Function> getFunctions()
Restrictionpublic java.lang.String toString()
toString in class java.lang.Objectprotected java.util.List<java.util.List<java.nio.ByteBuffer>> splitValues(QueryOptions options) throws InvalidRequestException
splitValues in class MultiColumnRestriction.INInvalidRequestExceptionpublic boolean isOnToken()
isOnToken in interface Restrictionpublic boolean isSlice()
isSlice in interface Restrictionpublic boolean isEQ()
isEQ in interface Restrictionpublic boolean isContains()
isContains in interface Restrictionpublic boolean hasBound(Bound b)
RestrictionhasBound in interface Restrictionb - the bound typetrue if the specified bound is set, false otherwisepublic CompositesBuilder appendBoundTo(CFMetaData cfm, CompositesBuilder builder, Bound bound, QueryOptions options)
RestrictionRestriction for the specified bound to the specified builder.appendBoundTo in interface Restrictioncfm - the table metadatabuilder - the CompositesBuilder to append to.bound - the boundoptions - the query optionsCompositesBuilderpublic boolean isInclusive(Bound b)
RestrictionisInclusive in interface Restrictionb - the bound typetrue if the specified bound is inclusive, false otherwisepublic boolean isNotReturningAnyRows(CFMetaData cfm, QueryOptions options)
RestrictionisNotReturningAnyRows in interface Restrictioncfm - the table metadataoptions - the query optionstrue if this restriction will prevent the query to return any rows, otherwiseprotected static java.nio.ByteBuffer validateIndexedValue(ColumnSpecification columnSpec, java.nio.ByteBuffer value) throws InvalidRequestException
InvalidRequestExceptionprotected static Bound reverseBoundIfNeeded(ColumnDefinition columnDefinition, Bound bound)
columnDefinition - the column definitionbound - the boundCopyright © 2018 The Apache Software Foundation