Uses of Interface
org.apache.flink.table.connector.RuntimeConverter
Packages that use RuntimeConverter
-
Uses of RuntimeConverter in org.apache.flink.table.connector.sink
Subinterfaces of RuntimeConverter in org.apache.flink.table.connector.sinkModifier and TypeInterfaceDescriptionstatic interfaceConverter 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.sourceModifier and TypeInterfaceDescriptionstatic interfaceConverter for mapping between objects and Flink's internal data structures during runtime.