Class TupleState.SingleDictState
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.SingleDictState
- 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
ConstructorDescriptionSingleDictState
(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals events, ResultVectorCache vectorCache, ProjectionFilter projectionSet) -
Method Summary
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, addOutputColumn, 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
-
SingleDictState
public SingleDictState(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals events, ResultVectorCache vectorCache, ProjectionFilter projectionSet)
-
-
Method Details
-
writer
- Specified by:
writer
in classTupleState
-