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

Function make_ctx

benchmarks/benches/sql.rs:231–236  ·  view source on GitHub ↗
(args: &EnvParser)

Source from the content-addressed store, hash-verified

229}
230
231fn make_ctx(args: &EnvParser) -> Result<SessionContext> {
232 let config = args.options.config()?;
233 let rt = args.options.build_runtime()?;
234
235 Ok(SessionContext::new_with_config_rt(config, rt))
236}
237
238/// Recursively walks the directory tree starting at `path` and
239/// calls the call back function for every file encountered.

Callers 1

sqlFunction · 0.85

Calls 2

build_runtimeMethod · 0.80
configMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…