Skip to main content

build_registry_plan

Function build_registry_plan 

Source
pub fn build_registry_plan(
    sources: Vec<RegistrySource>,
    window: &GraphQueryWindow,
) -> Result<Option<LogicalPlan>>
Expand description

Builds the semantic_entities registry plan: one branch and source scan per declaring table, filtered to window, then UNION ALL across source tables. Returns None when nothing declared an entity, so the computed table streams empty.