Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ options
Method
options
datafusion/core/src/execution/session_state.rs:2049–2051 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2047
}
2048
2049
fn options(&self) -> &ConfigOptions {
2050
self.state.config_options()
2051
}
2052
2053
fn udf_names(&self) -> Vec<String> {
2054
self.state.scalar_functions().keys().cloned().collect()
Callers
15
map_logical_node_to_physical
Method · 0.45
test_create_using_non_std_file_ext
Function · 0.45
test_create_using_non_std_file_ext_csv_options
Function · 0.45
test_create_using_folder_with_compression
Function · 0.45
test_create_using_folder_without_compression
Function · 0.45
test_odd_directory_names
Function · 0.45
test_create_with_hive_partitions
Function · 0.45
query_compress_data
Function · 0.45
to_string
Method · 0.45
default_catalog
Method · 0.45
register_default_schema
Method · 0.45
sql_to_statement
Method · 0.45
Calls
1
config_options
Method · 0.45
Tested by
8
test_create_using_non_std_file_ext
Function · 0.36
test_create_using_non_std_file_ext_csv_options
Function · 0.36
test_create_using_folder_with_compression
Function · 0.36
test_create_using_folder_without_compression
Function · 0.36
test_odd_directory_names
Function · 0.36
test_create_with_hive_partitions
Function · 0.36
test_create_logical_expr_from_sql_expr
Function · 0.36
test_from_existing
Function · 0.36