| Modifier and Type | Method and Description |
|---|---|
VectorSerializer.Writer |
VectorSerializer.Writer.write(WritableBatch batch,
SelectionVector2 sv2) |
| Constructor and Description |
|---|
CachedVectorContainer(WritableBatch batch,
BufferAllocator allocator) |
VectorAccessibleSerializable(WritableBatch batch,
BufferAllocator allocator) |
VectorAccessibleSerializable(WritableBatch batch,
SelectionVector2 sv2,
BufferAllocator allocator)
Creates a wrapper around batch and sv2 for writing to a stream.
|
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
ScanBatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
SpilledRecordbatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
MergingRecordBatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
PartitionerTemplate.OutgoingRecordBatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
SortBatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
RemovingRecordBatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
TopNBatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
UnorderedReceiverBatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
IteratorValidatorBatchIterator.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
ExternalSortBatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
WritableBatch |
ExternalSortBatch.getWritableBatch() |
| Modifier and Type | Method and Description |
|---|---|
static WritableBatch |
WritableBatch.get(RecordBatch batch) |
static WritableBatch |
WritableBatch.getBatchNoHV(int recordCount,
Iterable<ValueVector> vectors,
boolean isSV2) |
static WritableBatch |
WritableBatch.getBatchNoHVWrap(int recordCount,
Iterable<VectorWrapper<?>> vws,
boolean isSV2) |
WritableBatch |
SimpleRecordBatch.getWritableBatch() |
WritableBatch |
RecordBatchLoader.getWritableBatch() |
WritableBatch |
RecordBatch.getWritableBatch()
Gets a writable version of this batch.
|
WritableBatch |
AbstractRecordBatch.getWritableBatch() |
WritableBatch |
WritableBatch.transfer(BufferAllocator allocator) |
| Constructor and Description |
|---|
FragmentWritableBatch(boolean isLast,
UserBitShared.QueryId queryId,
int sendMajorFragmentId,
int sendMinorFragmentId,
int receiveMajorFragmentId,
int[] receiveMinorFragmentIds,
WritableBatch batch) |
FragmentWritableBatch(boolean isLast,
UserBitShared.QueryId queryId,
int sendMajorFragmentId,
int sendMinorFragmentId,
int receiveMajorFragmentId,
int receiveMinorFragmentId,
WritableBatch batch) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.