Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_json
Function · 0.45
create_physical_plan
Method · 0.45
plan_to_csv
Function · 0.45
spawn_writer_tasks_and_join
Method · 0.45
plan_to_parquet
Function · 0.45
get_file_decryption_properties
Function · 0.45
infer_schema
Method · 0.45
infer_stats
Method · 0.45
infer_ordering
Method · 0.45
infer_stats_and_ordering
Method · 0.45
create_physical_plan
Method · 0.45
set_source_encryption_factory
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected