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

Method table_functions

datafusion/core/src/execution/session_state.rs:952–954  ·  view source on GitHub ↗

Return reference to table_functions

(&self)

Source from the content-addressed store, hash-verified

950
951 /// Return reference to table_functions
952 pub fn table_functions(&self) -> &HashMap<String, Arc<TableFunction>> {
953 &self.table_functions
954 }
955
956 /// Return [SerializerRegistry] for extensions
957 pub fn serializer_registry(&self) -> &Arc<dyn SerializerRegistry> {

Callers 2

with_spark_featuresMethod · 0.80
table_functionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected