risingwave_expr::expr_context

Function strict_mode

source
pub fn strict_mode() -> Result<bool>
Expand description

Get the strict mode from expr context

The return value depends on session variable. Default is true for batch query.

Conceptually, streaming always use non-strict mode. Our implementation doesn’t read this value, although it’s set to false as a placeholder.