Uses of Class
org.apache.cassandra.cql3.Tuples.INRaw
-
Packages that use Tuples.INRaw Package Description org.apache.cassandra.cql3 -
-
Uses of Tuples.INRaw in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type Tuples.INRaw Modifier and Type Method Description static MultiColumnRelation
MultiColumnRelation. createSingleMarkerInRelation(java.util.List<ColumnIdentifier> entities, Tuples.INRaw inMarker)
Creates a multi-column IN relation with a marker for the IN values.
-