Package org.apache.cassandra.cql3
Class Tuples.InValue
java.lang.Object
org.apache.cassandra.cql3.Term.Terminal
org.apache.cassandra.cql3.Tuples.InValue
- All Implemented Interfaces:
Term
- Enclosing class:
- Tuples
A terminal value for a list of IN values that are tuples. For example: "SELECT ... WHERE (a, b, c) IN ?"
This is similar to Lists.Value, but allows us to keep components of the tuples in the list separate.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.Term
Term.MultiColumnRaw, Term.MultiItemTerminal, Term.NonTerminal, Term.Raw, Term.Terminal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tuples.InValuefromSerialized(ByteBuffer value, ListType<T> type) get(ProtocolVersion version) Methods inherited from class org.apache.cassandra.cql3.Term.Terminal
addFunctionsTo, bind, bindAndGet, collectMarkerSpecification, containsBindMarker, isTerminal
-
Constructor Details
-
InValue
-
-
Method Details
-
fromSerialized
public static <T> Tuples.InValue fromSerialized(ByteBuffer value, ListType<T> type) throws InvalidRequestException - Throws:
InvalidRequestException
-
get
- Specified by:
getin classTerm.Terminal- Returns:
- the serialized value of this terminal.
-
getSplitValues
-