Set the [`RuntimeEnv`]
(mut self, runtime_env: Arc<RuntimeEnv>)
| 1463 | |
| 1464 | /// Set the [`RuntimeEnv`] |
| 1465 | pub fn with_runtime_env(mut self, runtime_env: Arc<RuntimeEnv>) -> Self { |
| 1466 | self.runtime_env = Some(runtime_env); |
| 1467 | self |
| 1468 | } |
| 1469 | |
| 1470 | /// Set a [`FunctionFactory`] to handle `CREATE FUNCTION` statements |
| 1471 | pub fn with_function_factory( |
no outgoing calls