Class RepeatedListState.RepeatedListColumnState
java.lang.Object
org.apache.drill.exec.physical.resultSet.impl.ColumnState
org.apache.drill.exec.physical.resultSet.impl.ColumnState.BaseContainerColumnState
org.apache.drill.exec.physical.resultSet.impl.RepeatedListState.RepeatedListColumnState
- Enclosing class:
- RepeatedListState
public static class RepeatedListState.RepeatedListColumnState
extends ColumnState.BaseContainerColumnState
Repeated list column state.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.physical.resultSet.impl.ColumnState
ColumnState.BaseContainerColumnState, ColumnState.PrimitiveColumnState, ColumnState.State
-
Field Summary
Fields inherited from class org.apache.drill.exec.physical.resultSet.impl.ColumnState
addVersion, cardinality, loader, outputIndex, state, vectorState, writer
-
Constructor Summary
ConstructorDescriptionRepeatedListColumnState
(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals loader, AbstractObjectWriter writer, VectorState vectorState, ContainerState listState) -
Method Summary
Modifier and TypeMethodDescriptionGet the output schema.Methods inherited from class org.apache.drill.exec.physical.resultSet.impl.ColumnState.BaseContainerColumnState
close, harvestWithLookAhead, rollover, startBatch, updateCardinality
Methods inherited from class org.apache.drill.exec.physical.resultSet.impl.ColumnState
allocateVectors, buildOutput, dump, innerCardinality, isProjected, outerCardinality, schema, vector, vectorState, writer
-
Constructor Details
-
RepeatedListColumnState
public RepeatedListColumnState(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals loader, AbstractObjectWriter writer, VectorState vectorState, ContainerState listState)
-
-
Method Details
-
outputSchema
Get the output schema. For a primitive (non-structured) column, the output schema is the same as the internal schema.- Specified by:
outputSchema
in classColumnState
-
container
- Specified by:
container
in classColumnState.BaseContainerColumnState
-