pub fn ends_with( left: &dyn Datum, right: &dyn Datum, ) -> Result<BooleanArray, ArrowError>
Perform SQL ENDSWITH(left, right)
ENDSWITH(left, right)