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

Method schema

datafusion/core/src/test_util/csv.rs:61–63  ·  view source on GitHub ↗

The schema of this csv file

(&self)

Source from the content-addressed store, hash-verified

59
60 /// The schema of this csv file
61 pub fn schema(&self) -> SchemaRef {
62 Arc::clone(&self.schema)
63 }
64
65 /// The path to the csv file
66 pub fn path(&self) -> &std::path::Path {

Callers 3

assert_fields_eqFunction · 0.45
table_with_decimalFunction · 0.45
try_newMethod · 0.45

Calls

no outgoing calls

Tested by 2

assert_fields_eqFunction · 0.36
table_with_decimalFunction · 0.36