Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
RecordOutput in datafusion::physical_plan::metrics - Rust
[go: Go Back, main page]

pub trait RecordOutput {
    fn record_output(self, bm: &BaselineMetrics) -> Self;
}
Expand description

Trait for things that produce output rows as a result of execution.

Required Methods§

Record that some number of output rows have been produced

Meant to be composable so that instead of returning batch the operator can return batch.record_output(baseline_metrics)

Implementations on Foreign Types§

Implementors§