public class ColumnarRowIterator extends RecyclableIterator<InternalRow>
RecordReader.RecordIterator that returns InternalRows. The next row is set by
ColumnarRow.setRowId(int).| 构造器和说明 |
|---|
ColumnarRowIterator(ColumnarRow rowData,
Runnable recycler) |
| 限定符和类型 | 方法和说明 |
|---|---|
ColumnarRowIterator |
mapping(PartitionInfo partitionInfo,
int[] indexMapping) |
InternalRow |
next()
Gets the next record from the iterator.
|
void |
set(int num) |
releaseBatchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilter, transformpublic ColumnarRowIterator(ColumnarRow rowData, @Nullable Runnable recycler)
public void set(int num)
@Nullable public InternalRow next()
RecordReader.RecordIteratorpublic ColumnarRowIterator mapping(@Nullable PartitionInfo partitionInfo, @Nullable int[] indexMapping)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.