Class ColumnarBatchRow

Object
io.delta.kernel.internal.data.ChildVectorBasedRow
io.delta.kernel.internal.data.ColumnarBatchRow
All Implemented Interfaces:
Row

public class ColumnarBatchRow extends ChildVectorBasedRow
Row abstraction around a columnar batch and a particular row within the columnar batch.
  • Constructor Details

    • ColumnarBatchRow

      public ColumnarBatchRow(ColumnarBatch columnarBatch, int rowId)