Uses of Interface
org.apache.cassandra.cql3.restrictions.SingleRestriction
Packages that use SingleRestriction
-
Uses of SingleRestriction in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return SingleRestrictionModifier and TypeMethodDescriptionOrdering.Ann.toRestriction()Ordering.Expression.toRestriction() -
Uses of SingleRestriction in org.apache.cassandra.cql3.restrictions
Classes in org.apache.cassandra.cql3.restrictions that implement SingleRestrictionModifier and TypeClassDescriptionclassstatic classstatic classstatic classAn IN restriction that uses a single marker for a set of IN values that are tuples.static classAn IN restriction that has a set of terms for in values.static classstatic classclassstatic final classstatic final classstatic final classstatic classstatic classstatic classstatic final classstatic final classstatic classMethods in org.apache.cassandra.cql3.restrictions that return SingleRestrictionModifier and TypeMethodDescriptionprotected abstract SingleRestrictionMultiColumnRestriction.doMergeWith(SingleRestriction otherRestriction) MultiColumnRestriction.EQRestriction.doMergeWith(SingleRestriction otherRestriction) MultiColumnRestriction.INRestriction.doMergeWith(SingleRestriction otherRestriction) MultiColumnRestriction.NotNullRestriction.doMergeWith(SingleRestriction otherRestriction) MultiColumnRestriction.SliceRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.AnnRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.ContainsRestriction.doMergeWith(SingleRestriction otherRestriction) protected abstract SingleRestrictionSingleColumnRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.EQRestriction.doMergeWith(SingleRestriction otherRestriction) final SingleRestrictionSingleColumnRestriction.INRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.IsNotNullRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.LikeRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.SliceRestriction.doMergeWith(SingleRestriction otherRestriction) final SingleRestrictionMultiColumnRestriction.mergeWith(SingleRestriction otherRestriction) final SingleRestrictionSingleColumnRestriction.mergeWith(SingleRestriction otherRestriction) SingleRestriction.mergeWith(SingleRestriction otherRestriction) Merges this restriction with the specified one.Methods in org.apache.cassandra.cql3.restrictions with parameters of type SingleRestrictionModifier and TypeMethodDescriptionprotected abstract SingleRestrictionMultiColumnRestriction.doMergeWith(SingleRestriction otherRestriction) MultiColumnRestriction.EQRestriction.doMergeWith(SingleRestriction otherRestriction) MultiColumnRestriction.INRestriction.doMergeWith(SingleRestriction otherRestriction) MultiColumnRestriction.NotNullRestriction.doMergeWith(SingleRestriction otherRestriction) MultiColumnRestriction.SliceRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.AnnRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.ContainsRestriction.doMergeWith(SingleRestriction otherRestriction) protected abstract SingleRestrictionSingleColumnRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.EQRestriction.doMergeWith(SingleRestriction otherRestriction) final SingleRestrictionSingleColumnRestriction.INRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.IsNotNullRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.LikeRestriction.doMergeWith(SingleRestriction otherRestriction) SingleColumnRestriction.SliceRestriction.doMergeWith(SingleRestriction otherRestriction) final SingleRestrictionMultiColumnRestriction.mergeWith(SingleRestriction otherRestriction) final SingleRestrictionSingleColumnRestriction.mergeWith(SingleRestriction otherRestriction) SingleRestriction.mergeWith(SingleRestriction otherRestriction) Merges this restriction with the specified one.