Skip to main content

create_streaming_context_with_validator

Function create_streaming_context_with_validator 

Source
pub fn create_streaming_context_with_validator(
    mode: StreamingValidatorMode,
) -> SessionContext
Expand 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).