public static class UserTypes.Value extends Term.MultiItemTerminal
Term.MultiColumnRaw, Term.MultiItemTerminal, Term.NonTerminal, Term.Raw, Term.Terminal
Modifier and Type | Field and Description |
---|---|
java.nio.ByteBuffer[] |
elements |
Constructor and Description |
---|
Value(UserType type,
java.nio.ByteBuffer[] elements) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(UserType userType,
UserTypes.Value v) |
static UserTypes.Value |
fromSerialized(java.nio.ByteBuffer bytes,
UserType type) |
java.nio.ByteBuffer |
get(ProtocolVersion protocolVersion) |
java.util.List<java.nio.ByteBuffer> |
getElements() |
addFunctionsTo, bind, bindAndGet, collectMarkerSpecification, containsBindMarker
public Value(UserType type, java.nio.ByteBuffer[] elements)
public static UserTypes.Value fromSerialized(java.nio.ByteBuffer bytes, UserType type)
public java.nio.ByteBuffer get(ProtocolVersion protocolVersion)
get
in class Term.Terminal
public boolean equals(UserType userType, UserTypes.Value v)
public java.util.List<java.nio.ByteBuffer> getElements()
getElements
in class Term.MultiItemTerminal
Copyright © 2020 The Apache Software Foundation