Uses of Class
org.apache.cassandra.cql3.restrictions.MultiColumnRestriction
-
Packages that use MultiColumnRestriction Package Description org.apache.cassandra.cql3.restrictions -
-
Uses of MultiColumnRestriction in org.apache.cassandra.cql3.restrictions
Subclasses of MultiColumnRestriction in org.apache.cassandra.cql3.restrictions Modifier and Type Class Description static classMultiColumnRestriction.EQRestrictionstatic classMultiColumnRestriction.INRestrictionstatic classMultiColumnRestriction.InRestrictionWithMarkerAn IN restriction that uses a single marker for a set of IN values that are tuples.static classMultiColumnRestriction.InRestrictionWithValuesAn IN restriction that has a set of terms for in values.static classMultiColumnRestriction.NotNullRestrictionstatic classMultiColumnRestriction.SliceRestriction
-