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

Method runtime_env

datafusion/datasource-arrow/src/file_format.rs:613–615  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

611 }
612
613 fn runtime_env(&self) -> &Arc<RuntimeEnv> {
614 &self.runtime_env
615 }
616
617 fn execution_props(&self) -> &ExecutionProps {
618 unimplemented!()

Callers 12

plan_to_jsonFunction · 0.45
create_physical_planMethod · 0.45
plan_to_csvFunction · 0.45
plan_to_parquetFunction · 0.45
infer_schemaMethod · 0.45
infer_statsMethod · 0.45
infer_orderingMethod · 0.45
create_physical_planMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected