| Package | Description |
|---|---|
| org.apache.flink.table.connector.format | |
| org.apache.flink.table.factories |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProjectableDecodingFormat<I>
Extension of
DecodingFormat which is able to produce projected rows. |
| Modifier and Type | Method and Description |
|---|---|
DecodingFormat<I> |
DecodingFormatFactory.createDecodingFormat(DynamicTableFactory.Context context,
org.apache.flink.configuration.ReadableConfig formatOptions)
Creates a format from the given context and format options.
|
<I,F extends DecodingFormatFactory<I>> |
FactoryUtil.TableFactoryHelper.discoverDecodingFormat(Class<F> formatFactoryClass,
org.apache.flink.configuration.ConfigOption<String> formatOption)
Discovers a
DecodingFormat of the given type using the given option as factory
identifier. |
| Modifier and Type | Method and Description |
|---|---|
<I,F extends DecodingFormatFactory<I>> |
FactoryUtil.TableFactoryHelper.discoverOptionalDecodingFormat(Class<F> formatFactoryClass,
org.apache.flink.configuration.ConfigOption<String> formatOption)
Discovers a
DecodingFormat of the given type using the given option (if present)
as factory identifier. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.