MCPcopy 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 {

Calls

no outgoing calls