pub fn create_session_context(
pipeline_config: &PipelineConfig,
runtime_env: Arc<RuntimeEnv>,
) -> SessionContextExpand description
SessionContext bound to the shared RuntimeEnv, configured with the
pipeline’s worker count and feldera’s sort-spill thresholds.