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 785c041963 Publish built docs triggered by 
ca904b30861c2aa4dd8c1ec261da9268e2f65fe2
785c041963 is described below

commit 785c041963cfda36b130213e0fa3ca26b107a4ab
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 16 06:52:51 2026 +0000

    Publish built docs triggered by ca904b30861c2aa4dd8c1ec261da9268e2f65fe2
---
 _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 5a1184539c..8fe8316381 100644
--- a/_sources/user-guide/explain-usage.md.txt
+++ b/_sources/user-guide/explain-usage.md.txt
@@ -228,6 +228,7 @@ When predicate pushdown is enabled, `DataSourceExec` with 
`ParquetSource` gains
 - `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).
 - `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.
 - `pushdown_rows_matched`: rows that were tested by any of the above filters, 
and passed all of them.
 - `pushdown_rows_pruned`: rows that were tested by any of the above filters, 
and did not pass at least one of them.
 - `predicate_evaluation_errors`: number of times evaluating the filter 
expression failed (expected to be zero in normal operation)
diff --git a/searchindex.js b/searchindex.js
index 29e6996a59..a24a5286f1 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"]],"<":[[62,"op-lt"]],"<
 [...]
\ 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"]],"<":[[62,"op-lt"]],"<
 [...]
\ No newline at end of file
diff --git a/user-guide/explain-usage.html b/user-guide/explain-usage.html
index b3fbeca5a2..81470d4bb0 100644
--- a/user-guide/explain-usage.html
+++ b/user-guide/explain-usage.html
@@ -616,6 +616,7 @@ by all 16 cores.</p>
 <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">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>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">pushdown_rows_matched</span></code>: rows that were tested by any 
of the above filters, and passed all of them.</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">pushdown_rows_pruned</span></code>: rows that were tested by any of 
the above filters, and did not pass at least one of them.</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">predicate_evaluation_errors</span></code>: number of times 
evaluating the filter expression failed (expected to be zero in normal 
operation)</p></li>


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

Reply via email to