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

Function test_table

datafusion/core/src/test_util/mod.rs:137–139  ·  view source on GitHub ↗

Create a table from the aggregate_test_100.csv file with the name "aggregate_test_100"

()

Source from the content-addressed store, hash-verified

135
136/// Create a table from the aggregate_test_100.csv file with the name "aggregate_test_100"
137pub async fn test_table() -> Result<DataFrame> {
138 test_table_with_name("aggregate_test_100").await
139}
140
141/// Execute SQL and return results
142#[cfg(feature = "sql")]

Callers 15

select_columnsFunction · 0.85
select_exprFunction · 0.85
select_allFunction · 0.85
select_exprsFunction · 0.85
select_with_window_exprsFunction · 0.85
drop_columnsFunction · 0.85

Calls 1

test_table_with_nameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…