Class TupleState.SingleMapState

All Implemented Interfaces:
AbstractTupleWriter.TupleWriterListener
Enclosing class:
TupleState

public static class TupleState.SingleMapState extends TupleState.MapState
  • Constructor Details

    • SingleMapState

      public SingleMapState(org.apache.drill.exec.physical.resultSet.impl.LoaderInternals events, ResultVectorCache vectorCache, ProjectionFilter projectionSet)
  • Method Details

    • writer

      public AbstractTupleWriter writer()
      Return the tuple writer for the map. If this is a single map, then it is the writer itself. If this is a map array, then the tuple is nested inside the array.
      Specified by:
      writer in class TupleState