| Package | Description |
|---|---|
| com.aliyun.odps.table | |
| com.aliyun.odps.table.read | |
| com.aliyun.odps.table.read.impl.batch | |
| com.aliyun.odps.table.write | |
| com.aliyun.odps.table.write.impl.batch |
| Modifier and Type | Method and Description |
|---|---|
DataSchema |
DataSchema.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
DataSchema |
TableReadSession.readSchema()
Returns the actual schema of this table read session
|
| Modifier and Type | Method and Description |
|---|---|
DataSchema |
TableBatchReadSessionBase.readSchema() |
| Constructor and Description |
|---|
SplitRecordReaderImpl(SplitReader<org.apache.arrow.vector.VectorSchemaRoot> arrowReader,
DataSchema schema,
ReaderOptions options) |
| Modifier and Type | Method and Description |
|---|---|
DataSchema |
TableWriteSession.requiredSchema()
Returns the schema for table write session.
|
| Modifier and Type | Method and Description |
|---|---|
DataSchema |
TableBatchWriteSessionBase.requiredSchema() |
| 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.