| Package | Description |
|---|---|
| com.aliyun.odps.table.read | |
| com.aliyun.odps.table.read.impl.batch |
| Modifier and Type | Method and Description |
|---|---|
default SplitReader<org.apache.arrow.vector.VectorSchemaRoot> |
TableBatchReadSession.createArrowReader(InputSplit split,
ReaderOptions options)
Returns a arrow data reader
SplitReader to do the actual reading work. |
default SplitReader<ArrayRecord> |
TableBatchReadSession.createRecordReader(InputSplit split,
ReaderOptions options)
Returns a record data reader
SplitReader to do the actual reading work. |
| Modifier and Type | Class and Description |
|---|---|
class |
SplitArrowReaderImpl |
class |
SplitRecordReaderImpl |
| Modifier and Type | Method and Description |
|---|---|
SplitReader<org.apache.arrow.vector.VectorSchemaRoot> |
TableBatchReadSessionImpl.createArrowReader(InputSplit split,
ReaderOptions options) |
SplitReader<ArrayRecord> |
TableBatchReadSessionImpl.createRecordReader(InputSplit split,
ReaderOptions options) |
| Constructor and Description |
|---|
SplitRecordReaderImpl(SplitReader<org.apache.arrow.vector.VectorSchemaRoot> arrowReader,
DataSchema schema,
ReaderOptions options) |
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.