Class PartitionLimitRecordBatch

All Implemented Interfaces:
AutoCloseable, Iterable<VectorWrapper<?>>, CloseableRecordBatch, RecordBatch, VectorAccessible

public class PartitionLimitRecordBatch extends AbstractSingleRecordBatch<PartitionLimit>
Helps to perform limit in a partition within a record batch. Currently only integer type of partition column is supported. This is mainly used for Lateral/Unnest subquery where each output batch from Unnest will contain an implicit column for rowId for each row.