Function re_viewer::external::re_chunk::external::arrow::compute::ends_with

pub fn ends_with(
    left: &dyn Datum,
    right: &dyn Datum,
) -> Result<BooleanArray, ArrowError>
Expand description

Perform SQL ENDSWITH(left, right)