Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ runtime_env
Method
runtime_env
datafusion/core/src/datasource/listing_table_factory.rs:608–610 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
606
}
607
608
fn runtime_env(&self) -> &Arc<datafusion_execution::runtime_env::RuntimeEnv> {
609
unimplemented!()
610
}
611
fn execution_props(
612
&self,
613
) -> &datafusion_expr::execution_props::ExecutionProps {
Callers
10
create
Method · 0.45
_run_read_merged_batches
Function · 0.45
_run_fetch_metadata_with_size_hint
Function · 0.45
test_statistics_from_parquet_metadata_dictionary
Function · 0.45
_run_test_statistics_from_parquet_metadata
Function · 0.45
infer_options
Method · 0.45
prepare_store
Function · 0.45
parquet_exec_with_partition
Function · 0.45
write_parquet_with_compression
Function · 0.45
write_parquet_with_small_rg_size
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_statistics_from_parquet_metadata_dictionary
Function · 0.36