[−][src]Function stdbench::run::evaluate
pub fn evaluate(executor: &dyn PisaExecutor, run: &Run) -> Result<String, Error>
Runs query evaluation for on a given executor, for a given run.
Fails if the run is not of type Evaluate
.
pub fn evaluate(executor: &dyn PisaExecutor, run: &Run) -> Result<String, Error>
Runs query evaluation for on a given executor, for a given run.
Fails if the run is not of type Evaluate
.