fn plan_worker_reads(
config: &RawSourceCreationConfig,
tables: &BTreeMap<MySqlTableName, Vec<SourceOutputInfo>>,
pk_bounds: &BTreeMap<MySqlTableName, Option<PkBoundaries>>,
) -> BTreeMap<MySqlTableName, ReadPlan>Expand description
Returns the set of full tables/sections of tables to read.