Skip to main content

nested_scan

Function nested_scan 

Source
pub fn nested_scan<T, E>(
    execute_subplan: impl FnOnce() -> Result<Vec<T>, E>,
) -> Result<Vec<T>, E>
Expand description

Execute a nested subplan scan.

This is a thin wrapper around the provided executor closure.