Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ statistics
Method
statistics
datafusion/ffi/src/tests/mod.rs:213–215 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
211
}
212
213
fn statistics(&self) -> Option<Statistics> {
214
Some(self.stats.clone())
215
}
216
217
async fn scan(
218
&self,
Callers
nothing calls this directly
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected