pub fn set_allow_query_fallback(
exprs: Vec<Expr>,
ctx: QueryContextRef,
) -> Result<()>Expand description
Set the allow query fallback configuration parameter to true or false based on the provided expressions.
pub fn set_allow_query_fallback(
exprs: Vec<Expr>,
ctx: QueryContextRef,
) -> Result<()>Set the allow query fallback configuration parameter to true or false based on the provided expressions.