pub fn compare_with_eq(
lhs: &dyn Datum,
rhs: &dyn Datum,
is_nested: bool,
) -> Result<BooleanArray, DataFusionError>
Expand description
Compare with eq with either nested or non-nested
pub fn compare_with_eq(
lhs: &dyn Datum,
rhs: &dyn Datum,
is_nested: bool,
) -> Result<BooleanArray, DataFusionError>
Compare with eq with either nested or non-nested