MCPcopy Create free account
hub / github.com/apache/datafusion / infer_stats

Method infer_stats

datafusion/datasource-csv/src/file_format.rs:411–419  ·  view source on GitHub ↗
(
        &self,
        _state: &dyn Session,
        _store: &Arc<dyn ObjectStore>,
        table_schema: SchemaRef,
        _object: &ObjectMeta,
    )

Source from the content-addressed store, hash-verified

409 }
410
411 async fn infer_stats(
412 &self,
413 _state: &dyn Session,
414 _store: &Arc<dyn ObjectStore>,
415 table_schema: SchemaRef,
416 _object: &ObjectMeta,
417 ) -> Result<Statistics> {
418 Ok(Statistics::new_unknown(&table_schema))
419 }
420
421 async fn create_physical_plan(
422 &self,

Callers 2

scan_formatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected