Class MergingRecordBatch.Node

java.lang.Object
org.apache.drill.exec.physical.impl.mergereceiver.MergingRecordBatch.Node
Enclosing class:
MergingRecordBatch

public class MergingRecordBatch.Node extends Object
A Node contains a reference to a single value in a specific incoming batch. It is used as a wrapper for the priority queue.
  • Field Details

    • batchId

      public int batchId
    • valueIndex

      public int valueIndex