You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2023/07/03 16:06:27 UTC

[arrow-datafusion-python] branch asf-staging updated: Publish built docs triggered by c0be61bd575ae717ec8c949693abd6cdec39a50c

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new b5874cb  Publish built docs triggered by c0be61bd575ae717ec8c949693abd6cdec39a50c
b5874cb is described below

commit b5874cb7d5abeb42b4e98300540760b09b64774a
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Mon Jul 3 16:06:22 2023 +0000

    Publish built docs triggered by c0be61bd575ae717ec8c949693abd6cdec39a50c
---
 _sources/generated/datafusion.Expr.rst.txt |   1 +
 generated/datafusion.Expr.html             |  19 +++++++++++++++++++
 genindex.html                              |   6 ++++--
 objects.inv                                | Bin 2018 -> 2023 bytes
 searchindex.js                             |   2 +-
 5 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/_sources/generated/datafusion.Expr.rst.txt b/_sources/generated/datafusion.Expr.rst.txt
index 856156c..ec3699b 100644
--- a/_sources/generated/datafusion.Expr.rst.txt
+++ b/_sources/generated/datafusion.Expr.rst.txt
@@ -29,6 +29,7 @@
       ~Expr.sort
       ~Expr.to_variant
       ~Expr.types
+      ~Expr.variant_name
    
    
 
diff --git a/generated/datafusion.Expr.html b/generated/datafusion.Expr.html
index 9a47835..ab3f4f7 100644
--- a/generated/datafusion.Expr.html
+++ b/generated/datafusion.Expr.html
@@ -357,6 +357,15 @@
      </code>
     </a>
    </li>
+   <li class="toc-h3 nav-item toc-entry">
+    <a class="reference internal nav-link" href="#datafusion.Expr.variant_name">
+     <code class="docutils literal notranslate">
+      <span class="pre">
+       Expr.variant_name()
+      </span>
+     </code>
+    </a>
+   </li>
   </ul>
  </li>
 </ul>
@@ -450,6 +459,9 @@
 <tr class="row-even"><td><p><a class="reference internal" href="#datafusion.Expr.types" title="datafusion.Expr.types"><code class="xref py py-obj docutils literal notranslate"><span class="pre">types</span></code></a>()</p></td>
 <td><p>Given the current <cite>Expr</cite> return the DataTypeMap which represents the PythonType, Arrow DataType, and SqlType Enum which represents</p></td>
 </tr>
+<tr class="row-odd"><td><p><a class="reference internal" href="#datafusion.Expr.variant_name" title="datafusion.Expr.variant_name"><code class="xref py py-obj docutils literal notranslate"><span class="pre">variant_name</span></code></a>()</p></td>
+<td><p>Returns the name of the Expr variant.</p></td>
+</tr>
 </tbody>
 </table>
 <dl class="py method">
@@ -543,6 +555,13 @@ as one of the possible valid <cite>RexTypes</cite>.</p>
 PythonType, Arrow DataType, and SqlType Enum which represents</p>
 </dd></dl>
 
+<dl class="py method">
+<dt class="sig sig-object py" id="datafusion.Expr.variant_name">
+<span class="sig-name descname"><span class="pre">variant_name</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#datafusion.Expr.variant_name" title="Permalink to this definition">¶</a></dt>
+<dd><p>Returns the name of the Expr variant.
+Ex: ‘IsNotNull’, ‘Literal’, ‘BinaryExpr’, etc</p>
+</dd></dl>
+
 </dd></dl>
 
 </section>
diff --git a/genindex.html b/genindex.html
index 0020ece..3b74a3a 100644
--- a/genindex.html
+++ b/genindex.html
@@ -798,11 +798,13 @@
   <td style="width: 33%; vertical-align: top;"><ul>
       <li><a href="generated/datafusion.functions.functions.html#datafusion.functions.functions.var">var() (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.var_pop">var_pop() (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.var_samp">var_samp() (in module datafusion.functions.functions)</a>
+</li>
+      <li><a href="generated/datafusion.Expr.html#datafusion.Expr.variant_name">variant_name() (datafusion.Expr method)</a>
 </li>
   </ul></td>
 </tr></table>
diff --git a/objects.inv b/objects.inv
index edcb460..bd78dc9 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/searchindex.js b/searchindex.js
index cdbb4e3..3ef2922 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-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
+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