You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[xls] RangeQueryEngine: Add fast path for ArrayIndex
If all array indices are precise, i.e. the IntervalSet has only one value,
then we don't need to scan all array indices and can simply look up our
result.
PiperOrigin-RevId: 808137825
0 commit comments