Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid quadratic traversal when many columns accessible
When `hide-inaccessible-columns` is enabled and table has N accessible columns, `filterInaccessibleFields` would have `O(N²)` running time.
- Loading branch information