Uses of Interface
org.apache.cassandra.cql3.restrictions.SingleRestriction
-
Packages that use SingleRestriction Package Description org.apache.cassandra.cql3.restrictions -
-
Uses of SingleRestriction in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions that return SingleRestriction Modifier and Type Method Description protected abstract SingleRestriction
MultiColumnRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction.EQRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction.INRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction.NotNullRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction.SliceRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.ContainsRestriction. doMergeWith(SingleRestriction otherRestriction)
protected abstract SingleRestriction
SingleColumnRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.EQRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.INRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.IsNotNullRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.LikeRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.SliceRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction. mergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction. mergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleRestriction. mergeWith(SingleRestriction otherRestriction)
Merges this restriction with the specified one.Methods in org.apache.cassandra.cql3.restrictions with parameters of type SingleRestriction Modifier and Type Method Description protected abstract SingleRestriction
MultiColumnRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction.EQRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction.INRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction.NotNullRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction.SliceRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.ContainsRestriction. doMergeWith(SingleRestriction otherRestriction)
protected abstract SingleRestriction
SingleColumnRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.EQRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.INRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.IsNotNullRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.LikeRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction.SliceRestriction. doMergeWith(SingleRestriction otherRestriction)
SingleRestriction
MultiColumnRestriction. mergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleColumnRestriction. mergeWith(SingleRestriction otherRestriction)
SingleRestriction
SingleRestriction. mergeWith(SingleRestriction otherRestriction)
Merges this restriction with the specified one.
-