Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
impl GetExt for MockCsvType {
39
fn get_ext(&self) -> String {
40
"csv"
.to_string()
41
}
42
}
43
44
impl FileType for MockCsvType {
Callers
13
map_logical_node_to_physical
Method · 0.45
test_csv_multiple_empty_files
Function · 0.45
test_csv_parallel_some_file_empty
Function · 0.45
read_empty_table
Function · 0.45
test_insert_into_append_new_parquet_files_session_overrides
Function · 0.45
test_insert_into_append_new_parquet_files_invalid_session_fails
Function · 0.45
test_insert_into_parameterized
Function · 0.45
write_table_results
Function · 0.45
partitioned_file_groups
Function · 0.45
register_file_format
Method · 0.45
insert_into
Method · 0.45
new
Method · 0.45
Calls
1
to_string
Method · 0.45
Tested by
no test coverage detected