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
- Previously this allocated arrays every time it was accessed.
It will now only allocate in one of the error cases.
- It also keeps track of the columnName index for both key and
value so it doesn't need to look it up twice.
0 commit comments