Uses of Class
org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.INRestriction
-
Packages that use MultiColumnRestriction.INRestriction Package Description org.apache.cassandra.cql3.restrictions -
-
Uses of MultiColumnRestriction.INRestriction in org.apache.cassandra.cql3.restrictions
Subclasses of MultiColumnRestriction.INRestriction in org.apache.cassandra.cql3.restrictions Modifier and Type Class Description static class
MultiColumnRestriction.InRestrictionWithMarker
An IN restriction that uses a single marker for a set of IN values that are tuples.static class
MultiColumnRestriction.InRestrictionWithValues
An IN restriction that has a set of terms for in values.
-