pub fn execute_query(
request: &QueryRequest,
policy: QueryPolicy,
) -> Result<QueryViewResult, QueryExecutionError>Expand description
Load and materialize the view encoded in one native request.
ยงErrors
Returns a typed loading, projection, or search failure.