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 cae02e4e45 Publish built docs triggered by 
f162fd325565e14be8e4cace17d8a3a8b2764cc8
cae02e4e45 is described below

commit cae02e4e450d59b812a91b42c3ed512ac645ce6b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 9 23:39:11 2025 +0000

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

diff --git a/_sources/user-guide/metrics.md.txt 
b/_sources/user-guide/metrics.md.txt
index 1fb2f4a5c7..43bfcd2afe 100644
--- a/_sources/user-guide/metrics.md.txt
+++ b/_sources/user-guide/metrics.md.txt
@@ -32,6 +32,7 @@ DataFusion operators expose runtime metrics so you can 
understand where time is
 | elapsed_compute | CPU time the operator actively spends processing work.     
                                                                                
                                                        |
 | output_rows     | Total number of rows the operator produces.                
                                                                                
                                                        |
 | output_bytes    | Memory usage of all output batches. Note: This value may 
be overestimated. If multiple output `RecordBatch` instances share underlying 
memory buffers, their sizes will be counted multiple times. |
+| output_batches  | Total number of output batches the operator produces.      
                                                                                
                                                        |
 
 ## Operator-specific Metrics
 
diff --git a/searchindex.js b/searchindex.js
index 2c3132bfe9..114dcac288 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[60,"op-neq"]],"!~":[[60,"op-re-not-match"]],"!~*":[[60,"op-re-not-match-i"]],"!~~":[[60,"id19"]],"!~~*":[[60,"id20"]],"#":[[60,"op-bit-xor"]],"%":[[60,"op-modulo"]],"&":[[60,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[60,"op-multiply"]],"+":[[60,"op-plus"]],"-":[[60,"op-minus"]],"/":[[60,"op-divide"]],"<":[[60,"op-lt"]],"<
 [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[60,"op-neq"]],"!~":[[60,"op-re-not-match"]],"!~*":[[60,"op-re-not-match-i"]],"!~~":[[60,"id19"]],"!~~*":[[60,"id20"]],"#":[[60,"op-bit-xor"]],"%":[[60,"op-modulo"]],"&":[[60,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[60,"op-multiply"]],"+":[[60,"op-plus"]],"-":[[60,"op-minus"]],"/":[[60,"op-divide"]],"<":[[60,"op-lt"]],"<
 [...]
\ No newline at end of file
diff --git a/user-guide/metrics.html b/user-guide/metrics.html
index fb3006d163..f65a3099dc 100644
--- a/user-guide/metrics.html
+++ b/user-guide/metrics.html
@@ -425,6 +425,9 @@
 <tr class="row-even"><td><p>output_bytes</p></td>
 <td><p>Memory usage of all output batches. Note: This value may be 
overestimated. If multiple output <code class="docutils literal 
notranslate"><span class="pre">RecordBatch</span></code> instances share 
underlying memory buffers, their sizes will be counted multiple times.</p></td>
 </tr>
+<tr class="row-odd"><td><p>output_batches</p></td>
+<td><p>Total number of output batches the operator produces.</p></td>
+</tr>
 </tbody>
 </table>
 </div>


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

Reply via email to