pub type PbLocalityProviderNode = LocalityProviderNode;
Aliased Type§
pub struct PbLocalityProviderNode {
pub locality_columns: Vec<u32>,
pub state_table: Option<Table>,
pub progress_table: Option<Table>,
}
Fields§
§locality_columns: Vec<u32>
Column indices that define locality
state_table: Option<Table>
State table for buffering input data
progress_table: Option<Table>
Progress table for tracking backfill progress