pub fn execute_query(
request: &QueryRequest,
policy: LoadPolicy,
) -> Result<QueryViewResult, QueryExecutionError>Expand description
Load and materialize the view encoded in one native request.
Invalid input or view bounds are rejected before local source discovery.
ยงErrors
Returns a typed loading, projection, or search failure.