| Package | Description |
|---|---|
| org.apache.flink.table.api |
| Modifier and Type | Method and Description |
|---|---|
FormatDescriptor |
FormatDescriptor.Builder.build()
Returns an immutable instance of
FormatDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
TableDescriptor.Builder |
TableDescriptor.Builder.format(org.apache.flink.configuration.ConfigOption<String> formatOption,
FormatDescriptor formatDescriptor)
Defines the format to be used for this table.
|
TableDescriptor.Builder |
TableDescriptor.Builder.format(FormatDescriptor formatDescriptor)
Defines the format to be used for this table.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.