pub async fn execute_with_store<S>(
query: &Query,
store: &S,
) -> Result<ExecutionResult, ExecutorError>where
S: TelemetryStore + ?Sized,pub async fn execute_with_store<S>(
query: &Query,
store: &S,
) -> Result<ExecutionResult, ExecutorError>where
S: TelemetryStore + ?Sized,