Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ execution_props
Method
execution_props
datafusion/core/src/execution/session_state.rs:309–311 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
307
}
308
309
fn execution_props(&self) -> &ExecutionProps {
310
self.execution_props()
311
}
312
313
fn as_any(&self) -> &dyn Any {
314
self
Callers
15
create_physical_expr
Method · 0.45
map_logical_node_to_physical
Method · 0.45
test_create_cube_expr
Function · 0.45
test_create_rollup_expr
Function · 0.45
create_physical_expr
Method · 0.45
get_table_function_source
Method · 0.45
execute_prepared
Method · 0.45
scan_with_args
Method · 0.45
insert_into
Method · 0.45
scan
Method · 0.45
scan
Method · 0.45
insert_into
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_create_cube_expr
Function · 0.36
test_create_rollup_expr
Function · 0.36