Uses of Interface
org.apache.flink.legacy.table.sources.StreamTableSource
Packages that use StreamTableSource
Package
Description
-
Uses of StreamTableSource in org.apache.flink.legacy.table.factories
Methods in org.apache.flink.legacy.table.factories that return StreamTableSourceModifier and TypeMethodDescriptiondefault StreamTableSource<T>StreamTableSourceFactory.createStreamTableSource(Map<String, String> properties) Deprecated. -
Uses of StreamTableSource in org.apache.flink.legacy.table.sources
Classes in org.apache.flink.legacy.table.sources that implement StreamTableSourceModifier and TypeClassDescriptionclassDeprecated.This interface has been replaced byDynamicTableSource. -
Uses of StreamTableSource in org.apache.flink.table.sources
Classes in org.apache.flink.table.sources that implement StreamTableSourceModifier and TypeClassDescriptionclassDeprecated.The legacy CSV connector has been replaced byFileSource.Methods in org.apache.flink.table.sources that return StreamTableSourceModifier and TypeMethodDescriptionStreamTableSource<org.apache.flink.types.Row>CsvAppendTableSourceFactory.createStreamTableSource(Map<String, String> properties) Deprecated.StreamTableSource<org.apache.flink.types.Row>CsvBatchTableSourceFactory.createStreamTableSource(Map<String, String> properties) Deprecated.
TableSourceFactory.Contextcontains more information, and already contains table schema too.