Package org.apache.iceberg.flink.source
Class FlinkSplitPlanner
java.lang.Object
org.apache.iceberg.flink.source.FlinkSplitPlanner
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<IcebergSourceSplit>
planIcebergSourceSplits
(Table table, ScanContext context, ExecutorService workerPool) This returns splits for the FLIP-27 source
-
Method Details
-
planIcebergSourceSplits
public static List<IcebergSourceSplit> planIcebergSourceSplits(Table table, ScanContext context, ExecutorService workerPool) This returns splits for the FLIP-27 source
-