| Modifier and Type | Method and Description |
|---|---|
DataFormat |
WriterOptions.getDataFormat() |
DataFormat |
ReaderOptions.getDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
WriterOptions.Builder |
WriterOptions.Builder.withDataFormat(DataFormat dataFormat) |
ReaderOptions.Builder |
ReaderOptions.Builder.withDataFormat(DataFormat dataFormat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TableReadSession.supportsDataFormat(DataFormat dataFormat)
Returns whether the data format is supported by this table read session.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TableBatchReadSessionImpl.supportsDataFormat(DataFormat dataFormat) |
| Modifier and Type | Method and Description |
|---|---|
static DataFormat |
ArrowUtils.getDefaultDataFormat() |
static DataFormat |
SessionUtils.parseDataFormat(com.google.gson.JsonObject format) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TableWriteSession.supportsDataFormat(DataFormat dataFormat)
Returns whether the data format is supported by this table write session.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TableBatchWriteSessionImpl.supportsDataFormat(DataFormat dataFormat) |
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.