Uses of Interface
org.apache.drill.exec.physical.resultSet.impl.VectorState
Package
Description
Handles the details of the result set loader implementation.
-
Uses of VectorState in org.apache.drill.exec.physical.resultSet.impl
Modifier and TypeClassDescriptionprotected static class
Wrapper around the list vector (and its optional contained union).class
class
Do-nothing vector state for a map column which has no actual vector associated with it.static class
Near-do-nothing state for a vector that requires no work to allocate or roll-over, but where we do want to at least track the vector itself.static class
Track the repeated list vector.class
Vector state for a scalar array (repeated scalar) vector.class
Base class for a single vector.static class
State for a scalar value vector.static class
static class
Special case for an offset vector.static class
static class
State for a scalar value vector.static class
static class
TupleState.DictVectorState<T extends ValueVector>
static class
State for a map vector.static class
static class
Vector wrapper for a union vector.Modifier and TypeFieldDescriptionprotected final VectorState
TupleState.DictVectorState.offsets
protected final VectorState
ColumnState.vectorState
Modifier and TypeMethodDescriptionTupleState.DictVectorState.offsetVectorState()
TupleState.MapVectorState.offsetVectorState()
ColumnState.vectorState()
ModifierConstructorDescriptionBaseContainerColumnState
(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals loader, AbstractObjectWriter writer, VectorState vectorState) ColumnState
(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals loader, AbstractObjectWriter writer, VectorState vectorState) DictArrayVectorState
(RepeatedDictVector vector, VectorState offsets, VectorState dictOffsets) DictColumnState
(TupleState.DictState dictState, AbstractObjectWriter writer, VectorState vectorState, boolean isVersioned) DictVectorState
(T vector, VectorState offsets) MapColumnState
(TupleState.MapState mapState, AbstractObjectWriter writer, VectorState vectorState, boolean isVersioned) MapVectorState
(AbstractMapVector mapVector, VectorState offsets) PrimitiveColumnState
(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals loader, AbstractObjectWriter colWriter, VectorState vectorState) RepeatedListColumnState
(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals loader, AbstractObjectWriter writer, VectorState vectorState, ContainerState listState) SingleDictVectorState
(DictVector vector, VectorState offsets) UnionColumnState
(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals loader, AbstractObjectWriter writer, VectorState vectorState, ContainerState unionState)