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
|
internpublic static final short TUPLEMARK
public final java.nio.ByteBuffer getByteBuffer()
ValueBuffergetByteBuffer in class ValueBufferpublic abstract MyReadOnlyCollection<TupleBuffer> getTupleBufferCollection()