Package | Description |
---|---|
org.apache.flink.table.connector.sink | |
org.apache.flink.table.connector.source |
Modifier and Type | Interface and Description |
---|---|
static interface |
DynamicTableSink.DataStructureConverter
Converter for mapping between Flink's internal data structures and objects specified by the
given
DataType that can be passed into a runtime implementation. |
Modifier and Type | Interface and Description |
---|---|
static interface |
DynamicTableSource.DataStructureConverter
Converter for mapping between objects and Flink's internal data structures during runtime.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.