Uses of Interface
org.apache.flink.table.connector.RuntimeConverter
-
Packages that use RuntimeConverter Package Description org.apache.flink.table.connector.sink org.apache.flink.table.connector.source -
-
Uses of RuntimeConverter in org.apache.flink.table.connector.sink
Subinterfaces of RuntimeConverter in org.apache.flink.table.connector.sink Modifier and Type Interface Description static interface
DynamicTableSink.DataStructureConverter
Converter for mapping between Flink's internal data structures and objects specified by the givenDataType
that can be passed into a runtime implementation. -
Uses of RuntimeConverter in org.apache.flink.table.connector.source
Subinterfaces of RuntimeConverter in org.apache.flink.table.connector.source Modifier and Type Interface Description static interface
DynamicTableSource.DataStructureConverter
Converter for mapping between objects and Flink's internal data structures during runtime.
-