Functionsยง
- run_
equal ๐ - The current implementation of comparison of run array support physical comparison.
Comparing run encoded array based on logical indices (
lhs_start
,rhs_start
) will be time consuming as converting from logical index to physical index cannot be done in constant time. The current comparison compares the underlying physical arrays.