public class InternalBatch extends Object implements Iterable<VectorWrapper<?>>
Constructor and Description |
---|
InternalBatch(RecordBatch incoming,
OperatorContext oContext) |
InternalBatch(RecordBatch incoming,
VectorWrapper<?>[] ignoreWrappers,
OperatorContext oContext) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
FragmentContext |
getContext() |
BatchSchema |
getSchema() |
SelectionVector2 |
getSv2() |
SelectionVector4 |
getSv4() |
VectorWrapper<?> |
getValueAccessorById(Class<?> clazz,
int[] fieldIds) |
Iterator<VectorWrapper<?>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public InternalBatch(RecordBatch incoming, OperatorContext oContext)
public InternalBatch(RecordBatch incoming, VectorWrapper<?>[] ignoreWrappers, OperatorContext oContext)
public BatchSchema getSchema()
public SelectionVector2 getSv2()
public SelectionVector4 getSv4()
public Iterator<VectorWrapper<?>> iterator()
iterator
in interface Iterable<VectorWrapper<?>>
public void clear()
public VectorWrapper<?> getValueAccessorById(Class<?> clazz, int[] fieldIds)
public FragmentContext getContext()
Copyright © 1970 The Apache Software Foundation. All rights reserved.