| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<?> |
ScanBatch.getValueAccessorById(Class<?> clazz,
int... ids) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
ScanBatch.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<?> |
SpilledRecordbatch.getValueAccessorById(Class<?> clazz,
int... ids) |
VectorWrapper<?> |
InternalBatch.getValueAccessorById(Class<?> clazz,
int[] fieldIds) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
SpilledRecordbatch.iterator() |
Iterator<VectorWrapper<?>> |
InternalBatch.iterator() |
| Constructor and Description |
|---|
InternalBatch(RecordBatch incoming,
VectorWrapper<?>[] ignoreWrappers,
OperatorContext oContext) |
| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<?> |
MergingRecordBatch.getValueAccessorById(Class<?> clazz,
int... ids) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
MergingRecordBatch.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<?> |
PartitionerTemplate.OutgoingRecordBatch.getValueAccessorById(Class<?> clazz,
int... fieldIds) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
PartitionerTemplate.OutgoingRecordBatch.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<?> |
UnorderedReceiverBatch.getValueAccessorById(Class<?> clazz,
int... ids) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
UnorderedReceiverBatch.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<?> |
IteratorValidatorBatchIterator.getValueAccessorById(Class<?> clazz,
int... ids) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
IteratorValidatorBatchIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<?> |
WindowDataBatch.getValueAccessorById(Class<?> clazz,
int... fieldIds) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
WindowDataBatch.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<?> |
BatchGroup.getValueAccessorById(Class<?> clazz,
int... ids) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
BatchGroup.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<?> |
BatchGroup.getValueAccessorById(Class<?> clazz,
int... ids) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
BatchGroup.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
HyperVectorWrapper<T extends ValueVector> |
class |
SimpleVectorWrapper<T extends ValueVector> |
| Modifier and Type | Field and Description |
|---|---|
protected List<VectorWrapper<?>> |
VectorContainer.wrappers |
| Modifier and Type | Method and Description |
|---|---|
VectorWrapper<T> |
VectorWrapper.cloneAndTransfer(BufferAllocator allocator) |
VectorWrapper<T> |
SimpleVectorWrapper.cloneAndTransfer(BufferAllocator allocator) |
VectorWrapper<T> |
HyperVectorWrapper.cloneAndTransfer(BufferAllocator allocator) |
VectorWrapper<?> |
VectorWrapper.getChildWrapper(int[] ids) |
VectorWrapper<?> |
SimpleVectorWrapper.getChildWrapper(int[] ids) |
VectorWrapper<?> |
HyperVectorWrapper.getChildWrapper(int[] ids) |
VectorWrapper<?> |
VectorContainer.getValueAccessorById(Class<?> clazz,
int... fieldIds) |
VectorWrapper<?> |
VectorAccessible.getValueAccessorById(Class<?> clazz,
int... fieldIds) |
VectorWrapper<?> |
SimpleRecordBatch.getValueAccessorById(Class<?> clazz,
int... ids) |
VectorWrapper<?> |
RecordIterator.getValueAccessorById(Class<?> clazz,
int... ids) |
VectorWrapper<?> |
RecordBatchLoader.getValueAccessorById(Class<?> clazz,
int... ids) |
VectorWrapper<?> |
RecordBatch.getValueAccessorById(Class<?> clazz,
int... ids) |
VectorWrapper<?> |
AbstractRecordBatch.getValueAccessorById(Class<?> clazz,
int... ids) |
VectorWrapper<?> |
VectorContainer.getValueVector(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<VectorWrapper<?>> |
VectorContainer.iterator() |
Iterator<VectorWrapper<?>> |
SimpleRecordBatch.iterator() |
Iterator<VectorWrapper<?>> |
RecordIterator.iterator() |
Iterator<VectorWrapper<?>> |
RecordBatchLoader.iterator() |
Iterator<VectorWrapper<?>> |
AbstractRecordBatch.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static VectorContainer |
VectorContainer.getTransferClone(VectorAccessible incoming,
VectorWrapper<?>[] ignoreWrappers,
OperatorContext oContext) |
void |
VectorWrapper.transfer(VectorWrapper<?> destination) |
void |
SimpleVectorWrapper.transfer(VectorWrapper<?> destination) |
void |
HyperVectorWrapper.transfer(VectorWrapper<?> destination)
Transfer vectors to destination HyperVectorWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
static WritableBatch |
WritableBatch.getBatchNoHVWrap(int recordCount,
Iterable<VectorWrapper<?>> vws,
boolean isSV2) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.