Description
Currently, we only call grow() on leaf nodes. We could make it grow with larger increments by calling grow() on the number of leaf cells under the current node when the relation is CELL_INSIDE_QUERY (logic that we already have for point count estimations).