Skip to main content

execute

Function execute 

Source
pub fn execute(
    plan: &QueryPlan,
    maps: &HashMap<String, SiteMap>,
) -> Result<Vec<Row>>
Expand description

Execute a WQL query plan against a set of domain maps.

maps is a map of domain → SiteMap for all available mapped sites.