public abstract class TupleCollectionBuffer extends NonScalarValueBuffer
Modifier and Type | Field and Description |
---|---|
static short |
TUPLEMARK |
Constructor and Description |
---|
TupleCollectionBuffer() |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getByteBuffer()
Gets a read-only bytebuffer holding an encoding of the value
|
abstract MyReadOnlyCollection<TupleBuffer> |
getTupleBufferCollection()
Gets the collection of tuple buffers
|
intern
public static final short TUPLEMARK
public final java.nio.ByteBuffer getByteBuffer()
ValueBuffer
getByteBuffer
in class ValueBuffer
public abstract MyReadOnlyCollection<TupleBuffer> getTupleBufferCollection()