Skip to main content

plan_worker_reads

Function plan_worker_reads 

Source
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.