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 interfaceDynamicTableSink.DataStructureConverterConverter for mapping between Flink's internal data structures and objects specified by the givenDataTypethat 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 interfaceDynamicTableSource.DataStructureConverterConverter for mapping between objects and Flink's internal data structures during runtime.
-