pub fn eq<T>(
left: &PrimitiveArray<T>,
right: &PrimitiveArray<T>
) -> Result<BooleanArray> where
T: ArrowNumericType, Expand description
Perform left == right operation on two PrimitiveArrays.
pub fn eq<T>(
left: &PrimitiveArray<T>,
right: &PrimitiveArray<T>
) -> Result<BooleanArray> where
T: ArrowNumericType, Perform left == right operation on two PrimitiveArrays.