fn eq_inline_scalar(
l: &dyn Array,
r: &dyn Array,
data_type: &DataType,
negate: bool,
) -> Option<BooleanBuffer>Expand description
Attempts a special case: comparing every value of a byte-view array against a short constant that fits entirely within a view’s inlined prefix
Returns None for any other shape, which the caller then handles on the
generic path.