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-python.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2f51d41 Publish built docs triggered by
14f48408ee56694ca17e6fa67408be626bb56fe0
2f51d41 is described below
commit 2f51d41555ceae9fde15ffb1ecaeb4969d32f2f6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 28 01:28:38 2023 +0000
Publish built docs triggered by 14f48408ee56694ca17e6fa67408be626bb56fe0
---
_sources/api/config.rst.txt | 27 -
_sources/api/execution_context.rst.txt | 4 +-
_sources/generated/datafusion.Config.rst.txt | 26 -
.../generated/datafusion.RuntimeConfig.rst.txt | 29 ++
.../generated/datafusion.SessionConfig.rst.txt | 35 ++
api.html | 57 +--
api/config.html | 295 -----------
api/dataframe.html | 53 +-
api/execution_context.html | 59 ++-
api/expression.html | 45 +-
api/functions.html | 45 +-
api/object_store.html | 45 +-
generated/datafusion.DataFrame.html | 47 +-
generated/datafusion.Expr.html | 45 +-
...n.Config.html => datafusion.RuntimeConfig.html} | 201 +++++---
generated/datafusion.SessionConfig.html | 547 +++++++++++++++++++++
generated/datafusion.SessionContext.html | 53 +-
generated/datafusion.functions.functions.html | 45 +-
.../datafusion.object_store.object_store.html | 45 +-
genindex.html | 117 +++--
index.html | 46 +-
objects.inv | Bin 1819 -> 1978 bytes
py-modindex.html | 45 +-
search.html | 45 +-
searchindex.js | 2 +-
25 files changed, 1099 insertions(+), 859 deletions(-)
diff --git a/_sources/api/config.rst.txt b/_sources/api/config.rst.txt
deleted file mode 100644
index df244ae..0000000
--- a/_sources/api/config.rst.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-.. Licensed to the Apache Software Foundation (ASF) under one
-.. or more contributor license agreements. See the NOTICE file
-.. distributed with this work for additional information
-.. regarding copyright ownership. The ASF licenses this file
-.. to you under the Apache License, Version 2.0 (the
-.. "License"); you may not use this file except in compliance
-.. with the License. You may obtain a copy of the License at
-
-.. http://www.apache.org/licenses/LICENSE-2.0
-
-.. Unless required by applicable law or agreed to in writing,
-.. software distributed under the License is distributed on an
-.. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-.. KIND, either express or implied. See the License for the
-.. specific language governing permissions and limitations
-.. under the License.
-
-.. _api.config:
-.. currentmodule:: datafusion
-
-Config
-=========
-
-.. autosummary::
- :toctree: ../generated/
-
- Config
diff --git a/_sources/api/execution_context.rst.txt
b/_sources/api/execution_context.rst.txt
index 5b7e0f8..a3bda76 100644
--- a/_sources/api/execution_context.rst.txt
+++ b/_sources/api/execution_context.rst.txt
@@ -19,9 +19,11 @@
.. currentmodule:: datafusion
SessionContext
-================
+==============
.. autosummary::
:toctree: ../generated/
+ SessionConfig
+ RuntimeConfig
SessionContext
diff --git a/_sources/generated/datafusion.Config.rst.txt
b/_sources/generated/datafusion.Config.rst.txt
deleted file mode 100644
index 7554084..0000000
--- a/_sources/generated/datafusion.Config.rst.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-datafusion.Config
-=================
-
-.. currentmodule:: datafusion
-
-.. autoclass:: Config
-
-
- .. automethod:: __init__
-
-
- .. rubric:: Methods
-
- .. autosummary::
-
- ~Config.__init__
- ~Config.from_env
- ~Config.get
- ~Config.get_all
- ~Config.set
-
-
-
-
-
-
\ No newline at end of file
diff --git a/_sources/generated/datafusion.RuntimeConfig.rst.txt
b/_sources/generated/datafusion.RuntimeConfig.rst.txt
new file mode 100644
index 0000000..aee0841
--- /dev/null
+++ b/_sources/generated/datafusion.RuntimeConfig.rst.txt
@@ -0,0 +1,29 @@
+datafusion.RuntimeConfig
+========================
+
+.. currentmodule:: datafusion
+
+.. autoclass:: RuntimeConfig
+
+
+ .. automethod:: __init__
+
+
+ .. rubric:: Methods
+
+ .. autosummary::
+
+ ~RuntimeConfig.__init__
+ ~RuntimeConfig.with_disk_manager_disabled
+ ~RuntimeConfig.with_disk_manager_os
+ ~RuntimeConfig.with_disk_manager_specified
+ ~RuntimeConfig.with_fair_spill_pool
+ ~RuntimeConfig.with_greedy_memory_pool
+ ~RuntimeConfig.with_temp_file_path
+ ~RuntimeConfig.with_unbounded_memory_pool
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_sources/generated/datafusion.SessionConfig.rst.txt
b/_sources/generated/datafusion.SessionConfig.rst.txt
new file mode 100644
index 0000000..3c46662
--- /dev/null
+++ b/_sources/generated/datafusion.SessionConfig.rst.txt
@@ -0,0 +1,35 @@
+datafusion.SessionConfig
+========================
+
+.. currentmodule:: datafusion
+
+.. autoclass:: SessionConfig
+
+
+ .. automethod:: __init__
+
+
+ .. rubric:: Methods
+
+ .. autosummary::
+
+ ~SessionConfig.__init__
+ ~SessionConfig.set
+ ~SessionConfig.with_batch_size
+ ~SessionConfig.with_create_default_catalog_and_schema
+ ~SessionConfig.with_default_catalog_and_schema
+ ~SessionConfig.with_information_schema
+ ~SessionConfig.with_parquet_pruning
+ ~SessionConfig.with_repartition_aggregations
+ ~SessionConfig.with_repartition_file_min_size
+ ~SessionConfig.with_repartition_file_scans
+ ~SessionConfig.with_repartition_joins
+ ~SessionConfig.with_repartition_sorts
+ ~SessionConfig.with_repartition_windows
+ ~SessionConfig.with_target_partitions
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api.html b/api.html
index 2905f0b..8292c7c 100644
--- a/api.html
+++ b/api.html
@@ -37,7 +37,7 @@
<script src="_static/sphinx_highlight.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
- <link rel="next" title="Config" href="api/config.html" />
+ <link rel="next" title="DataFrame" href="api/dataframe.html" />
<link rel="prev" title="DataFusion in Python" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -84,8 +84,8 @@
</label>
<ul>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/config.html">
- Config
+ <a class="reference internal" href="api/dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -94,15 +94,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal" href="generated/datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/dataframe.html">
- DataFrame
+ <a class="reference internal" href="api/execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -111,22 +111,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal"
href="generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="api/execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal"
href="generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -238,15 +231,13 @@
<span id="api"></span><h1>API Reference<a class="headerlink"
href="#api-reference" title="Permalink to this heading">¶</a></h1>
<div class="toctree-wrapper compound">
<ul>
-<li class="toctree-l1"><a class="reference internal"
href="api/config.html">Config</a><ul>
-<li class="toctree-l2"><a class="reference internal"
href="generated/datafusion.Config.html">datafusion.Config</a></li>
-</ul>
-</li>
<li class="toctree-l1"><a class="reference internal"
href="api/dataframe.html">DataFrame</a><ul>
<li class="toctree-l2"><a class="reference internal"
href="generated/datafusion.DataFrame.html">datafusion.DataFrame</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal"
href="api/execution_context.html">SessionContext</a><ul>
+<li class="toctree-l2"><a class="reference internal"
href="generated/datafusion.SessionConfig.html">datafusion.SessionConfig</a></li>
+<li class="toctree-l2"><a class="reference internal"
href="generated/datafusion.RuntimeConfig.html">datafusion.RuntimeConfig</a></li>
<li class="toctree-l2"><a class="reference internal"
href="generated/datafusion.SessionContext.html">datafusion.SessionContext</a></li>
</ul>
</li>
@@ -279,10 +270,10 @@
<p class="prev-next-title">DataFusion in Python</p>
</div>
</a>
- <a class='right-next' id="next-link" href="api/config.html" title="next
page">
+ <a class='right-next' id="next-link" href="api/dataframe.html" title="next
page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
- <p class="prev-next-title">Config</p>
+ <p class="prev-next-title">DataFrame</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
diff --git a/api/config.html b/api/config.html
deleted file mode 100644
index 762234a..0000000
--- a/api/config.html
+++ /dev/null
@@ -1,295 +0,0 @@
-
-<!DOCTYPE html>
-
-<html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0"
/><meta name="generator" content="Docutils 0.19:
https://docutils.sourceforge.io/" />
-
- <title>Config — Arrow DataFusion documentation</title>
-
- <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
-<link
href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
-
-
- <link rel="stylesheet"
- href="../_static/vendor/fontawesome/5.13.0/css/all.min.css">
- <link rel="preload" as="font" type="font/woff2" crossorigin
- href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
- <link rel="preload" as="font" type="font/woff2" crossorigin
- href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
-
-
-
-
-
- <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
- <link rel="stylesheet" type="text/css"
href="../_static/styles/pydata-sphinx-theme.css" />
- <link rel="stylesheet" type="text/css"
href="../_static/theme_overrides.css" />
-
- <link rel="preload" as="script"
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
-
- <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js"></script>
- <script src="../_static/jquery.js"></script>
- <script src="../_static/underscore.js"></script>
- <script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
- <script src="../_static/doctools.js"></script>
- <script src="../_static/sphinx_highlight.js"></script>
- <link rel="index" title="Index" href="../genindex.html" />
- <link rel="search" title="Search" href="../search.html" />
- <link rel="next" title="datafusion.Config"
href="../generated/datafusion.Config.html" />
- <link rel="prev" title="API Reference" href="../api.html" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <meta name="docsearch:language" content="en">
-
-
- <!-- Google Analytics -->
-
- </head>
- <body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80">
-
- <div class="container-fluid" id="banner"></div>
-
-
-
-
- <div class="container-xl">
- <div class="row">
-
-
- <!-- Only show if we have sidebars configured, else just a small
margin -->
- <div class="col-12 col-md-3 bd-sidebar">
- <div class="sidebar-start-items">
-<a class="navbar-brand" href="../index.html">
- <img src="../_static/images/DataFusion-Logo-Background-White.png"
class="logo" alt="logo">
-</a>
-
-<form class="bd-search d-flex align-items-center" action="../search.html"
method="get">
- <i class="icon fas fa-search"></i>
- <input type="search" class="form-control" name="q" id="search-input"
placeholder="Search the docs ..." aria-label="Search the docs ..."
autocomplete="off" >
-</form>
-
-<nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation">
- <div class="bd-toc-item active">
-
- <ul class="current nav bd-sidenav">
- <li class="toctree-l1 current active has-children">
- <a class="reference internal" href="../api.html">
- API Reference
- </a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-1"
name="toctree-checkbox-1" type="checkbox"/>
- <label for="toctree-checkbox-1">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul class="current">
- <li class="toctree-l2 current active has-children">
- <a class="current reference internal" href="#">
- Config
- </a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
- <label for="toctree-checkbox-2">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal" href="../generated/datafusion.Config.html">
- datafusion.Config
- </a>
- </li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="dataframe.html">
- DataFrame
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
- <label for="toctree-checkbox-3">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal"
href="../generated/datafusion.DataFrame.html">
- datafusion.DataFrame
- </a>
- </li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal"
href="../generated/datafusion.SessionContext.html">
- datafusion.SessionContext
- </a>
- </li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="expression.html">
- Expr
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal" href="../generated/datafusion.Expr.html">
- datafusion.Expr
- </a>
- </li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="functions.html">
- Functions
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal"
href="../generated/datafusion.functions.functions.html">
- datafusion.functions.functions
- </a>
- </li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="object_store.html">
- ObjectStore
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal"
href="../generated/datafusion.object_store.object_store.html">
- datafusion.object_store.object_store
- </a>
- </li>
- </ul>
- </li>
- </ul>
- </li>
-</ul>
-
-
- </div>
-</nav>
- </div>
- <div class="sidebar-end-items">
- </div>
- </div>
-
-
-
-
- <div class="d-none d-xl-block col-xl-2 bd-toc">
-
-
- <div class="toc-item">
-
-
-<nav id="bd-toc-nav">
-
-</nav>
- </div>
-
- <div class="toc-item">
-
-
-<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-datafusion-python/edit/main/docs/source/api/config.rst">
- <i class="fas fa-pencil-alt"></i> Edit this page
- </a>
-</div>
-
- </div>
-
-
- </div>
-
-
-
-
-
-
- <main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4
bd-content" role="main">
-
- <div>
-
- <section id="config">
-<span id="api-config"></span><h1>Config<a class="headerlink" href="#config"
title="Permalink to this heading">¶</a></h1>
-<table class="autosummary longtable table autosummary">
-<tbody>
-<tr class="row-odd"><td><p><a class="reference internal"
href="../generated/datafusion.Config.html#datafusion.Config"
title="datafusion.Config"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">Config</span></code></a></p></td>
-<td><p></p></td>
-</tr>
-</tbody>
-</table>
-</section>
-
-
- </div>
-
-
- <!-- Previous / next buttons -->
-<div class='prev-next-area'>
- <a class='left-prev' id="prev-link" href="../api.html" title="previous
page">
- <i class="fas fa-angle-left"></i>
- <div class="prev-next-info">
- <p class="prev-next-subtitle">previous</p>
- <p class="prev-next-title">API Reference</p>
- </div>
- </a>
- <a class='right-next' id="next-link"
href="../generated/datafusion.Config.html" title="next page">
- <div class="prev-next-info">
- <p class="prev-next-subtitle">next</p>
- <p class="prev-next-title">datafusion.Config</p>
- </div>
- <i class="fas fa-angle-right"></i>
- </a>
-</div>
-
- </main>
-
-
- </div>
- </div>
-
- <script
src="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf"></script>
- <footer class="footer mt-5 mt-md-0">
- <div class="container">
-
- <div class="footer-item">
- <p class="copyright">
- © Copyright 2022, Apache Software Foundation.<br>
-</p>
- </div>
-
- <div class="footer-item">
- <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 5.3.0.<br>
-</p>
- </div>
-
- </div>
-</footer>
- </body>
-</html>
\ No newline at end of file
diff --git a/api/dataframe.html b/api/dataframe.html
index 5988878..078cf23 100644
--- a/api/dataframe.html
+++ b/api/dataframe.html
@@ -38,7 +38,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="datafusion.DataFrame"
href="../generated/datafusion.DataFrame.html" />
- <link rel="prev" title="datafusion.Config"
href="../generated/datafusion.Config.html" />
+ <link rel="prev" title="API Reference" href="../api.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -83,29 +83,12 @@
</i>
</label>
<ul class="current">
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="config.html">
- Config
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
- <label for="toctree-checkbox-2">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal" href="../generated/datafusion.Config.html">
- datafusion.Config
- </a>
- </li>
- </ul>
- </li>
<li class="toctree-l2 current active has-children">
<a class="current reference internal" href="#">
DataFrame
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
- <label for="toctree-checkbox-3">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
+ <label for="toctree-checkbox-2">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -121,12 +104,22 @@
<a class="reference internal" href="execution_context.html">
SessionContext
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
+ <input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
+ <label for="toctree-checkbox-3">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="../generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="../generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
+ </a>
+ </li>
<li class="toctree-l3">
<a class="reference internal"
href="../generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -251,11 +244,11 @@
<!-- Previous / next buttons -->
<div class='prev-next-area'>
- <a class='left-prev' id="prev-link"
href="../generated/datafusion.Config.html" title="previous page">
+ <a class='left-prev' id="prev-link" href="../api.html" title="previous
page">
<i class="fas fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
- <p class="prev-next-title">datafusion.Config</p>
+ <p class="prev-next-title">API Reference</p>
</div>
</a>
<a class='right-next' id="next-link"
href="../generated/datafusion.DataFrame.html" title="next page">
diff --git a/api/execution_context.html b/api/execution_context.html
index 2d89b09..178013d 100644
--- a/api/execution_context.html
+++ b/api/execution_context.html
@@ -37,7 +37,7 @@
<script src="../_static/sphinx_highlight.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
- <link rel="next" title="datafusion.SessionContext"
href="../generated/datafusion.SessionContext.html" />
+ <link rel="next" title="datafusion.SessionConfig"
href="../generated/datafusion.SessionConfig.html" />
<link rel="prev" title="datafusion.DataFrame"
href="../generated/datafusion.DataFrame.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -83,29 +83,12 @@
</i>
</label>
<ul class="current">
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="config.html">
- Config
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
- <label for="toctree-checkbox-2">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal" href="../generated/datafusion.Config.html">
- datafusion.Config
- </a>
- </li>
- </ul>
- </li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="dataframe.html">
DataFrame
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
- <label for="toctree-checkbox-3">
+ <input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
+ <label for="toctree-checkbox-2">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -121,12 +104,22 @@
<a class="current reference internal" href="#">
SessionContext
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
+ <label for="toctree-checkbox-3">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="../generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="../generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
+ </a>
+ </li>
<li class="toctree-l3">
<a class="reference internal"
href="../generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -238,6 +231,12 @@
<span id="api-execution-context"></span><h1>SessionContext<a
class="headerlink" href="#sessioncontext" title="Permalink to this
heading">¶</a></h1>
<table class="autosummary longtable table autosummary">
<tbody>
+<tr class="row-odd"><td><p><a class="reference internal"
href="../generated/datafusion.SessionConfig.html#datafusion.SessionConfig"
title="datafusion.SessionConfig"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">SessionConfig</span></code></a></p></td>
+<td><p>Configuration options for a SessionContext</p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="../generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig"
title="datafusion.RuntimeConfig"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">RuntimeConfig</span></code></a></p></td>
+<td><p>Runtime options for a SessionContext</p></td>
+</tr>
<tr class="row-odd"><td><p><a class="reference internal"
href="../generated/datafusion.SessionContext.html#datafusion.SessionContext"
title="datafusion.SessionContext"><code class="xref py py-obj docutils literal
notranslate"><span class="pre">SessionContext</span></code></a></p></td>
<td><p><cite>PySessionContext</cite> is able to plan and execute DataFusion
plans.</p></td>
</tr>
@@ -258,10 +257,10 @@
<p class="prev-next-title">datafusion.DataFrame</p>
</div>
</a>
- <a class='right-next' id="next-link"
href="../generated/datafusion.SessionContext.html" title="next page">
+ <a class='right-next' id="next-link"
href="../generated/datafusion.SessionConfig.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
- <p class="prev-next-title">datafusion.SessionContext</p>
+ <p class="prev-next-title">datafusion.SessionConfig</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
diff --git a/api/expression.html b/api/expression.html
index 8fe56de..f3d1db9 100644
--- a/api/expression.html
+++ b/api/expression.html
@@ -84,8 +84,8 @@
</label>
<ul class="current">
<li class="toctree-l2 has-children">
- <a class="reference internal" href="config.html">
- Config
+ <a class="reference internal" href="dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -94,15 +94,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="../generated/datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal"
href="../generated/datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="dataframe.html">
- DataFrame
+ <a class="reference internal" href="execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -111,22 +111,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal"
href="../generated/datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal"
href="../generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="../generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal"
href="../generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="current reference internal" href="#">
Expr
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
diff --git a/api/functions.html b/api/functions.html
index 4694729..922a94f 100644
--- a/api/functions.html
+++ b/api/functions.html
@@ -84,8 +84,8 @@
</label>
<ul class="current">
<li class="toctree-l2 has-children">
- <a class="reference internal" href="config.html">
- Config
+ <a class="reference internal" href="dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -94,15 +94,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="../generated/datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal"
href="../generated/datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="dataframe.html">
- DataFrame
+ <a class="reference internal" href="execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -111,22 +111,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal"
href="../generated/datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal"
href="../generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="../generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal"
href="../generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="current reference internal" href="#">
Functions
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
diff --git a/api/object_store.html b/api/object_store.html
index 23987ac..8e4ca13 100644
--- a/api/object_store.html
+++ b/api/object_store.html
@@ -84,8 +84,8 @@
</label>
<ul class="current">
<li class="toctree-l2 has-children">
- <a class="reference internal" href="config.html">
- Config
+ <a class="reference internal" href="dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -94,15 +94,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="../generated/datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal"
href="../generated/datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="dataframe.html">
- DataFrame
+ <a class="reference internal" href="execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -111,22 +111,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal"
href="../generated/datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal"
href="../generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="../generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal"
href="../generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="current reference internal" href="#">
ObjectStore
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
diff --git a/generated/datafusion.DataFrame.html
b/generated/datafusion.DataFrame.html
index 6016e76..4c8af06 100644
--- a/generated/datafusion.DataFrame.html
+++ b/generated/datafusion.DataFrame.html
@@ -83,29 +83,12 @@
</i>
</label>
<ul class="current">
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/config.html">
- Config
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
- <label for="toctree-checkbox-2">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal" href="datafusion.Config.html">
- datafusion.Config
- </a>
- </li>
- </ul>
- </li>
<li class="toctree-l2 current active has-children">
<a class="reference internal" href="../api/dataframe.html">
DataFrame
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
- <label for="toctree-checkbox-3">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
+ <label for="toctree-checkbox-2">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -121,12 +104,22 @@
<a class="reference internal" href="../api/execution_context.html">
SessionContext
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
+ <input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
+ <label for="toctree-checkbox-3">
<i class="fas fa-chevron-down">
</i>
</label>
<ul>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
+ </a>
+ </li>
<li class="toctree-l3">
<a class="reference internal" href="datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="../api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="../api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="../api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
diff --git a/generated/datafusion.Expr.html b/generated/datafusion.Expr.html
index 9b15378..d0c7c24 100644
--- a/generated/datafusion.Expr.html
+++ b/generated/datafusion.Expr.html
@@ -84,8 +84,8 @@
</label>
<ul class="current">
<li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/config.html">
- Config
+ <a class="reference internal" href="../api/dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -94,15 +94,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal" href="datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/dataframe.html">
- DataFrame
+ <a class="reference internal" href="../api/execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -111,22 +111,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal" href="datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal" href="datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="../api/expression.html">
Expr
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="../api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="../api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
diff --git a/generated/datafusion.Config.html
b/generated/datafusion.RuntimeConfig.html
similarity index 54%
rename from generated/datafusion.Config.html
rename to generated/datafusion.RuntimeConfig.html
index cdf6502..3c76756 100644
--- a/generated/datafusion.Config.html
+++ b/generated/datafusion.RuntimeConfig.html
@@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"
/><meta name="generator" content="Docutils 0.19:
https://docutils.sourceforge.io/" />
- <title>datafusion.Config — Arrow DataFusion documentation</title>
+ <title>datafusion.RuntimeConfig — Arrow DataFusion
documentation</title>
<link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
<link
href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
@@ -37,8 +37,8 @@
<script src="../_static/sphinx_highlight.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
- <link rel="next" title="DataFrame" href="../api/dataframe.html" />
- <link rel="prev" title="Config" href="../api/config.html" />
+ <link rel="next" title="datafusion.SessionContext"
href="datafusion.SessionContext.html" />
+ <link rel="prev" title="datafusion.SessionConfig"
href="datafusion.SessionConfig.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -83,29 +83,12 @@
</i>
</label>
<ul class="current">
- <li class="toctree-l2 current active has-children">
- <a class="reference internal" href="../api/config.html">
- Config
- </a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
- <label for="toctree-checkbox-2">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul class="current">
- <li class="toctree-l3 current active">
- <a class="current reference internal" href="#">
- datafusion.Config
- </a>
- </li>
- </ul>
- </li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="../api/dataframe.html">
DataFrame
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
- <label for="toctree-checkbox-3">
+ <input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
+ <label for="toctree-checkbox-2">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -117,16 +100,26 @@
</li>
</ul>
</li>
- <li class="toctree-l2 has-children">
+ <li class="toctree-l2 current active has-children">
<a class="reference internal" href="../api/execution_context.html">
SessionContext
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
+ <label for="toctree-checkbox-3">
<i class="fas fa-chevron-down">
</i>
</label>
- <ul>
+ <ul class="current">
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3 current active">
+ <a class="current reference internal" href="#">
+ datafusion.RuntimeConfig
+ </a>
+ </li>
<li class="toctree-l3">
<a class="reference internal" href="datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="../api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="../api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="../api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -212,55 +205,82 @@
<nav id="bd-toc-nav">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion.Config">
+ <a class="reference internal nav-link" href="#datafusion.RuntimeConfig">
<code class="docutils literal notranslate">
<span class="pre">
- Config
+ RuntimeConfig
</span>
</code>
</a>
<ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion.Config.__init__">
+ <a class="reference internal nav-link"
href="#datafusion.RuntimeConfig.__init__">
<code class="docutils literal notranslate">
<span class="pre">
- Config.__init__()
+ RuntimeConfig.__init__()
</span>
</code>
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion.Config.from_env">
+ <a class="reference internal nav-link"
href="#datafusion.RuntimeConfig.with_disk_manager_disabled">
<code class="docutils literal notranslate">
<span class="pre">
- Config.from_env()
+ RuntimeConfig.with_disk_manager_disabled()
</span>
</code>
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion.Config.get">
+ <a class="reference internal nav-link"
href="#datafusion.RuntimeConfig.with_disk_manager_os">
<code class="docutils literal notranslate">
<span class="pre">
- Config.get()
+ RuntimeConfig.with_disk_manager_os()
</span>
</code>
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion.Config.get_all">
+ <a class="reference internal nav-link"
href="#datafusion.RuntimeConfig.with_disk_manager_specified">
<code class="docutils literal notranslate">
<span class="pre">
- Config.get_all()
+ RuntimeConfig.with_disk_manager_specified()
</span>
</code>
</a>
</li>
<li class="toc-h3 nav-item toc-entry">
- <a class="reference internal nav-link" href="#datafusion.Config.set">
+ <a class="reference internal nav-link"
href="#datafusion.RuntimeConfig.with_fair_spill_pool">
<code class="docutils literal notranslate">
<span class="pre">
- Config.set()
+ RuntimeConfig.with_fair_spill_pool()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.RuntimeConfig.with_greedy_memory_pool">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ RuntimeConfig.with_greedy_memory_pool()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.RuntimeConfig.with_temp_file_path">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ RuntimeConfig.with_temp_file_path()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.RuntimeConfig.with_unbounded_memory_pool">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ RuntimeConfig.with_unbounded_memory_pool()
</span>
</code>
</a>
@@ -276,7 +296,7 @@
<div class="tocsection editthispage">
- <a
href="https://github.com/apache/arrow-datafusion-python/edit/main/docs/source/generated/datafusion.Config.rst">
+ <a
href="https://github.com/apache/arrow-datafusion-python/edit/main/docs/source/generated/datafusion.RuntimeConfig.rst">
<i class="fas fa-pencil-alt"></i> Edit this page
</a>
</div>
@@ -295,60 +315,81 @@
<div>
- <section id="datafusion-config">
-<h1>datafusion.Config<a class="headerlink" href="#datafusion-config"
title="Permalink to this heading">¶</a></h1>
+ <section id="datafusion-runtimeconfig">
+<h1>datafusion.RuntimeConfig<a class="headerlink"
href="#datafusion-runtimeconfig" title="Permalink to this heading">¶</a></h1>
<dl class="py class">
-<dt class="sig sig-object py" id="datafusion.Config">
-<em class="property"><span class="pre">class</span><span class="w">
</span></em><span class="sig-prename descclassname"><span
class="pre">datafusion.</span></span><span class="sig-name descname"><span
class="pre">Config</span></span><a class="headerlink" href="#datafusion.Config"
title="Permalink to this definition">¶</a></dt>
+<dt class="sig sig-object py" id="datafusion.RuntimeConfig">
+<em class="property"><span class="pre">class</span><span class="w">
</span></em><span class="sig-prename descclassname"><span
class="pre">datafusion.</span></span><span class="sig-name descname"><span
class="pre">RuntimeConfig</span></span><a class="headerlink"
href="#datafusion.RuntimeConfig" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal
notranslate"><span class="pre">object</span></code></p>
+<p>Runtime options for a SessionContext</p>
<dl class="py method">
-<dt class="sig sig-object py" id="datafusion.Config.__init__">
-<span class="sig-name descname"><span class="pre">__init__</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink"
href="#datafusion.Config.__init__" title="Permalink to this
definition">¶</a></dt>
+<dt class="sig sig-object py" id="datafusion.RuntimeConfig.__init__">
+<span class="sig-name descname"><span class="pre">__init__</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink"
href="#datafusion.RuntimeConfig.__init__" title="Permalink to this
definition">¶</a></dt>
<dd></dd></dl>
<p class="rubric">Methods</p>
<table class="autosummary longtable table autosummary">
<tbody>
-<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.Config.__init__" title="datafusion.Config.__init__"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">__init__</span></code></a>()</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.RuntimeConfig.__init__"
title="datafusion.RuntimeConfig.__init__"><code class="xref py py-obj docutils
literal notranslate"><span class="pre">__init__</span></code></a>()</p></td>
<td><p></p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.Config.from_env" title="datafusion.Config.from_env"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">from_env</span></code></a>()</p></td>
-<td><p>Get configurations from environment variables</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.RuntimeConfig.with_disk_manager_disabled"
title="datafusion.RuntimeConfig.with_disk_manager_disabled"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">with_disk_manager_disabled</span></code></a>()</p></td>
+<td><p></p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.Config.get" title="datafusion.Config.get"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">get</span></code></a>(key)</p></td>
-<td><p>Get a configuration option</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.RuntimeConfig.with_disk_manager_os"
title="datafusion.RuntimeConfig.with_disk_manager_os"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_disk_manager_os</span></code></a>()</p></td>
+<td><p></p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.Config.get_all" title="datafusion.Config.get_all"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">get_all</span></code></a>()</p></td>
-<td><p>Get all configuration options</p></td>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.RuntimeConfig.with_disk_manager_specified"
title="datafusion.RuntimeConfig.with_disk_manager_specified"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">with_disk_manager_specified</span></code></a>(paths)</p></td>
+<td><p></p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.Config.set" title="datafusion.Config.set"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">set</span></code></a>(key, value)</p></td>
-<td><p>Set a configuration option</p></td>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.RuntimeConfig.with_fair_spill_pool"
title="datafusion.RuntimeConfig.with_fair_spill_pool"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_fair_spill_pool</span></code></a>(size)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.RuntimeConfig.with_greedy_memory_pool"
title="datafusion.RuntimeConfig.with_greedy_memory_pool"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_greedy_memory_pool</span></code></a>(size)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.RuntimeConfig.with_temp_file_path"
title="datafusion.RuntimeConfig.with_temp_file_path"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_temp_file_path</span></code></a>(path)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.RuntimeConfig.with_unbounded_memory_pool"
title="datafusion.RuntimeConfig.with_unbounded_memory_pool"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">with_unbounded_memory_pool</span></code></a>()</p></td>
+<td><p></p></td>
</tr>
</tbody>
</table>
<dl class="py method">
-<dt class="sig sig-object py" id="datafusion.Config.from_env">
-<em class="property"><span class="pre">static</span><span class="w">
</span></em><span class="sig-name descname"><span
class="pre">from_env</span></span><span class="sig-paren">(</span><span
class="sig-paren">)</span><a class="headerlink"
href="#datafusion.Config.from_env" title="Permalink to this
definition">¶</a></dt>
-<dd><p>Get configurations from environment variables</p>
-</dd></dl>
+<dt class="sig sig-object py"
id="datafusion.RuntimeConfig.with_disk_manager_disabled">
+<span class="sig-name descname"><span
class="pre">with_disk_manager_disabled</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink"
href="#datafusion.RuntimeConfig.with_disk_manager_disabled" title="Permalink to
this definition">¶</a></dt>
+<dd></dd></dl>
<dl class="py method">
-<dt class="sig sig-object py" id="datafusion.Config.get">
-<span class="sig-name descname"><span class="pre">get</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">key</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.Config.get" title="Permalink to this
definition">¶</a></dt>
-<dd><p>Get a configuration option</p>
-</dd></dl>
+<dt class="sig sig-object py"
id="datafusion.RuntimeConfig.with_disk_manager_os">
+<span class="sig-name descname"><span
class="pre">with_disk_manager_os</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink"
href="#datafusion.RuntimeConfig.with_disk_manager_os" title="Permalink to this
definition">¶</a></dt>
+<dd></dd></dl>
<dl class="py method">
-<dt class="sig sig-object py" id="datafusion.Config.get_all">
-<span class="sig-name descname"><span class="pre">get_all</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink"
href="#datafusion.Config.get_all" title="Permalink to this
definition">¶</a></dt>
-<dd><p>Get all configuration options</p>
-</dd></dl>
+<dt class="sig sig-object py"
id="datafusion.RuntimeConfig.with_disk_manager_specified">
+<span class="sig-name descname"><span
class="pre">with_disk_manager_specified</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">paths</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.RuntimeConfig.with_disk_manager_specified"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
<dl class="py method">
-<dt class="sig sig-object py" id="datafusion.Config.set">
-<span class="sig-name descname"><span class="pre">set</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">key</span></span></em>, <em class="sig-param"><span class="n"><span
class="pre">value</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.Config.set" title="Permalink to this
definition">¶</a></dt>
-<dd><p>Set a configuration option</p>
-</dd></dl>
+<dt class="sig sig-object py"
id="datafusion.RuntimeConfig.with_fair_spill_pool">
+<span class="sig-name descname"><span
class="pre">with_fair_spill_pool</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">size</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.RuntimeConfig.with_fair_spill_pool"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.RuntimeConfig.with_greedy_memory_pool">
+<span class="sig-name descname"><span
class="pre">with_greedy_memory_pool</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">size</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.RuntimeConfig.with_greedy_memory_pool"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.RuntimeConfig.with_temp_file_path">
+<span class="sig-name descname"><span
class="pre">with_temp_file_path</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">path</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.RuntimeConfig.with_temp_file_path"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.RuntimeConfig.with_unbounded_memory_pool">
+<span class="sig-name descname"><span
class="pre">with_unbounded_memory_pool</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink"
href="#datafusion.RuntimeConfig.with_unbounded_memory_pool" title="Permalink to
this definition">¶</a></dt>
+<dd></dd></dl>
</dd></dl>
@@ -360,17 +401,17 @@
<!-- Previous / next buttons -->
<div class='prev-next-area'>
- <a class='left-prev' id="prev-link" href="../api/config.html"
title="previous page">
+ <a class='left-prev' id="prev-link" href="datafusion.SessionConfig.html"
title="previous page">
<i class="fas fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
- <p class="prev-next-title">Config</p>
+ <p class="prev-next-title">datafusion.SessionConfig</p>
</div>
</a>
- <a class='right-next' id="next-link" href="../api/dataframe.html"
title="next page">
+ <a class='right-next' id="next-link" href="datafusion.SessionContext.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
- <p class="prev-next-title">DataFrame</p>
+ <p class="prev-next-title">datafusion.SessionContext</p>
</div>
<i class="fas fa-angle-right"></i>
</a>
diff --git a/generated/datafusion.SessionConfig.html
b/generated/datafusion.SessionConfig.html
new file mode 100644
index 0000000..d86252b
--- /dev/null
+++ b/generated/datafusion.SessionConfig.html
@@ -0,0 +1,547 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"
/><meta name="generator" content="Docutils 0.19:
https://docutils.sourceforge.io/" />
+
+ <title>datafusion.SessionConfig — Arrow DataFusion
documentation</title>
+
+ <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
+<link
href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf"
rel="stylesheet">
+
+
+ <link rel="stylesheet"
+ href="../_static/vendor/fontawesome/5.13.0/css/all.min.css">
+ <link rel="preload" as="font" type="font/woff2" crossorigin
+ href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
+ <link rel="preload" as="font" type="font/woff2" crossorigin
+ href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
+
+
+
+
+
+ <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
+ <link rel="stylesheet" type="text/css"
href="../_static/styles/pydata-sphinx-theme.css" />
+ <link rel="stylesheet" type="text/css"
href="../_static/theme_overrides.css" />
+
+ <link rel="preload" as="script"
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
+
+ <script data-url_root="../" id="documentation_options"
src="../_static/documentation_options.js"></script>
+ <script src="../_static/jquery.js"></script>
+ <script src="../_static/underscore.js"></script>
+ <script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
+ <script src="../_static/doctools.js"></script>
+ <script src="../_static/sphinx_highlight.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="next" title="datafusion.RuntimeConfig"
href="datafusion.RuntimeConfig.html" />
+ <link rel="prev" title="SessionContext"
href="../api/execution_context.html" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="docsearch:language" content="en">
+
+
+ <!-- Google Analytics -->
+
+ </head>
+ <body data-spy="scroll" data-target="#bd-toc-nav" data-offset="80">
+
+ <div class="container-fluid" id="banner"></div>
+
+
+
+
+ <div class="container-xl">
+ <div class="row">
+
+
+ <!-- Only show if we have sidebars configured, else just a small
margin -->
+ <div class="col-12 col-md-3 bd-sidebar">
+ <div class="sidebar-start-items">
+<a class="navbar-brand" href="../index.html">
+ <img src="../_static/images/DataFusion-Logo-Background-White.png"
class="logo" alt="logo">
+</a>
+
+<form class="bd-search d-flex align-items-center" action="../search.html"
method="get">
+ <i class="icon fas fa-search"></i>
+ <input type="search" class="form-control" name="q" id="search-input"
placeholder="Search the docs ..." aria-label="Search the docs ..."
autocomplete="off" >
+</form>
+
+<nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation">
+ <div class="bd-toc-item active">
+
+ <ul class="current nav bd-sidenav">
+ <li class="toctree-l1 current active has-children">
+ <a class="reference internal" href="../api.html">
+ API Reference
+ </a>
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-1"
name="toctree-checkbox-1" type="checkbox"/>
+ <label for="toctree-checkbox-1">
+ <i class="fas fa-chevron-down">
+ </i>
+ </label>
+ <ul class="current">
+ <li class="toctree-l2 has-children">
+ <a class="reference internal" href="../api/dataframe.html">
+ DataFrame
+ </a>
+ <input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
+ <label for="toctree-checkbox-2">
+ <i class="fas fa-chevron-down">
+ </i>
+ </label>
+ <ul>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.DataFrame.html">
+ datafusion.DataFrame
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="toctree-l2 current active has-children">
+ <a class="reference internal" href="../api/execution_context.html">
+ SessionContext
+ </a>
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
+ <label for="toctree-checkbox-3">
+ <i class="fas fa-chevron-down">
+ </i>
+ </label>
+ <ul class="current">
+ <li class="toctree-l3 current active">
+ <a class="current reference internal" href="#">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.SessionContext.html">
+ datafusion.SessionContext
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="toctree-l2 has-children">
+ <a class="reference internal" href="../api/expression.html">
+ Expr
+ </a>
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
+ <i class="fas fa-chevron-down">
+ </i>
+ </label>
+ <ul>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.Expr.html">
+ datafusion.Expr
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="toctree-l2 has-children">
+ <a class="reference internal" href="../api/functions.html">
+ Functions
+ </a>
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
+ <i class="fas fa-chevron-down">
+ </i>
+ </label>
+ <ul>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.functions.functions.html">
+ datafusion.functions.functions
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="toctree-l2 has-children">
+ <a class="reference internal" href="../api/object_store.html">
+ ObjectStore
+ </a>
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
+ <i class="fas fa-chevron-down">
+ </i>
+ </label>
+ <ul>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="datafusion.object_store.object_store.html">
+ datafusion.object_store.object_store
+ </a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+</ul>
+
+
+ </div>
+</nav>
+ </div>
+ <div class="sidebar-end-items">
+ </div>
+ </div>
+
+
+
+
+ <div class="d-none d-xl-block col-xl-2 bd-toc">
+
+
+ <div class="toc-item">
+
+<div class="tocsection onthispage pt-5 pb-3">
+ <i class="fas fa-list"></i> On this page
+</div>
+
+<nav id="bd-toc-nav">
+ <ul class="visible nav section-nav flex-column">
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#datafusion.SessionConfig">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig
+ </span>
+ </code>
+ </a>
+ <ul class="nav section-nav flex-column">
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.__init__">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.__init__()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.set">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.set()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_batch_size">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_batch_size()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_create_default_catalog_and_schema">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_create_default_catalog_and_schema()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_default_catalog_and_schema">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_default_catalog_and_schema()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_information_schema">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_information_schema()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_parquet_pruning">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_parquet_pruning()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_repartition_aggregations">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_repartition_aggregations()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_repartition_file_min_size">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_repartition_file_min_size()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_repartition_file_scans">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_repartition_file_scans()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_repartition_joins">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_repartition_joins()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_repartition_sorts">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_repartition_sorts()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_repartition_windows">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_repartition_windows()
+ </span>
+ </code>
+ </a>
+ </li>
+ <li class="toc-h3 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#datafusion.SessionConfig.with_target_partitions">
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ SessionConfig.with_target_partitions()
+ </span>
+ </code>
+ </a>
+ </li>
+ </ul>
+ </li>
+</ul>
+
+</nav>
+ </div>
+
+ <div class="toc-item">
+
+
+<div class="tocsection editthispage">
+ <a
href="https://github.com/apache/arrow-datafusion-python/edit/main/docs/source/generated/datafusion.SessionConfig.rst">
+ <i class="fas fa-pencil-alt"></i> Edit this page
+ </a>
+</div>
+
+ </div>
+
+
+ </div>
+
+
+
+
+
+
+ <main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4
bd-content" role="main">
+
+ <div>
+
+ <section id="datafusion-sessionconfig">
+<h1>datafusion.SessionConfig<a class="headerlink"
href="#datafusion-sessionconfig" title="Permalink to this heading">¶</a></h1>
+<dl class="py class">
+<dt class="sig sig-object py" id="datafusion.SessionConfig">
+<em class="property"><span class="pre">class</span><span class="w">
</span></em><span class="sig-prename descclassname"><span
class="pre">datafusion.</span></span><span class="sig-name descname"><span
class="pre">SessionConfig</span></span><a class="headerlink"
href="#datafusion.SessionConfig" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <code class="xref py py-class docutils literal
notranslate"><span class="pre">object</span></code></p>
+<p>Configuration options for a SessionContext</p>
+<dl class="py method">
+<dt class="sig sig-object py" id="datafusion.SessionConfig.__init__">
+<span class="sig-name descname"><span class="pre">__init__</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink"
href="#datafusion.SessionConfig.__init__" title="Permalink to this
definition">¶</a></dt>
+<dd></dd></dl>
+
+<p class="rubric">Methods</p>
+<table class="autosummary longtable table autosummary">
+<tbody>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.__init__"
title="datafusion.SessionConfig.__init__"><code class="xref py py-obj docutils
literal notranslate"><span class="pre">__init__</span></code></a>()</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.set" title="datafusion.SessionConfig.set"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">set</span></code></a>(key, value)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_batch_size"
title="datafusion.SessionConfig.with_batch_size"><code class="xref py py-obj
docutils literal notranslate"><span
class="pre">with_batch_size</span></code></a>(batch_size)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_create_default_catalog_and_schema"
title="datafusion.SessionConfig.with_create_default_catalog_and_schema"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">with_create_default_catalog_and_schema</span></code></a>(enabled)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_default_catalog_and_schema"
title="datafusion.SessionConfig.with_default_catalog_and_schema"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">with_default_catalog_and_schema</span></code></a>(catalog,
schema)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_information_schema"
title="datafusion.SessionConfig.with_information_schema"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_information_schema</span></code></a>(enabled)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_parquet_pruning"
title="datafusion.SessionConfig.with_parquet_pruning"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_parquet_pruning</span></code></a>(enabled)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_repartition_aggregations"
title="datafusion.SessionConfig.with_repartition_aggregations"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">with_repartition_aggregations</span></code></a>(enabled)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_repartition_file_min_size"
title="datafusion.SessionConfig.with_repartition_file_min_size"><code
class="xref py py-obj docutils literal notranslate"><span
class="pre">with_repartition_file_min_size</span></code></a>(size)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_repartition_file_scans"
title="datafusion.SessionConfig.with_repartition_file_scans"><code class="xref
py py-obj docutils literal notranslate"><span
class="pre">with_repartition_file_scans</span></code></a>(enabled)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_repartition_joins"
title="datafusion.SessionConfig.with_repartition_joins"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_repartition_joins</span></code></a>(enabled)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_repartition_sorts"
title="datafusion.SessionConfig.with_repartition_sorts"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_repartition_sorts</span></code></a>(enabled)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-odd"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_repartition_windows"
title="datafusion.SessionConfig.with_repartition_windows"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_repartition_windows</span></code></a>(enabled)</p></td>
+<td><p></p></td>
+</tr>
+<tr class="row-even"><td><p><a class="reference internal"
href="#datafusion.SessionConfig.with_target_partitions"
title="datafusion.SessionConfig.with_target_partitions"><code class="xref py
py-obj docutils literal notranslate"><span
class="pre">with_target_partitions</span></code></a>(target_partitions)</p></td>
+<td><p></p></td>
+</tr>
+</tbody>
+</table>
+<dl class="py method">
+<dt class="sig sig-object py" id="datafusion.SessionConfig.set">
+<span class="sig-name descname"><span class="pre">set</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">key</span></span></em>, <em class="sig-param"><span class="n"><span
class="pre">value</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.SessionConfig.set" title="Permalink to
this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py" id="datafusion.SessionConfig.with_batch_size">
+<span class="sig-name descname"><span
class="pre">with_batch_size</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="n"><span
class="pre">batch_size</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.SessionConfig.with_batch_size"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_create_default_catalog_and_schema">
+<span class="sig-name descname"><span
class="pre">with_create_default_catalog_and_schema</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">enabled</span></span></em><span class="sig-paren">)</span><a
class="headerlink"
href="#datafusion.SessionConfig.with_create_default_catalog_and_schema"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_default_catalog_and_schema">
+<span class="sig-name descname"><span
class="pre">with_default_catalog_and_schema</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">catalog</span></span></em>, <em class="sig-param"><span
class="n"><span class="pre">schema</span></span></em><span
class="sig-paren">)</span><a class="headerlink"
href="#datafusion.SessionConfig.with_default_catalog_and_schema"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_information_schema">
+<span class="sig-name descname"><span
class="pre">with_information_schema</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">enabled</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.SessionConfig.with_information_schema"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_parquet_pruning">
+<span class="sig-name descname"><span
class="pre">with_parquet_pruning</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">enabled</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.SessionConfig.with_parquet_pruning"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_repartition_aggregations">
+<span class="sig-name descname"><span
class="pre">with_repartition_aggregations</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">enabled</span></span></em><span class="sig-paren">)</span><a
class="headerlink"
href="#datafusion.SessionConfig.with_repartition_aggregations" title="Permalink
to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_repartition_file_min_size">
+<span class="sig-name descname"><span
class="pre">with_repartition_file_min_size</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">size</span></span></em><span class="sig-paren">)</span><a
class="headerlink"
href="#datafusion.SessionConfig.with_repartition_file_min_size"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_repartition_file_scans">
+<span class="sig-name descname"><span
class="pre">with_repartition_file_scans</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">enabled</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.SessionConfig.with_repartition_file_scans"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_repartition_joins">
+<span class="sig-name descname"><span
class="pre">with_repartition_joins</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">enabled</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.SessionConfig.with_repartition_joins"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_repartition_sorts">
+<span class="sig-name descname"><span
class="pre">with_repartition_sorts</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">enabled</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.SessionConfig.with_repartition_sorts"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_repartition_windows">
+<span class="sig-name descname"><span
class="pre">with_repartition_windows</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">enabled</span></span></em><span class="sig-paren">)</span><a
class="headerlink" href="#datafusion.SessionConfig.with_repartition_windows"
title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="py method">
+<dt class="sig sig-object py"
id="datafusion.SessionConfig.with_target_partitions">
+<span class="sig-name descname"><span
class="pre">with_target_partitions</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">target_partitions</span></span></em><span
class="sig-paren">)</span><a class="headerlink"
href="#datafusion.SessionConfig.with_target_partitions" title="Permalink to
this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+</section>
+
+
+ </div>
+
+
+ <!-- Previous / next buttons -->
+<div class='prev-next-area'>
+ <a class='left-prev' id="prev-link" href="../api/execution_context.html"
title="previous page">
+ <i class="fas fa-angle-left"></i>
+ <div class="prev-next-info">
+ <p class="prev-next-subtitle">previous</p>
+ <p class="prev-next-title">SessionContext</p>
+ </div>
+ </a>
+ <a class='right-next' id="next-link" href="datafusion.RuntimeConfig.html"
title="next page">
+ <div class="prev-next-info">
+ <p class="prev-next-subtitle">next</p>
+ <p class="prev-next-title">datafusion.RuntimeConfig</p>
+ </div>
+ <i class="fas fa-angle-right"></i>
+ </a>
+</div>
+
+ </main>
+
+
+ </div>
+ </div>
+
+ <script
src="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf"></script>
+ <footer class="footer mt-5 mt-md-0">
+ <div class="container">
+
+ <div class="footer-item">
+ <p class="copyright">
+ © Copyright 2022, Apache Software Foundation.<br>
+</p>
+ </div>
+
+ <div class="footer-item">
+ <p class="sphinx-version">
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 5.3.0.<br>
+</p>
+ </div>
+
+ </div>
+</footer>
+ </body>
+</html>
\ No newline at end of file
diff --git a/generated/datafusion.SessionContext.html
b/generated/datafusion.SessionContext.html
index af06a05..8e1ddee 100644
--- a/generated/datafusion.SessionContext.html
+++ b/generated/datafusion.SessionContext.html
@@ -38,7 +38,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Expr" href="../api/expression.html" />
- <link rel="prev" title="SessionContext"
href="../api/execution_context.html" />
+ <link rel="prev" title="datafusion.RuntimeConfig"
href="datafusion.RuntimeConfig.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -83,29 +83,12 @@
</i>
</label>
<ul class="current">
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/config.html">
- Config
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
- <label for="toctree-checkbox-2">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
- <li class="toctree-l3">
- <a class="reference internal" href="datafusion.Config.html">
- datafusion.Config
- </a>
- </li>
- </ul>
- </li>
<li class="toctree-l2 has-children">
<a class="reference internal" href="../api/dataframe.html">
DataFrame
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
- <label for="toctree-checkbox-3">
+ <input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
+ <label for="toctree-checkbox-2">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -121,12 +104,22 @@
<a class="reference internal" href="../api/execution_context.html">
SessionContext
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
+ <label for="toctree-checkbox-3">
<i class="fas fa-chevron-down">
</i>
</label>
<ul class="current">
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
+ </a>
+ </li>
<li class="toctree-l3 current active">
<a class="current reference internal" href="#">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="../api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="../api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="../api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -776,11 +769,11 @@ multi-threaded execution engine to perform the
execution.</p>
<!-- Previous / next buttons -->
<div class='prev-next-area'>
- <a class='left-prev' id="prev-link" href="../api/execution_context.html"
title="previous page">
+ <a class='left-prev' id="prev-link" href="datafusion.RuntimeConfig.html"
title="previous page">
<i class="fas fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
- <p class="prev-next-title">SessionContext</p>
+ <p class="prev-next-title">datafusion.RuntimeConfig</p>
</div>
</a>
<a class='right-next' id="next-link" href="../api/expression.html"
title="next page">
diff --git a/generated/datafusion.functions.functions.html
b/generated/datafusion.functions.functions.html
index 8a0dd31..1ab0318 100644
--- a/generated/datafusion.functions.functions.html
+++ b/generated/datafusion.functions.functions.html
@@ -84,8 +84,8 @@
</label>
<ul class="current">
<li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/config.html">
- Config
+ <a class="reference internal" href="../api/dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -94,15 +94,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal" href="datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/dataframe.html">
- DataFrame
+ <a class="reference internal" href="../api/execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -111,22 +111,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal" href="datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal" href="datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="../api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="../api/functions.html">
Functions
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="../api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
diff --git a/generated/datafusion.object_store.object_store.html
b/generated/datafusion.object_store.object_store.html
index 74c0c52..00f1352 100644
--- a/generated/datafusion.object_store.object_store.html
+++ b/generated/datafusion.object_store.object_store.html
@@ -83,8 +83,8 @@
</label>
<ul class="current">
<li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/config.html">
- Config
+ <a class="reference internal" href="../api/dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -93,15 +93,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal" href="datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/dataframe.html">
- DataFrame
+ <a class="reference internal" href="../api/execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -110,22 +110,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal" href="datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal" href="datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="../api/execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal" href="datafusion.SessionContext.html">
datafusion.SessionContext
@@ -137,8 +130,8 @@
<a class="reference internal" href="../api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -154,8 +147,8 @@
<a class="reference internal" href="../api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -171,8 +164,8 @@
<a class="reference internal" href="../api/object_store.html">
ObjectStore
</a>
- <input checked="" class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input checked="" class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
diff --git a/genindex.html b/genindex.html
index 8b78113..fe732e3 100644
--- a/genindex.html
+++ b/genindex.html
@@ -81,8 +81,8 @@
</label>
<ul>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/config.html">
- Config
+ <a class="reference internal" href="api/dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -91,15 +91,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal" href="generated/datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/dataframe.html">
- DataFrame
+ <a class="reference internal" href="api/execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -108,22 +108,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal"
href="generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="api/execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal"
href="generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -135,8 +128,8 @@
<a class="reference internal" href="api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -152,8 +145,8 @@
<a class="reference internal" href="api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -169,8 +162,8 @@
<a class="reference internal" href="api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -240,12 +233,14 @@
<h2 id="_">_</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
- <li><a
href="generated/datafusion.Config.html#datafusion.Config.__init__">__init__()
(datafusion.Config method)</a>
+ <li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.__init__">__init__()
(datafusion.DataFrame method)</a>
<ul>
- <li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.__init__">(datafusion.DataFrame
method)</a>
-</li>
<li><a
href="generated/datafusion.Expr.html#datafusion.Expr.__init__">(datafusion.Expr
method)</a>
+</li>
+ <li><a
href="generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig.__init__">(datafusion.RuntimeConfig
method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.__init__">(datafusion.SessionConfig
method)</a>
</li>
<li><a
href="generated/datafusion.SessionContext.html#datafusion.SessionContext.__init__">(datafusion.SessionContext
method)</a>
</li>
@@ -339,14 +334,12 @@
<li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.collect_partitioned">collect_partitioned()
(datafusion.DataFrame method)</a>
</li>
<li><a
href="generated/datafusion.Expr.html#datafusion.Expr.column">column()
(datafusion.Expr static method)</a>
-</li>
- <li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.concat">concat()
(in module datafusion.functions.functions)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
- <li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.concat_ws">concat_ws()
(in module datafusion.functions.functions)</a>
+ <li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.concat">concat()
(in module datafusion.functions.functions)</a>
</li>
- <li><a href="generated/datafusion.Config.html#datafusion.Config">Config
(class in datafusion)</a>
+ <li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.concat_ws">concat_ws()
(in module datafusion.functions.functions)</a>
</li>
<li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.corr">corr()
(in module datafusion.functions.functions)</a>
</li>
@@ -452,12 +445,10 @@
</li>
<li><a
href="generated/datafusion.SessionContext.html#datafusion.SessionContext.from_arrow_table">from_arrow_table()
(datafusion.SessionContext method)</a>
</li>
- <li><a
href="generated/datafusion.Config.html#datafusion.Config.from_env">from_env()
(datafusion.Config static method)</a>
+ <li><a
href="generated/datafusion.SessionContext.html#datafusion.SessionContext.from_pandas">from_pandas()
(datafusion.SessionContext method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
- <li><a
href="generated/datafusion.SessionContext.html#datafusion.SessionContext.from_pandas">from_pandas()
(datafusion.SessionContext method)</a>
-</li>
<li><a
href="generated/datafusion.SessionContext.html#datafusion.SessionContext.from_polars">from_polars()
(datafusion.SessionContext method)</a>
</li>
<li><a
href="generated/datafusion.SessionContext.html#datafusion.SessionContext.from_pydict">from_pydict()
(datafusion.SessionContext method)</a>
@@ -472,14 +463,10 @@
<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
- <li><a
href="generated/datafusion.Config.html#datafusion.Config.get">get()
(datafusion.Config method)</a>
-</li>
- <li><a
href="generated/datafusion.Config.html#datafusion.Config.get_all">get_all()
(datafusion.Config method)</a>
+ <li><a
href="generated/datafusion.object_store.object_store.html#datafusion.object_store.object_store.GoogleCloud">GoogleCloud
(class in datafusion.object_store.object_store)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
- <li><a
href="generated/datafusion.object_store.object_store.html#datafusion.object_store.object_store.GoogleCloud">GoogleCloud
(class in datafusion.object_store.object_store)</a>
-</li>
<li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.grouping">grouping()
(in module datafusion.functions.functions)</a>
</li>
</ul></td>
@@ -664,6 +651,8 @@
<li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.rpad">rpad()
(in module datafusion.functions.functions)</a>
</li>
<li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.rtrim">rtrim()
(in module datafusion.functions.functions)</a>
+</li>
+ <li><a
href="generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig">RuntimeConfig
(class in datafusion)</a>
</li>
</ul></td>
</tr></table>
@@ -678,10 +667,12 @@
<li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.select_columns">select_columns()
(datafusion.DataFrame method)</a>
</li>
<li><a
href="generated/datafusion.SessionContext.html#datafusion.SessionContext.session_id">session_id()
(datafusion.SessionContext method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig">SessionConfig
(class in datafusion)</a>
</li>
<li><a
href="generated/datafusion.SessionContext.html#datafusion.SessionContext">SessionContext
(class in datafusion)</a>
</li>
- <li><a
href="generated/datafusion.Config.html#datafusion.Config.set">set()
(datafusion.Config method)</a>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.set">set()
(datafusion.SessionConfig method)</a>
</li>
<li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.sha224">sha224()
(in module datafusion.functions.functions)</a>
</li>
@@ -694,11 +685,11 @@
<li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.show">show()
(datafusion.DataFrame method)</a>
</li>
<li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.signum">signum()
(in module datafusion.functions.functions)</a>
-</li>
- <li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.sin">sin()
(in module datafusion.functions.functions)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
+ <li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.sin">sin()
(in module datafusion.functions.functions)</a>
+</li>
<li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.sort">sort()
(datafusion.DataFrame method)</a>
<ul>
@@ -808,13 +799,51 @@
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a
href="generated/datafusion.functions.functions.html#datafusion.functions.functions.window">window()
(in module datafusion.functions.functions)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_batch_size">with_batch_size()
(datafusion.SessionConfig method)</a>
</li>
<li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.with_column">with_column()
(datafusion.DataFrame method)</a>
</li>
<li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.with_column_renamed">with_column_renamed()
(datafusion.DataFrame method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_create_default_catalog_and_schema">with_create_default_catalog_and_schema()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_default_catalog_and_schema">with_default_catalog_and_schema()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig.with_disk_manager_disabled">with_disk_manager_disabled()
(datafusion.RuntimeConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig.with_disk_manager_os">with_disk_manager_os()
(datafusion.RuntimeConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig.with_disk_manager_specified">with_disk_manager_specified()
(datafusion.RuntimeConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig.with_fair_spill_pool">with_fair_spill_pool()
(datafusion.RuntimeConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig.with_greedy_memory_pool">with_greedy_memory_pool()
(datafusion.RuntimeConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_information_schema">with_information_schema()
(datafusion.SessionConfig method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_parquet_pruning">with_parquet_pruning()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_repartition_aggregations">with_repartition_aggregations()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_repartition_file_min_size">with_repartition_file_min_size()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_repartition_file_scans">with_repartition_file_scans()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_repartition_joins">with_repartition_joins()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_repartition_sorts">with_repartition_sorts()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_repartition_windows">with_repartition_windows()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.SessionConfig.html#datafusion.SessionConfig.with_target_partitions">with_target_partitions()
(datafusion.SessionConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig.with_temp_file_path">with_temp_file_path()
(datafusion.RuntimeConfig method)</a>
+</li>
+ <li><a
href="generated/datafusion.RuntimeConfig.html#datafusion.RuntimeConfig.with_unbounded_memory_pool">with_unbounded_memory_pool()
(datafusion.RuntimeConfig method)</a>
+</li>
<li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.write_csv">write_csv()
(datafusion.DataFrame method)</a>
</li>
<li><a
href="generated/datafusion.DataFrame.html#datafusion.DataFrame.write_json">write_json()
(datafusion.DataFrame method)</a>
diff --git a/index.html b/index.html
index 4ecc3d8..e4d4566 100644
--- a/index.html
+++ b/index.html
@@ -83,8 +83,8 @@
</label>
<ul>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/config.html">
- Config
+ <a class="reference internal" href="api/dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -93,15 +93,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal" href="generated/datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/dataframe.html">
- DataFrame
+ <a class="reference internal" href="api/execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -110,22 +110,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal"
href="generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="api/execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal"
href="generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -137,8 +130,8 @@
<a class="reference internal" href="api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -154,8 +147,8 @@
<a class="reference internal" href="api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -171,8 +164,8 @@
<a class="reference internal" href="api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -502,7 +495,6 @@ python<span class="w"> </span>-m<span class="w">
</span>piptools<span class="w">
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="api.html">API
Reference</a><ul>
-<li class="toctree-l2"><a class="reference internal"
href="api/config.html">Config</a></li>
<li class="toctree-l2"><a class="reference internal"
href="api/dataframe.html">DataFrame</a></li>
<li class="toctree-l2"><a class="reference internal"
href="api/execution_context.html">SessionContext</a></li>
<li class="toctree-l2"><a class="reference internal"
href="api/expression.html">Expr</a></li>
diff --git a/objects.inv b/objects.inv
index 06bce94..66c20e5 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/py-modindex.html b/py-modindex.html
index d881795..b46fd01 100644
--- a/py-modindex.html
+++ b/py-modindex.html
@@ -84,8 +84,8 @@
</label>
<ul>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/config.html">
- Config
+ <a class="reference internal" href="api/dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -94,15 +94,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal" href="generated/datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/dataframe.html">
- DataFrame
+ <a class="reference internal" href="api/execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -111,22 +111,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal"
href="generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="api/execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal"
href="generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -138,8 +131,8 @@
<a class="reference internal" href="api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -155,8 +148,8 @@
<a class="reference internal" href="api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -172,8 +165,8 @@
<a class="reference internal" href="api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
diff --git a/search.html b/search.html
index 283d5a9..a6d9bb5 100644
--- a/search.html
+++ b/search.html
@@ -87,8 +87,8 @@
</label>
<ul>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/config.html">
- Config
+ <a class="reference internal" href="api/dataframe.html">
+ DataFrame
</a>
<input class="toctree-checkbox" id="toctree-checkbox-2"
name="toctree-checkbox-2" type="checkbox"/>
<label for="toctree-checkbox-2">
@@ -97,15 +97,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.Config.html">
- datafusion.Config
+ <a class="reference internal" href="generated/datafusion.DataFrame.html">
+ datafusion.DataFrame
</a>
</li>
</ul>
</li>
<li class="toctree-l2 has-children">
- <a class="reference internal" href="api/dataframe.html">
- DataFrame
+ <a class="reference internal" href="api/execution_context.html">
+ SessionContext
</a>
<input class="toctree-checkbox" id="toctree-checkbox-3"
name="toctree-checkbox-3" type="checkbox"/>
<label for="toctree-checkbox-3">
@@ -114,22 +114,15 @@
</label>
<ul>
<li class="toctree-l3">
- <a class="reference internal" href="generated/datafusion.DataFrame.html">
- datafusion.DataFrame
+ <a class="reference internal"
href="generated/datafusion.SessionConfig.html">
+ datafusion.SessionConfig
+ </a>
+ </li>
+ <li class="toctree-l3">
+ <a class="reference internal"
href="generated/datafusion.RuntimeConfig.html">
+ datafusion.RuntimeConfig
</a>
</li>
- </ul>
- </li>
- <li class="toctree-l2 has-children">
- <a class="reference internal" href="api/execution_context.html">
- SessionContext
- </a>
- <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
- <label for="toctree-checkbox-4">
- <i class="fas fa-chevron-down">
- </i>
- </label>
- <ul>
<li class="toctree-l3">
<a class="reference internal"
href="generated/datafusion.SessionContext.html">
datafusion.SessionContext
@@ -141,8 +134,8 @@
<a class="reference internal" href="api/expression.html">
Expr
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
- <label for="toctree-checkbox-5">
+ <input class="toctree-checkbox" id="toctree-checkbox-4"
name="toctree-checkbox-4" type="checkbox"/>
+ <label for="toctree-checkbox-4">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -158,8 +151,8 @@
<a class="reference internal" href="api/functions.html">
Functions
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
- <label for="toctree-checkbox-6">
+ <input class="toctree-checkbox" id="toctree-checkbox-5"
name="toctree-checkbox-5" type="checkbox"/>
+ <label for="toctree-checkbox-5">
<i class="fas fa-chevron-down">
</i>
</label>
@@ -175,8 +168,8 @@
<a class="reference internal" href="api/object_store.html">
ObjectStore
</a>
- <input class="toctree-checkbox" id="toctree-checkbox-7"
name="toctree-checkbox-7" type="checkbox"/>
- <label for="toctree-checkbox-7">
+ <input class="toctree-checkbox" id="toctree-checkbox-6"
name="toctree-checkbox-6" type="checkbox"/>
+ <label for="toctree-checkbox-6">
<i class="fas fa-chevron-down">
</i>
</label>
diff --git a/searchindex.js b/searchindex.js
index b7169b8..8306068 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["api", "api/config", "api/dataframe",
"api/execution_context", "api/expression", "api/functions", "api/object_store",
"generated/datafusion.Config", "generated/datafusion.DataFrame",
"generated/datafusion.Expr", "generated/datafusion.SessionContext",
"generated/datafusion.functions.functions",
"generated/datafusion.object_store.object_store", "index"], "filenames":
["api.rst", "api/config.rst", "api/dataframe.rst", "api/execution_context.rst",
"api/expressio [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["api", "api/dataframe", "api/execution_context",
"api/expression", "api/functions", "api/object_store",
"generated/datafusion.DataFrame", "generated/datafusion.Expr",
"generated/datafusion.RuntimeConfig", "generated/datafusion.SessionConfig",
"generated/datafusion.SessionContext",
"generated/datafusion.functions.functions",
"generated/datafusion.object_store.object_store", "index"], "filenames":
["api.rst", "api/dataframe.rst", "api/execution_context.rst", " [...]
\ No newline at end of file