pub fn dynamic(
operator: Operator,
rhs_value: impl Fn() -> Option<ScalarValue> + Send + Sync + 'static,
rhs_dtype: DType,
default: bool,
lhs: Expression,
) -> Expressionpub fn dynamic(
operator: Operator,
rhs_value: impl Fn() -> Option<ScalarValue> + Send + Sync + 'static,
rhs_dtype: DType,
default: bool,
lhs: Expression,
) -> Expression