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