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/arrow-datafusion.git


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

commit da3ea536531c2d58cb5539833fe009832202b45d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 8 10:24:15 2023 +0000

    Publish built docs triggered by 73d6d5f50a73e43185401011bd6b53e8d1d345ec
---
 _sources/user-guide/configs.md.txt |  1 +
 searchindex.js                     |  2 +-
 user-guide/configs.html            | 10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/_sources/user-guide/configs.md.txt 
b/_sources/user-guide/configs.md.txt
index 0d3abeac9f..21b0d8bbfd 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -92,6 +92,7 @@ Environment variables are read during `SessionConfig` 
initialisation so they mus
 | datafusion.optimizer.hash_join_single_partition_threshold  | 1048576         
          | The maximum estimated size in bytes for one input side of a 
HashJoin will be collected into a single partition                              
                                                                                
                                                                                
                                                                                
                      [...]
 | datafusion.explain.logical_plan_only                       | false           
          | When set to true, the explain statement will only print logical 
plans                                                                           
                                                                                
                                                                                
                                                                                
                  [...]
 | datafusion.explain.physical_plan_only                      | false           
          | When set to true, the explain statement will only print physical 
plans                                                                           
                                                                                
                                                                                
                                                                                
                 [...]
+| datafusion.explain.show_statistics                         | false           
          | When set to true, the explain statement will print operator 
statistics for physical plans                                                   
                                                                                
                                                                                
                                                                                
                      [...]
 | datafusion.sql_parser.parse_float_as_decimal               | false           
          | When set to true, SQL parser will parse float as decimal type       
                                                                                
                                                                                
                                                                                
                                                                                
              [...]
 | datafusion.sql_parser.enable_ident_normalization           | true            
          | When set to true, SQL parser will normalize ident (convert ident to 
lowercase when not quoted)                                                      
                                                                                
                                                                                
                                                                                
              [...]
 | datafusion.sql_parser.dialect                              | generic         
          | Configure the SQL dialect used by DataFusion's parser; supported 
values include: Generic, MySQL, PostgreSQL, Hive, SQLite, Snowflake, Redshift, 
MsSQL, ClickHouse, BigQuery, and Ansi.                                          
                                                                                
                                                                                
                  [...]
diff --git a/searchindex.js b/searchindex.js
index ae6739057c..8977015553 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", 
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", 
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
diff --git a/user-guide/configs.html b/user-guide/configs.html
index cbf2839adf..9ffa937131 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -624,15 +624,19 @@ Environment variables are read during <code 
class="docutils literal notranslate"
 <td><p>false</p></td>
 <td><p>When set to true, the explain statement will only print physical 
plans</p></td>
 </tr>
-<tr 
class="row-odd"><td><p>datafusion.sql_parser.parse_float_as_decimal</p></td>
+<tr class="row-odd"><td><p>datafusion.explain.show_statistics</p></td>
+<td><p>false</p></td>
+<td><p>When set to true, the explain statement will print operator statistics 
for physical plans</p></td>
+</tr>
+<tr 
class="row-even"><td><p>datafusion.sql_parser.parse_float_as_decimal</p></td>
 <td><p>false</p></td>
 <td><p>When set to true, SQL parser will parse float as decimal type</p></td>
 </tr>
-<tr 
class="row-even"><td><p>datafusion.sql_parser.enable_ident_normalization</p></td>
+<tr 
class="row-odd"><td><p>datafusion.sql_parser.enable_ident_normalization</p></td>
 <td><p>true</p></td>
 <td><p>When set to true, SQL parser will normalize ident (convert ident to 
lowercase when not quoted)</p></td>
 </tr>
-<tr class="row-odd"><td><p>datafusion.sql_parser.dialect</p></td>
+<tr class="row-even"><td><p>datafusion.sql_parser.dialect</p></td>
 <td><p>generic</p></td>
 <td><p>Configure the SQL dialect used by DataFusion’s parser; supported values 
include: Generic, MySQL, PostgreSQL, Hive, SQLite, Snowflake, Redshift, MsSQL, 
ClickHouse, BigQuery, and Ansi.</p></td>
 </tr>

Reply via email to