Class TupleState.DictArrayState
java.lang.Object
org.apache.drill.exec.physical.resultSet.impl.ContainerState
org.apache.drill.exec.physical.resultSet.impl.TupleState
org.apache.drill.exec.physical.resultSet.impl.TupleState.MapState
org.apache.drill.exec.physical.resultSet.impl.TupleState.DictState
org.apache.drill.exec.physical.resultSet.impl.TupleState.DictArrayState
- All Implemented Interfaces:
AbstractTupleWriter.TupleWriterListener
- Enclosing class:
- TupleState
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.physical.resultSet.impl.TupleState
TupleState.DictArrayState, TupleState.DictArrayVectorState, TupleState.DictColumnState, TupleState.DictState, TupleState.DictVectorState<T extends ValueVector>, TupleState.MapArrayState, TupleState.MapColumnState, TupleState.MapState, TupleState.MapVectorState, TupleState.RowState, TupleState.SingleDictState, TupleState.SingleDictVectorState, TupleState.SingleMapState
-
Field Summary
Fields inherited from class org.apache.drill.exec.physical.resultSet.impl.TupleState
columns, outputSchema, schema
Fields inherited from class org.apache.drill.exec.physical.resultSet.impl.ContainerState
loader, parentColumn, projectionSet, vectorCache
-
Constructor Summary
ConstructorDescriptionDictArrayState
(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals events, ResultVectorCache vectorCache, ProjectionFilter projectionSet) -
Method Summary
Modifier and TypeMethodDescriptionint
addOutputColumn
(ValueVector vector, ColumnMetadata colSchema) writer()
Methods inherited from class org.apache.drill.exec.physical.resultSet.impl.TupleState.DictState
bindColumnState, dump, isVersioned
Methods inherited from class org.apache.drill.exec.physical.resultSet.impl.TupleState.MapState
addColumn, bindColumnState, innerCardinality
Methods inherited from class org.apache.drill.exec.physical.resultSet.impl.TupleState
addColumn, addColumn, bindOutputSchema, columns, columnStates, hasProjections, isProjected, outputSchema, schema, updateOutput
Methods inherited from class org.apache.drill.exec.physical.resultSet.impl.ContainerState
addColumn, close, harvestWithLookAhead, loader, projection, rollover, startBatch, updateCardinality, vectorCache
-
Constructor Details
-
DictArrayState
public DictArrayState(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals events, ResultVectorCache vectorCache, ProjectionFilter projectionSet)
-
-
Method Details
-
addOutputColumn
- Overrides:
addOutputColumn
in classTupleState.MapState
-
writer
- Specified by:
writer
in classTupleState
-