chore: remove unused code

This commit is contained in:
shuiyisong
2023-06-14 17:22:28 +08:00
parent 5e36611d44
commit 5b3b2a6faf

View File

@@ -203,10 +203,6 @@ impl DfPhysicalPlan for DfPhysicalPlanAdapter {
Ok(Box::pin(DfRecordBatchStreamAdapter::new(stream)))
}
fn metrics(&self) -> Option<MetricsSet> {
self.0.metrics()
}
fn statistics(&self) -> Statistics {
Statistics::default()
}