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

Method get_ext

datafusion/sql/tests/common/mod.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37
38impl GetExt for MockCsvType {
39 fn get_ext(&self) -> String {
40 "csv".to_string()
41 }
42}
43
44impl FileType for MockCsvType {

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected