This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d1df7ceac8 Publish built docs triggered by 
073174b0340a59588d59ca057801c0904166929f
d1df7ceac8 is described below

commit d1df7ceac888ee1ff23725d65ae07bc8836fd501
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 27 06:05:25 2026 +0000

    Publish built docs triggered by 073174b0340a59588d59ca057801c0904166929f
---
 _sources/user-guide/explain-usage.md.txt | 1 +
 searchindex.js                           | 2 +-
 user-guide/explain-usage.html            | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/_sources/user-guide/explain-usage.md.txt 
b/_sources/user-guide/explain-usage.md.txt
index 8fe8316381..c047659e99 100644
--- a/_sources/user-guide/explain-usage.md.txt
+++ b/_sources/user-guide/explain-usage.md.txt
@@ -226,6 +226,7 @@ Again, reading from bottom up:
 When predicate pushdown is enabled, `DataSourceExec` with `ParquetSource` 
gains the following metrics:
 
 - `page_index_rows_pruned`: number of rows evaluated by page index filters. 
The metric reports both how many rows were considered in total and how many 
matched (were not pruned).
+- `page_index_pages_pruned`: number of pages evaluated by page index filters. 
The metric reports both how many pages were considered in total and how many 
matched (were not pruned).
 - `row_groups_pruned_bloom_filter`: number of row groups evaluated by Bloom 
Filters, reporting both total checked groups and groups that matched.
 - `row_groups_pruned_statistics`: number of row groups evaluated by row-group 
statistics (min/max), reporting both total checked groups and groups that 
matched.
 - `limit_pruned_row_groups`: number of row groups pruned by the limit.
diff --git a/searchindex.js b/searchindex.js
index e8cb443641..bdb608c5a6 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[62,"op-neq"]],"!~":[[62,"op-re-not-match"]],"!~*":[[62,"op-re-not-match-i"]],"!~~":[[62,"id19"]],"!~~*":[[62,"id20"]],"#":[[62,"op-bit-xor"]],"%":[[62,"op-modulo"]],"&":[[62,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[62,"op-multiply"]],"+":[[62,"op-plus"]],"-":[[62,"op-minus"]],"/":[[62,"op-divide"]],"1.
 Array Literal Con [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[62,"op-neq"]],"!~":[[62,"op-re-not-match"]],"!~*":[[62,"op-re-not-match-i"]],"!~~":[[62,"id19"]],"!~~*":[[62,"id20"]],"#":[[62,"op-bit-xor"]],"%":[[62,"op-modulo"]],"&":[[62,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[62,"op-multiply"]],"+":[[62,"op-plus"]],"-":[[62,"op-minus"]],"/":[[62,"op-divide"]],"1.
 Array Literal Con [...]
\ No newline at end of file
diff --git a/user-guide/explain-usage.html b/user-guide/explain-usage.html
index ab97e19c8f..882cf851c1 100644
--- a/user-guide/explain-usage.html
+++ b/user-guide/explain-usage.html
@@ -616,6 +616,7 @@ by all 16 cores.</p>
 <p>When predicate pushdown is enabled, <code class="docutils literal 
notranslate"><span class="pre">DataSourceExec</span></code> with <code 
class="docutils literal notranslate"><span 
class="pre">ParquetSource</span></code> gains the following metrics:</p>
 <ul class="simple">
 <li><p><code class="docutils literal notranslate"><span 
class="pre">page_index_rows_pruned</span></code>: number of rows evaluated by 
page index filters. The metric reports both how many rows were considered in 
total and how many matched (were not pruned).</p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">page_index_pages_pruned</span></code>: number of pages evaluated by 
page index filters. The metric reports both how many pages were considered in 
total and how many matched (were not pruned).</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">row_groups_pruned_bloom_filter</span></code>: number of row groups 
evaluated by Bloom Filters, reporting both total checked groups and groups that 
matched.</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">row_groups_pruned_statistics</span></code>: number of row groups 
evaluated by row-group statistics (min/max), reporting both total checked 
groups and groups that matched.</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">limit_pruned_row_groups</span></code>: number of row groups pruned 
by the limit.</p></li>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to