pub fn create_streaming_context_with_validator(
mode: StreamingValidatorMode,
) -> SessionContextExpand description
Creates a streaming context with a configurable validator mode.
Same as create_streaming_context but allows choosing how the
StreamingPhysicalValidator handles plan violations.
Use StreamingValidatorMode::Off to get the previous behaviour
(no plan-time validation).