Function script::python::ffi_types::vector::get_arrow_op

source ยท
fn get_arrow_op(
    op: PyComparisonOp,
) -> impl Fn(&dyn Datum, &dyn Datum) -> ArrowResult<ArrayRef>
Expand description

get corresponding arrow op function according to given PyComaprsionOp