pub fn base_session_config() -> SessionConfigExpand description
Returns a base SessionConfig with identifier normalization disabled.
DataFusion’s default behaviour lowercases all unquoted SQL identifiers (per the SQL standard). LaminarDB disables this so that mixed-case column names from external sources (Kafka, CDC, WebSocket) can be referenced without double-quoting.