progval opened a new pull request, #12545:
URL: https://github.com/apache/datafusion/pull/12545
## Which issue does this PR close?
Closes #12543 and #12544.
## What changes are included in this PR?
1. Rename `{pushdown,page_index}_filtered` to `{pushdown,page_index}_pruned`
2. Add `{pushdown,page_index}_matched`
3. Added documentation for existing pushdown-related metrics
## Rationale for this change
The latter makes it clearer in EXPLAIN ANALYZE when the Page Index is not
checked because their row groups were already eliminated (with a Bloom Filter
or row group statistics).
## Are these changes tested?
yes
## Are there any user-facing changes?
New metrics in `EXPLAIN ANALYZE`, documented in
docs/source/user-guide/explain-usage.md
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]