Uses of Interface
org.apache.flink.table.connector.source.abilities.SupportsProjectionPushDown
-
Packages that use SupportsProjectionPushDown Package Description org.apache.flink.connector.file.table org.apache.flink.connectors.hive -
-
Uses of SupportsProjectionPushDown in org.apache.flink.connector.file.table
Classes in org.apache.flink.connector.file.table that implement SupportsProjectionPushDown Modifier and Type Class Description class
FileSystemTableSource
File system table source. -
Uses of SupportsProjectionPushDown in org.apache.flink.connectors.hive
Classes in org.apache.flink.connectors.hive that implement SupportsProjectionPushDown Modifier and Type Class Description class
HiveLookupTableSource
Hive Table Source that has lookup ability.class
HiveTableSource
A TableSource implementation to read data from Hive tables.
-