dynamic

Function dynamic 

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