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 SingleRestrictionMultiColumnRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction.EQRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction.INRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction.NotNullRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction.SliceRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.ContainsRestriction. doMergeWith(SingleRestriction otherRestriction)protected abstract SingleRestrictionSingleColumnRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.EQRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.INRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.IsNotNullRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.LikeRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.SliceRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction. mergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction. mergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleRestriction. 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 SingleRestrictionMultiColumnRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction.EQRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction.INRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction.NotNullRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction.SliceRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.ContainsRestriction. doMergeWith(SingleRestriction otherRestriction)protected abstract SingleRestrictionSingleColumnRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.EQRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.INRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.IsNotNullRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.LikeRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction.SliceRestriction. doMergeWith(SingleRestriction otherRestriction)SingleRestrictionMultiColumnRestriction. mergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleColumnRestriction. mergeWith(SingleRestriction otherRestriction)SingleRestrictionSingleRestriction. mergeWith(SingleRestriction otherRestriction)Merges this restriction with the specified one.
-