public static class Tuples.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 |
---|
Tuples.Value(java.nio.ByteBuffer[] elements) |
Modifier and Type | Method and Description |
---|---|
static Tuples.Value |
fromSerialized(java.nio.ByteBuffer bytes,
TupleType type) |
java.nio.ByteBuffer |
get(QueryOptions options) |
java.util.List<java.nio.ByteBuffer> |
getElements() |
bind, bindAndGet, collectMarkerSpecification, containsBindMarker
public static Tuples.Value fromSerialized(java.nio.ByteBuffer bytes, TupleType type)
public java.nio.ByteBuffer get(QueryOptions options)
get
in class Term.Terminal
public java.util.List<java.nio.ByteBuffer> getElements()
getElements
in class Term.MultiItemTerminal
Copyright © 2014 The Apache Software Foundation