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

Function create_context

datafusion/substrait/tests/cases/serialize.rs:206–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 async fn create_context() -> Result<SessionContext> {
207 let ctx = SessionContext::new();
208 ctx.register_csv("data", "tests/testdata/data.csv", CsvReadOptions::new())
209 .await?;
210 ctx.register_csv("data2", "tests/testdata/data.csv", CsvReadOptions::new())
211 .await?;
212 Ok(ctx)
213 }
214}

Callers 5

serialize_to_fileFunction · 0.70
serialize_simple_selectFunction · 0.70

Calls 2

newFunction · 0.85
register_csvMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…