| Package | Description |
|---|---|
| org.apache.flink.table.api |
| Modifier and Type | Method and Description |
|---|---|
static FormatDescriptor.Builder |
FormatDescriptor.forFormat(String format)
Creates a new
FormatDescriptor.Builder describing a format with the given format identifier. |
<T> FormatDescriptor.Builder |
FormatDescriptor.Builder.option(org.apache.flink.configuration.ConfigOption<T> configOption,
T value)
Sets the given option on the format.
|
FormatDescriptor.Builder |
FormatDescriptor.Builder.option(String key,
String value)
Sets the given option on the format.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.