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

Class File

datafusion/datasource/src/file_scan_config/mod.rs:1541–1545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539 use object_store::{ObjectMeta, path::Path};
1540
1541 struct File {
1542 name: &'static str,
1543 date: &'static str,
1544 statistics: Vec<Option<(Option<f64>, Option<f64>)>>,
1545 }
1546 impl File {
1547 fn new(
1548 name: &'static str,

Callers 1

get_optsMethod · 0.85

Calls

no outgoing calls

Tested by 1

get_optsMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…