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 d72b93a1e6 Publish built docs triggered by 
9a322c8bdd5d62630936ac348bb935207675b99d
d72b93a1e6 is described below

commit d72b93a1e6e5e511d2ffa8c6c1b71cc87f18f37e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 13 20:40:11 2023 +0000

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

diff --git a/_sources/user-guide/dataframe.md.txt 
b/_sources/user-guide/dataframe.md.txt
index 4484b2c510..c0210200a2 100644
--- a/_sources/user-guide/dataframe.md.txt
+++ b/_sources/user-guide/dataframe.md.txt
@@ -95,6 +95,7 @@ These methods execute the logical plan represented by the 
DataFrame and either c
 | write_csv                  | Execute this DataFrame and write the results to 
disk in CSV format.                                                         |
 | write_json                 | Execute this DataFrame and write the results to 
disk in JSON format.                                                        |
 | write_parquet              | Execute this DataFrame and write the results to 
disk in Parquet format.                                                     |
+| write_table                | Execute this DataFrame and write the results 
via the insert_into method of the registered TableProvider                     |
 
 ## Other DataFrame Methods
 
diff --git a/searchindex.js b/searchindex.js
index f3f901ecb9..1e3d3fab77 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/dataframe.html b/user-guide/dataframe.html
index 9a90654185..439a9721a3 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -543,6 +543,9 @@ execution. The plan is evaluated (executed) when an action 
method is invoked, su
 <tr class="row-odd"><td><p>write_parquet</p></td>
 <td><p>Execute this DataFrame and write the results to disk in Parquet 
format.</p></td>
 </tr>
+<tr class="row-even"><td><p>write_table</p></td>
+<td><p>Execute this DataFrame and write the results via the insert_into method 
of the registered TableProvider</p></td>
+</tr>
 </tbody>
 </table>
 </section>

Reply via email to