| Package | Description |
|---|---|
| com.aliyun.odps.table.arrow | |
| com.aliyun.odps.table.configuration | |
| com.aliyun.odps.table.write | |
| com.aliyun.odps.table.write.impl.batch |
| Modifier and Type | Method and Description |
|---|---|
static ArrowWriter |
ArrowWriterFactory.getRecordBatchWriter(OutputStream os,
WriterOptions writerOptions) |
| Modifier and Type | Method and Description |
|---|---|
WriterOptions |
WriterOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
default BatchWriter<org.apache.arrow.vector.VectorSchemaRoot> |
TableBatchWriteSession.createArrowWriter(long blockNumber,
WriterAttemptId attemptId,
WriterOptions options)
Returns a arrow data writer to do the actual writing work.
|
default BatchWriter<ArrayRecord> |
TableBatchWriteSession.createRecordWriter(long blockNumber,
WriterAttemptId attemptId,
WriterOptions options)
Returns a record data writer to do the actual writing work.
|
| Modifier and Type | Method and Description |
|---|---|
BatchWriter<org.apache.arrow.vector.VectorSchemaRoot> |
TableBatchWriteSessionImpl.createArrowWriter(long blockNumber,
WriterAttemptId attemptId,
WriterOptions options) |
| Constructor and Description |
|---|
ArrowWriterImpl(String sessionId,
TableIdentifier identifier,
DataSchema schema,
long blockNumber,
WriterAttemptId attemptId,
WriterOptions writerOptions,
ArrowOptions arrowOptions) |
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.