pub fn try_binary<T, D, F>(
lhs: &PrimitiveArray<T>,
rhs: &PrimitiveArray<D>,
data_type: DataType,
op: F
) -> Result<PrimitiveArray<T>, Error>
Expand description
Version of binary that checks for errors in the closure used to create the buffer