Package org.apache.cassandra.cql3
Class Sets.Value
java.lang.Object
org.apache.cassandra.cql3.Term.Terminal
org.apache.cassandra.cql3.Sets.Value
- All Implemented Interfaces:
Term
- Enclosing class:
- Sets
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.Term
Term.MultiColumnRaw, Term.MultiItemTerminal, Term.NonTerminal, Term.Raw, Term.Terminal -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(SetType<?> st, Sets.Value v) static <T> Sets.ValuefromSerialized(ByteBuffer value, SetType<T> type) get(ProtocolVersion version) Methods inherited from class org.apache.cassandra.cql3.Term.Terminal
addFunctionsTo, bind, bindAndGet, collectMarkerSpecification, containsBindMarker, isTerminal
-
Field Details
-
elements
-
-
Constructor Details
-
Value
-
-
Method Details
-
fromSerialized
public static <T> Sets.Value fromSerialized(ByteBuffer value, SetType<T> type) throws InvalidRequestException - Throws:
InvalidRequestException
-
get
- Specified by:
getin classTerm.Terminal- Returns:
- the serialized value of this terminal.
-
equals
-