Class SingleColumnRestriction.InRestrictionWithMarker
java.lang.Object
org.apache.cassandra.cql3.restrictions.SingleColumnRestriction
org.apache.cassandra.cql3.restrictions.SingleColumnRestriction.INRestriction
org.apache.cassandra.cql3.restrictions.SingleColumnRestriction.InRestrictionWithMarker
- All Implemented Interfaces:
Restriction,SingleRestriction
- Enclosing class:
- SingleColumnRestriction
public static class SingleColumnRestriction.InRestrictionWithMarker
extends SingleColumnRestriction.INRestriction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.cql3.restrictions.SingleColumnRestriction
SingleColumnRestriction.AnnRestriction, SingleColumnRestriction.ContainsRestriction, SingleColumnRestriction.EQRestriction, SingleColumnRestriction.INRestriction, SingleColumnRestriction.InRestrictionWithMarker, SingleColumnRestriction.InRestrictionWithValues, SingleColumnRestriction.IsNotNullRestriction, SingleColumnRestriction.LikeRestriction, SingleColumnRestriction.SliceRestriction -
Field Summary
FieldsFields inherited from class org.apache.cassandra.cql3.restrictions.SingleColumnRestriction
columnDef -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunctionsTo(List<Function> functions) Adds all functions (native and user-defined) used by any component of the restriction to the specified list.protected List<ByteBuffer>getValues(QueryOptions options) toString()Methods inherited from class org.apache.cassandra.cql3.restrictions.SingleColumnRestriction.INRestriction
addToRowFilter, appendTo, doMergeWith, isIN, isSupportedByMethods inherited from class org.apache.cassandra.cql3.restrictions.SingleColumnRestriction
findSupportingIndex, findSupportingIndexFromQueryPlan, getColumnDefs, getFirstColumn, getLastColumn, hasSupportingIndex, mergeWith, needsFilteringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cassandra.cql3.restrictions.Restriction
isOnTokenMethods inherited from interface org.apache.cassandra.cql3.restrictions.SingleRestriction
appendBoundTo, hasBound, isANN, isContains, isEQ, isEqualityBased, isInclusive, isLIKE, isMultiColumn, isNotNull, isSlice
-
Field Details
-
marker
-
-
Constructor Details
-
InRestrictionWithMarker
-
-
Method Details
-
addFunctionsTo
Description copied from interface:RestrictionAdds all functions (native and user-defined) used by any component of the restriction to the specified list.- Parameters:
functions- the list to add to
-
getValues
- Specified by:
getValuesin classSingleColumnRestriction.INRestriction
-
toString
-