| Class | Description |
|---|---|
| AppendTableRecordWriter | |
| DeltaTableRecordWriter | |
| TableArrowBatchBlobWriter | |
| TableArrowWriter |
A buffered ArrowWriter implementation.
|
| TableWriterBuilder |
This builder creates Arrow writers that can write data to MaxCompute tables
using the Arrow columnar format.
|
| TableWriteSession |
This class represents a write session for a MaxCompute table, allowing clients
to write data in a distributed manner using Arrow format.
|
| TableWriteSessionBuilder |
This builder allows configuration of various write session settings including:
Partition specifications for writing data to specific partitions
Overwrite mode for replacing existing data
Write mode (Batch or Streaming)
|
| Enum | Description |
|---|---|
| WriteMode |
Enum representing the write mode for table write sessions.
|
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.