Publish built docs triggered by 036c8f285164869a550f5e5b06c8289c6a463bad
diff --git a/_sources/contributor-guide/gsoc_application_guidelines.md.txt b/_sources/contributor-guide/gsoc_application_guidelines.md.txt
new file mode 100644
index 0000000..fddd0b5
--- /dev/null
+++ b/_sources/contributor-guide/gsoc_application_guidelines.md.txt
@@ -0,0 +1,105 @@
+# GSoC Application Guidelines
+
+## Introduction
+
+Welcome to the Apache DataFusion Google Summer of Code (GSoC) application guidelines. We are excited to support contributors who are passionate about open-source data processing technologies and eager to contribute to DataFusion. This document provides detailed instructions on how to apply, what we expect from applicants, and how you can increase your chances of selection.
+
+## Why Contribute to Apache DataFusion?
+
+Apache DataFusion is a high-performance, extensible query engine for data processing, written in Rust and designed for modern analytical workloads. GSoC offers a fantastic opportunity for students and early-career developers to work with experienced mentors, learn about open-source development, and make meaningful contributions.
+
+## Prerequisites
+
+Before applying, ensure you:
+
+- Have read and understood the [Apache DataFusion Contributor Guide](https://datafusion.apache.org/contributor-guide/index.html).
+- Have basic familiarity with Rust programming and SQL-based data processing.
+- Have explored DataFusion’s GitHub repository and tried running sample queries.
+- Have introduced yourself on our mailing list or Discord to discuss project ideas with potential mentors.
+
+## Application Process
+
+To apply, follow these steps:
+
+1. **Choose a Project Idea**
+ - Review the list of proposed GSoC projects for Apache DataFusion.
+ - If you have your own project idea, discuss it with potential mentors before submitting your proposal.
+2. **Engage with the Community**
+ - Join our [mailing list](mailto:dev@datafusion.apache.org) and [Discord](https://discord.gg/Q9eh6S2T) to introduce yourself and ask questions.
+ - Optional: Submit a small pull request (PR) for an issue marked with the **good first issue** tag to understand/test whether you enjoy working on Apache DataFusion, get comfortable with navigating the codebase and demonstrate your ability.
+3. **Write a Clear Proposal**
+ - You can use the template below to structure your proposal.
+ - Ensure it is has sufficient details and is feasible.
+ - Seek feedback from mentors before submission.
+
+## Application Template
+
+```
+# Apache DataFusion GSoC Application
+
+## Personal Information
+
+- **Name:**
+- **GitHub ID:**
+- **Email:**
+- **LinkedIn/Personal Website (if any):**
+- **Time Zone & Available Hours Per Week:**
+
+## Project Proposal
+
+### Title
+
+Provide a concise and descriptive project title.
+
+### Synopsis
+
+Summarize the project in a few sentences. What problem does it solve? Why is it important? If you choose an idea proposed by us, this can simply be a summary of your research on the problem and/or your understanding of it.
+
+### Benefits to the Community
+
+Explain how this project will improve Apache DataFusion and its ecosystem. If you choose an idea proposed by us, this can simply be a summary of your understanding of potential benefits.
+
+### Deliverables & Milestones
+
+Consult with project mentors to come up with a rough roadmap for what you plan to accomplish, ensuring it aligns with GSoC’s timeline.
+
+### Technical Details
+
+Discuss the technologies, tools, and methodologies you plan to use. Mention any potential challenges and how you plan to address them.
+
+### Related Work & References
+
+List any relevant research, documentation, or prior work that informs your proposal.
+
+## Personal Experience
+
+### Relevant Skills & Background
+
+Describe your experience with Rust, databases, and open-source contributions.
+
+### Past Open-Source Contributions
+
+List any prior contributions (links to PRs, issues, repositories).
+
+### Learning Plan
+
+Explain how you will learn new skills required for this project.
+
+## Mentor & Communication
+
+- **Preferred Communication Channels:** (Email, Discord, etc.)
+- **Weekly Progress Updates Plan:** Describe how you plan to remain in sync with your mentor(s).
+
+## Additional Information
+
+Add anything else you believe strengthens your application.
+
+```
+
+## Final Steps
+
+- Review your proposal for clarity and completeness.
+- Submit your proposal via the GSoC portal before the deadline.
+- Stay active in the community and be ready to discuss your application with mentors.
+
+We look forward to your application and your contributions to Apache DataFusion!
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 7391667..03561be 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -148,6 +148,7 @@
contributor-guide/governance
contributor-guide/inviting
contributor-guide/specification/index
+ contributor-guide/gsoc_application_guidelines
.. _toc.subprojects:
diff --git a/contributor-guide/architecture.html b/contributor-guide/architecture.html
index 3add2b1..315cb34 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/communication.html b/contributor-guide/communication.html
index bc88cda..c775a81 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/getting_started.html b/contributor-guide/getting_started.html
index bc44016..d4a7375 100644
--- a/contributor-guide/getting_started.html
+++ b/contributor-guide/getting_started.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/governance.html b/contributor-guide/governance.html
index fa2f47f..510d671 100644
--- a/contributor-guide/governance.html
+++ b/contributor-guide/governance.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/gsoc_application_guidelines.html b/contributor-guide/gsoc_application_guidelines.html
new file mode 100644
index 0000000..772e893
--- /dev/null
+++ b/contributor-guide/gsoc_application_guidelines.html
@@ -0,0 +1,736 @@
+<!DOCTYPE html>
+
+<html lang="en" data-content_root="../">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
+
+ <title>GSoC Application Guidelines — Apache 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?v=8f2a1f02" />
+ <link rel="stylesheet" type="text/css" href="../_static/styles/pydata-sphinx-theme.css?v=1140d252" />
+ <link rel="stylesheet" type="text/css" href="../_static/theme_overrides.css?v=c6d785ac" />
+
+ <link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
+
+ <script src="../_static/documentation_options.js?v=8a448e45"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script async="true" defer="true" src="https://buttons.github.io/buttons.js"></script>
+ <link rel="index" title="Index" href="../genindex.html" />
+ <link rel="search" title="Search" href="../search.html" />
+ <link rel="prev" title="Output field name semantics" href="specification/output-field-name-semantic.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">
+
+<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">
+
+ <p aria-level="2" class="caption" role="heading">
+ <span class="caption-text">
+ ASF Links
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+ <a class="reference external" href="https://apache.org">
+ Apache Software Foundation
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://www.apache.org/licenses/">
+ License
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://www.apache.org/foundation/sponsorship.html">
+ Donate
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://www.apache.org/foundation/thanks.html">
+ Thanks
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://www.apache.org/security/">
+ Security
+ </a>
+ </li>
+</ul>
+<p aria-level="2" class="caption" role="heading">
+ <span class="caption-text">
+ Links
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+ <a class="reference external" href="https://github.com/apache/datafusion">
+ GitHub and Issue Tracker
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://crates.io/crates/datafusion">
+ crates.io
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://docs.rs/datafusion/latest/datafusion/">
+ API Docs
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://datafusion.apache.org/blog/">
+ Blog
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
+ Code of conduct
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../download.html">
+ Download
+ </a>
+ </li>
+</ul>
+<p aria-level="2" class="caption" role="heading">
+ <span class="caption-text">
+ User Guide
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+ <a class="reference internal" href="../user-guide/introduction.html">
+ Introduction
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../user-guide/example-usage.html">
+ Example Usage
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../user-guide/concepts-readings-events.html">
+ Concepts, Readings, Events
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../user-guide/crate-configuration.html">
+ Crate Configuration
+ </a>
+ </li>
+ <li class="toctree-l1 has-children">
+ <a class="reference internal" href="../user-guide/cli/index.html">
+ DataFusion CLI
+ </a>
+ <input 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>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/cli/overview.html">
+ Overview
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/cli/installation.html">
+ Installation
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/cli/usage.html">
+ Usage
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/cli/datasources.html">
+ Local Files / Directories
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../user-guide/dataframe.html">
+ DataFrame API
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../user-guide/expressions.html">
+ Expression API
+ </a>
+ </li>
+ <li class="toctree-l1 has-children">
+ <a class="reference internal" href="../user-guide/sql/index.html">
+ SQL Reference
+ </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-l2">
+ <a class="reference internal" href="../user-guide/sql/data_types.html">
+ Data Types
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/select.html">
+ SELECT syntax
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/subqueries.html">
+ Subqueries
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/ddl.html">
+ DDL
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/dml.html">
+ DML
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/explain.html">
+ EXPLAIN
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/information_schema.html">
+ Information Schema
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/operators.html">
+ Operators
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/aggregate_functions.html">
+ Aggregate Functions
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/window_functions.html">
+ Window Functions
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/scalar_functions.html">
+ Scalar Functions
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/special_functions.html">
+ Special Functions
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/sql_status.html">
+ Status
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="../user-guide/sql/write_options.html">
+ Write Options
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../user-guide/configs.html">
+ Configuration Settings
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../user-guide/explain-usage.html">
+ Reading Explain Plans
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../user-guide/faq.html">
+ Frequently Asked Questions
+ </a>
+ </li>
+</ul>
+<p aria-level="2" class="caption" role="heading">
+ <span class="caption-text">
+ Library User Guide
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/index.html">
+ Introduction
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/extensions.html">
+ Extensions List
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/using-the-sql-api.html">
+ Using the SQL API
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/working-with-exprs.html">
+ Working with
+ <code class="docutils literal notranslate">
+ <span class="pre">
+ Expr
+ </span>
+ </code>
+ s
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/using-the-dataframe-api.html">
+ Using the DataFrame API
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/building-logical-plans.html">
+ Building Logical Plans
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/catalogs.html">
+ Catalogs, Schemas, and Tables
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/adding-udfs.html">
+ Adding User Defined Functions: Scalar/Window/Aggregate/Table Functions
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/custom-table-providers.html">
+ Custom Table Provider
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/extending-operators.html">
+ Extending DataFusion’s operators: custom LogicalPlan and Execution Plans
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/profiling.html">
+ Profiling Cookbook
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/query-optimizer.html">
+ DataFusion Query Optimizer
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../library-user-guide/api-health.html">
+ API health policy
+ </a>
+ </li>
+</ul>
+<p aria-level="2" class="caption" role="heading">
+ <span class="caption-text">
+ Contributor Guide
+ </span>
+</p>
+<ul class="current nav bd-sidenav">
+ <li class="toctree-l1">
+ <a class="reference internal" href="index.html">
+ Introduction
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="communication.html">
+ Communication
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="getting_started.html">
+ Getting Started
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="architecture.html">
+ Architecture
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="testing.html">
+ Testing
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="howtos.html">
+ HOWTOs
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="roadmap.html">
+ Roadmap
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="governance.html">
+ Governance
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="inviting.html">
+ Inviting New Committers and PMC Members
+ </a>
+ </li>
+ <li class="toctree-l1 has-children">
+ <a class="reference internal" href="specification/index.html">
+ Specifications
+ </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-l2">
+ <a class="reference internal" href="specification/invariants.html">
+ Invariants
+ </a>
+ </li>
+ <li class="toctree-l2">
+ <a class="reference internal" href="specification/output-field-name-semantic.html">
+ Output field name semantics
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="toctree-l1 current active">
+ <a class="current reference internal" href="#">
+ GSoC Application Guidelines
+ </a>
+ </li>
+</ul>
+<p aria-level="2" class="caption" role="heading">
+ <span class="caption-text">
+ DataFusion Subprojects
+ </span>
+</p>
+<ul class="nav bd-sidenav">
+ <li class="toctree-l1">
+ <a class="reference external" href="https://arrow.apache.org/ballista/">
+ DataFusion Ballista
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://datafusion.apache.org/comet/">
+ DataFusion Comet
+ </a>
+ </li>
+ <li class="toctree-l1">
+ <a class="reference external" href="https://datafusion.apache.org/python/">
+ DataFusion Python
+ </a>
+ </li>
+</ul>
+
+
+ </div>
+
+ <a class="navbar-brand" href="../index.html">
+ <img src="../_static/images/2x_bgwhite_original.png" class="logo" alt="logo">
+ </a>
+</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="#introduction">
+ Introduction
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#why-contribute-to-apache-datafusion">
+ Why Contribute to Apache DataFusion?
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#prerequisites">
+ Prerequisites
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#application-process">
+ Application Process
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#application-template">
+ Application Template
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link" href="#final-steps">
+ Final Steps
+ </a>
+ </li>
+</ul>
+
+</nav>
+ </div>
+
+ <div class="toc-item">
+
+
+<div class="tocsection editthispage">
+ <a href="https://github.com/apache/arrow-datafusion/edit/main/docs/source/contributor-guide/gsoc_application_guidelines.md">
+ <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="gsoc-application-guidelines">
+<h1>GSoC Application Guidelines<a class="headerlink" href="#gsoc-application-guidelines" title="Link to this heading">¶</a></h1>
+<section id="introduction">
+<h2>Introduction<a class="headerlink" href="#introduction" title="Link to this heading">¶</a></h2>
+<p>Welcome to the Apache DataFusion Google Summer of Code (GSoC) application guidelines. We are excited to support contributors who are passionate about open-source data processing technologies and eager to contribute to DataFusion. This document provides detailed instructions on how to apply, what we expect from applicants, and how you can increase your chances of selection.</p>
+</section>
+<section id="why-contribute-to-apache-datafusion">
+<h2>Why Contribute to Apache DataFusion?<a class="headerlink" href="#why-contribute-to-apache-datafusion" title="Link to this heading">¶</a></h2>
+<p>Apache DataFusion is a high-performance, extensible query engine for data processing, written in Rust and designed for modern analytical workloads. GSoC offers a fantastic opportunity for students and early-career developers to work with experienced mentors, learn about open-source development, and make meaningful contributions.</p>
+</section>
+<section id="prerequisites">
+<h2>Prerequisites<a class="headerlink" href="#prerequisites" title="Link to this heading">¶</a></h2>
+<p>Before applying, ensure you:</p>
+<ul class="simple">
+<li><p>Have read and understood the <a class="reference external" href="https://datafusion.apache.org/contributor-guide/index.html">Apache DataFusion Contributor Guide</a>.</p></li>
+<li><p>Have basic familiarity with Rust programming and SQL-based data processing.</p></li>
+<li><p>Have explored DataFusion’s GitHub repository and tried running sample queries.</p></li>
+<li><p>Have introduced yourself on our mailing list or Discord to discuss project ideas with potential mentors.</p></li>
+</ul>
+</section>
+<section id="application-process">
+<h2>Application Process<a class="headerlink" href="#application-process" title="Link to this heading">¶</a></h2>
+<p>To apply, follow these steps:</p>
+<ol class="arabic simple">
+<li><p><strong>Choose a Project Idea</strong></p>
+<ul class="simple">
+<li><p>Review the list of proposed GSoC projects for Apache DataFusion.</p></li>
+<li><p>If you have your own project idea, discuss it with potential mentors before submitting your proposal.</p></li>
+</ul>
+</li>
+<li><p><strong>Engage with the Community</strong></p>
+<ul class="simple">
+<li><p>Join our <a class="reference external" href="mailto:dev%40datafusion.apache.org">mailing list</a> and <a class="reference external" href="https://discord.gg/Q9eh6S2T">Discord</a> to introduce yourself and ask questions.</p></li>
+<li><p>Optional: Submit a small pull request (PR) for an issue marked with the <strong>good first issue</strong> tag to understand/test whether you enjoy working on Apache DataFusion, get comfortable with navigating the codebase and demonstrate your ability.</p></li>
+</ul>
+</li>
+<li><p><strong>Write a Clear Proposal</strong></p>
+<ul class="simple">
+<li><p>You can use the template below to structure your proposal.</p></li>
+<li><p>Ensure it is has sufficient details and is feasible.</p></li>
+<li><p>Seek feedback from mentors before submission.</p></li>
+</ul>
+</li>
+</ol>
+</section>
+<section id="application-template">
+<h2>Application Template<a class="headerlink" href="#application-template" title="Link to this heading">¶</a></h2>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span># Apache DataFusion GSoC Application
+
+## Personal Information
+
+- **Name:**
+- **GitHub ID:**
+- **Email:**
+- **LinkedIn/Personal Website (if any):**
+- **Time Zone & Available Hours Per Week:**
+
+## Project Proposal
+
+### Title
+
+Provide a concise and descriptive project title.
+
+### Synopsis
+
+Summarize the project in a few sentences. What problem does it solve? Why is it important? If you choose an idea proposed by us, this can simply be a summary of your research on the problem and/or your understanding of it.
+
+### Benefits to the Community
+
+Explain how this project will improve Apache DataFusion and its ecosystem. If you choose an idea proposed by us, this can simply be a summary of your understanding of potential benefits.
+
+### Deliverables & Milestones
+
+Consult with project mentors to come up with a rough roadmap for what you plan to accomplish, ensuring it aligns with GSoC’s timeline.
+
+### Technical Details
+
+Discuss the technologies, tools, and methodologies you plan to use. Mention any potential challenges and how you plan to address them.
+
+### Related Work & References
+
+List any relevant research, documentation, or prior work that informs your proposal.
+
+## Personal Experience
+
+### Relevant Skills & Background
+
+Describe your experience with Rust, databases, and open-source contributions.
+
+### Past Open-Source Contributions
+
+List any prior contributions (links to PRs, issues, repositories).
+
+### Learning Plan
+
+Explain how you will learn new skills required for this project.
+
+## Mentor & Communication
+
+- **Preferred Communication Channels:** (Email, Discord, etc.)
+- **Weekly Progress Updates Plan:** Describe how you plan to remain in sync with your mentor(s).
+
+## Additional Information
+
+Add anything else you believe strengthens your application.
+
+</pre></div>
+</div>
+</section>
+<section id="final-steps">
+<h2>Final Steps<a class="headerlink" href="#final-steps" title="Link to this heading">¶</a></h2>
+<ul class="simple">
+<li><p>Review your proposal for clarity and completeness.</p></li>
+<li><p>Submit your proposal via the GSoC portal before the deadline.</p></li>
+<li><p>Stay active in the community and be ready to discuss your application with mentors.</p></li>
+</ul>
+<p>We look forward to your application and your contributions to Apache DataFusion!</p>
+</section>
+</section>
+
+
+ </div>
+
+
+ <!-- Previous / next buttons -->
+<div class='prev-next-area'>
+ <a class='left-prev' id="prev-link" href="specification/output-field-name-semantic.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">Output field name semantics</p>
+ </div>
+ </a>
+</div>
+
+ </main>
+
+
+ </div>
+ </div>
+
+ <script src="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf"></script>
+
+<!-- Based on pydata_sphinx_theme/footer.html -->
+<footer class="footer mt-5 mt-md-0">
+ <div class="container">
+
+ <div class="footer-item">
+ <p class="copyright">
+ © Copyright 2019-2024, Apache Software Foundation.<br>
+</p>
+ </div>
+
+ <div class="footer-item">
+ <p class="sphinx-version">
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
+</p>
+ </div>
+
+ <div class="footer-item">
+ <p>Apache DataFusion, Apache, the Apache feather logo, and the Apache DataFusion project logo</p>
+ <p>are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
+ </div>
+ </div>
+</footer>
+
+
+ </body>
+</html>
\ No newline at end of file
diff --git a/contributor-guide/howtos.html b/contributor-guide/howtos.html
index 2b8afbd..6b35ce0 100644
--- a/contributor-guide/howtos.html
+++ b/contributor-guide/howtos.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 788e1c7..78f6afa 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/inviting.html b/contributor-guide/inviting.html
index 97fcfdb..ecf6feb 100644
--- a/contributor-guide/inviting.html
+++ b/contributor-guide/inviting.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index fc58307..f004816 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/specification/index.html b/contributor-guide/specification/index.html
index 4916b89..8eea453 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/specification/invariants.html b/contributor-guide/specification/invariants.html
index 16a131a..6ddf123 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/contributor-guide/specification/output-field-name-semantic.html b/contributor-guide/specification/output-field-name-semantic.html
index 3d60be9..c2b5cd5 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -34,6 +34,7 @@
<script async="true" defer="true" src="https://buttons.github.io/buttons.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
+ <link rel="next" title="GSoC Application Guidelines" href="../gsoc_application_guidelines.html" />
<link rel="prev" title="Invariants" href="invariants.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
@@ -451,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
@@ -991,6 +997,13 @@
<p class="prev-next-title">Invariants</p>
</div>
</a>
+ <a class='right-next' id="next-link" href="../gsoc_application_guidelines.html" title="next page">
+ <div class="prev-next-info">
+ <p class="prev-next-subtitle">next</p>
+ <p class="prev-next-title">GSoC Application Guidelines</p>
+ </div>
+ <i class="fas fa-angle-right"></i>
+ </a>
</div>
</main>
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index dbe9fd3..0ab514c 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/download.html b/download.html
index b971f39..de1697f 100644
--- a/download.html
+++ b/download.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/genindex.html b/genindex.html
index 98c49bf..4868c90 100644
--- a/genindex.html
+++ b/genindex.html
@@ -449,6 +449,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/index.html b/index.html
index aced13e..292d75d 100644
--- a/index.html
+++ b/index.html
@@ -451,6 +451,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
@@ -637,6 +642,7 @@
<li class="toctree-l1"><a class="reference internal" href="contributor-guide/governance.html">Governance</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributor-guide/inviting.html">Inviting New Committers and PMC Members</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributor-guide/specification/index.html">Specifications</a></li>
+<li class="toctree-l1"><a class="reference internal" href="contributor-guide/gsoc_application_guidelines.html">GSoC Application Guidelines</a></li>
</ul>
</div>
<div class="toctree-wrapper compound" id="toc-subprojects">
diff --git a/library-user-guide/adding-udfs.html b/library-user-guide/adding-udfs.html
index 14f86fa..470762f 100644
--- a/library-user-guide/adding-udfs.html
+++ b/library-user-guide/adding-udfs.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/api-health.html b/library-user-guide/api-health.html
index 0cba289..5da6a16 100644
--- a/library-user-guide/api-health.html
+++ b/library-user-guide/api-health.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/building-logical-plans.html b/library-user-guide/building-logical-plans.html
index 5e0f710..232ccbe 100644
--- a/library-user-guide/building-logical-plans.html
+++ b/library-user-guide/building-logical-plans.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index 1e2697f..19b637a 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/custom-table-providers.html b/library-user-guide/custom-table-providers.html
index 91b355a..33f9fc7 100644
--- a/library-user-guide/custom-table-providers.html
+++ b/library-user-guide/custom-table-providers.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/extending-operators.html b/library-user-guide/extending-operators.html
index a46f19e..f212cdb 100644
--- a/library-user-guide/extending-operators.html
+++ b/library-user-guide/extending-operators.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/extensions.html b/library-user-guide/extensions.html
index 9448e07..b6ec0b1 100644
--- a/library-user-guide/extensions.html
+++ b/library-user-guide/extensions.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/index.html b/library-user-guide/index.html
index ca6ef72..9b8337c 100644
--- a/library-user-guide/index.html
+++ b/library-user-guide/index.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/profiling.html b/library-user-guide/profiling.html
index ee8e045..5e351bd 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/query-optimizer.html b/library-user-guide/query-optimizer.html
index c917c75..4882006 100644
--- a/library-user-guide/query-optimizer.html
+++ b/library-user-guide/query-optimizer.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/using-the-dataframe-api.html b/library-user-guide/using-the-dataframe-api.html
index 44e362f..0a369eb 100644
--- a/library-user-guide/using-the-dataframe-api.html
+++ b/library-user-guide/using-the-dataframe-api.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/using-the-sql-api.html b/library-user-guide/using-the-sql-api.html
index 3c06846..0599548 100644
--- a/library-user-guide/using-the-sql-api.html
+++ b/library-user-guide/using-the-sql-api.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/library-user-guide/working-with-exprs.html b/library-user-guide/working-with-exprs.html
index 5fa37af..1dfa2e8 100644
--- a/library-user-guide/working-with-exprs.html
+++ b/library-user-guide/working-with-exprs.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/objects.inv b/objects.inv
index 23c067b..d3be48b 100644
--- a/objects.inv
+++ b/objects.inv
Binary files differ
diff --git a/search.html b/search.html
index b6241f9..c1747ff 100644
--- a/search.html
+++ b/search.html
@@ -456,6 +456,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/searchindex.js b/searchindex.js
index a215538..fb5584b 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[48, "op-neq"]], "!~": [[48, "op-re-not-match"]], "!~*": [[48, "op-re-not-match-i"]], "!~~": [[48, "id19"]], "!~~*": [[48, "id20"]], "#": [[48, "op-bit-xor"]], "%": [[48, "op-modulo"]], "&": [[48, "op-bit-and"]], "(relation, name) tuples in logical fields and logical columns are unique": [[9, "relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": [[48, "op-multiply"]], "+": [[48, "op-plus"]], "-": [[48, "op-minus"]], "/": [[48, "op-divide"]], "2022 Q2": [[7, "q2"]], "2023 Q4": [[7, "q4"]], "<": [[48, "op-lt"]], "<<": [[48, "op-shift-l"]], "<=": [[48, "op-le"]], "<=>": [[48, "op-spaceship"]], "<@": [[48, "op-arr-contained-by"]], "=": [[48, "op-eq"]], ">": [[48, "op-gt"]], ">=": [[48, "op-ge"]], ">>": [[48, "op-shift-r"]], "@>": [[48, "op-arr-contains"]], "A Scalar UDF Example": [[26, "a-scalar-udf-example"]], "AND": [[48, "and"]], "API Documentation Examples": [[11, "api-documentation-examples"]], "API health policy": [[15, null]], "ASF Links": [[13, null]], "Add latest non published DataFusion dependency": [[34, "add-latest-non-published-datafusion-dependency"]], "Add published DataFusion dependency": [[36, "add-published-datafusion-dependency"]], "Adding User Defined Functions: Scalar/Window/Aggregate/Table Functions": [[14, null]], "Adding a Scalar UDF": [[14, "adding-a-scalar-udf"], [14, "id1"]], "Adding a Scalar UDF by create_udf": [[14, "adding-a-scalar-udf-by-create-udf"]], "Adding a User-Defined Table Function": [[14, "adding-a-user-defined-table-function"]], "Adding a Window UDF": [[14, "adding-a-window-udf"]], "Adding an Aggregate UDF": [[14, "adding-an-aggregate-udf"]], "Adding by impl ScalarUDFImpl": [[14, "adding-by-impl-scalarudfimpl"]], "Additional TableProvider Methods": [[18, "additional-tableprovider-methods"]], "Aggregate Function Builder": [[38, "aggregate-function-builder"]], "Aggregate Functions": [[38, "aggregate-functions"], [41, null]], "Aggregate functions": [[54, "aggregate-functions"]], "Aliases": [[41, "aliases"], [41, "id29"], [41, "id31"], [41, "id38"], [41, "id52"], [49, "aliases"], [49, "id45"], [49, "id54"], [49, "id57"], [49, "id105"], [49, "id109"], [49, "id112"], [49, "id130"], [49, "id135"], [49, "id137"], [49, "id142"], [49, "id145"], [49, "id164"], [49, "id167"], [49, "id170"], [49, "id173"], [49, "id176"], [49, "id179"], [49, "id182"], [49, "id185"], [49, "id188"], [49, "id191"], [49, "id194"], [49, "id197"], [49, "id200"], [49, "id203"], [49, "id206"], [49, "id209"], [49, "id212"], [49, "id215"], [49, "id218"], [49, "id221"], [49, "id224"], [49, "id227"], [49, "id230"], [49, "id233"], [49, "id236"], [49, "id239"], [49, "id242"], [49, "id245"], [49, "id248"], [49, "id251"], [49, "id254"], [49, "id257"], [49, "id262"], [49, "id269"], [49, "id274"], [49, "id279"], [49, "id284"]], "Alternative Syntax": [[49, "alternative-syntax"], [49, "id82"], [49, "id97"], [49, "id104"], [49, "id108"], [49, "id134"]], "Analytical Functions": [[54, "analytical-functions"]], "Apache DataFusion": [[13, null]], "Appendices": [[10, "appendices"]], "Approximate Functions": [[41, "approximate-functions"]], "Architecture": [[0, null]], "Arguments": [[41, "arguments"], [41, "id1"], [41, "id3"], [41, "id4"], [41, "id5"], [41, "id6"], [41, "id8"], [41, "id10"], [41, "id12"], [41, "id14"], [41, "id16"], [41, "id18"], [41, "id20"], [41, "id22"], [41, "id24"], [41, "id26"], [41, "id28"], [41, "id30"], [41, "id32"], [41, "id34"], [41, "id36"], [41, "id39"], [41, "id41"], [41, "id42"], [41, "id43"], [41, "id44"], [41, "id45"], [41, "id46"], [41, "id47"], [41, "id48"], [41, "id49"], [41, "id50"], [41, "id53"], [41, "id55"], [41, "id57"], [41, "id59"], [41, "id61"], [49, "arguments"], [49, "id1"], [49, "id2"], [49, "id3"], [49, "id4"], [49, "id5"], [49, "id6"], [49, "id7"], [49, "id8"], [49, "id9"], [49, "id10"], [49, "id11"], [49, "id12"], [49, "id13"], [49, "id14"], [49, "id15"], [49, "id16"], [49, "id17"], [49, "id18"], [49, "id19"], [49, "id20"], [49, "id21"], [49, "id22"], [49, "id23"], [49, "id24"], [49, "id25"], [49, "id26"], [49, "id27"], [49, "id28"], [49, "id29"], [49, "id30"], [49, "id31"], [49, "id32"], [49, "id33"], [49, "id34"], [49, "id35"], [49, "id36"], [49, "id37"], [49, "id39"], [49, "id41"], [49, "id43"], [49, "id46"], [49, "id48"], [49, "id50"], [49, "id52"], [49, "id55"], [49, "id58"], [49, "id60"], [49, "id62"], [49, "id64"], [49, "id66"], [49, "id68"], [49, "id70"], [49, "id72"], [49, "id74"], [49, "id76"], [49, "id78"], [49, "id80"], [49, "id83"], [49, "id85"], [49, "id87"], [49, "id89"], [49, "id91"], [49, "id93"], [49, "id95"], [49, "id98"], [49, "id100"], [49, "id102"], [49, "id106"], [49, "id110"], [49, "id113"], [49, "id115"], [49, "id117"], [49, "id120"], [49, "id121"], [49, "id122"], [49, "id124"], [49, "id126"], [49, "id128"], [49, "id131"], [49, "id133"], [49, "id136"], [49, "id138"], [49, "id140"], [49, "id143"], [49, "id146"], [49, "id148"], [49, "id150"], [49, "id152"], [49, "id154"], [49, "id156"], [49, "id158"], [49, "id160"], [49, "id162"], [49, "id165"], [49, "id168"], [49, "id171"], [49, "id174"], [49, "id177"], [49, "id180"], [49, "id183"], [49, "id186"], [49, "id189"], [49, "id192"], [49, "id195"], [49, "id198"], [49, "id201"], [49, "id204"], [49, "id207"], [49, "id210"], [49, "id213"], [49, "id216"], [49, "id219"], [49, "id222"], [49, "id225"], [49, "id228"], [49, "id231"], [49, "id234"], [49, "id237"], [49, "id240"], [49, "id243"], [49, "id246"], [49, "id249"], [49, "id252"], [49, "id255"], [49, "id258"], [49, "id260"], [49, "id263"], [49, "id265"], [49, "id267"], [49, "id270"], [49, "id272"], [49, "id275"], [49, "id277"], [49, "id280"], [49, "id282"], [49, "id285"], [49, "id287"], [49, "id289"], [49, "id291"], [49, "id293"], [49, "id295"], [49, "id297"], [49, "id299"], [49, "id301"], [49, "id303"], [49, "id305"], [51, "arguments"], [51, "id1"], [54, "arguments"], [54, "id1"], [54, "id2"], [54, "id3"], [54, "id4"], [54, "id5"]], "Arithmetic Expressions": [[38, "arithmetic-expressions"]], "Array Expressions": [[38, "array-expressions"]], "Array Functions": [[49, "array-functions"]], "Arrow Versions": [[36, "arrow-versions"]], "Asynchronous SchemaProvider": [[17, "asynchronous-schemaprovider"]], "Available Options": [[55, "available-options"]], "Ballista": [[7, "ballista"]], "Becoming a Committer": [[3, "becoming-a-committer"]], "Becoming a PMC Member": [[3, "becoming-a-pmc-member"]], "Benchmarks": [[11, "benchmarks"]], "Binary String Functions": [[49, "binary-string-functions"]], "Binary Types": [[42, "binary-types"]], "Bitwise Expressions": [[38, "bitwise-expressions"]], "Bitwise Operators": [[48, "bitwise-operators"]], "Boolean Expressions": [[38, "boolean-expressions"]], "Boolean Types": [[42, "boolean-types"]], "Bootstrap environment": [[2, "bootstrap-environment"]], "Breaking Changes": [[15, "breaking-changes"]], "Builder": [[9, "builder"]], "Building Expression Names": [[23, "building-expression-names"]], "Building Logical Plans": [[16, null]], "Building Logical Plans Manually": [[16, "building-logical-plans-manually"]], "Building Logical Plans with LogicalPlanBuilder": [[16, "building-logical-plans-with-logicalplanbuilder"]], "Building a flamegraph": [[22, "building-a-flamegraph"]], "COPY": [[44, "copy"]], "COS": [[27, "cos"]], "CPU profiling with XCode Instruments": [[22, "cpu-profiling-with-xcode-instruments"]], "CREATE DATABASE": [[43, "create-database"]], "CREATE EXTERNAL TABLE": [[27, "create-external-table"], [43, "create-external-table"]], "CREATE SCHEMA": [[43, "create-schema"]], "CREATE TABLE": [[43, "create-table"]], "CREATE VIEW": [[43, "create-view"]], "CROSS JOIN": [[50, "cross-join"]], "CSV": [[27, "csv"]], "CSV Format Specific Options": [[55, "csv-format-specific-options"]], "Catalogs, Schemas, and Tables": [[17, null]], "Cautions when using the WITH ORDER Clause": [[43, "cautions-when-using-the-with-order-clause"]], "Character Types": [[42, "character-types"]], "Collect / Streaming Exec": [[24, "collect-streaming-exec"]], "Column": [[9, "column"], [9, "id3"]], "Commands": [[31, "commands"]], "Committers WITH an existing Apache account": [[6, "committers-with-an-existing-apache-account"]], "Committers WITHOUT an Apache account and WITHOUT ICLA on file": [[6, "committers-without-an-apache-account-and-without-icla-on-file"]], "Committers WITHOUT an Apache account but WITH an ICLA on file": [[6, "committers-without-an-apache-account-but-with-an-icla-on-file"]], "Communication": [[1, null]], "Comparing Baselines": [[11, "comparing-baselines"]], "Comparison Expressions": [[38, "comparison-expressions"]], "Comparison Operators": [[48, "comparison-operators"]], "Concepts, Readings, Events": [[32, null]], "Conclusion": [[26, "conclusion"]], "Conditional Expressions": [[38, "conditional-expressions"]], "Conditional Functions": [[49, "conditional-functions"]], "Configuration Options": [[31, "configuration-options"]], "Configuration Settings": [[33, null]], "Contributor Guide": [[13, null]], "Conventional Commits & Labeling PRs": [[5, "conventional-commits-labeling-prs"]], "Correlated subqueries": [[53, "correlated-subqueries"]], "Crate Configuration": [[34, null]], "Creating Pull Requests": [[5, "creating-pull-requests"]], "Creating an OptimizerRule": [[26, "creating-an-optimizerrule"]], "Creating and Evaluating Exprs": [[26, "creating-and-evaluating-exprs"]], "Creating new Extension APIs": [[0, "creating-new-extension-apis"]], "Criterion Benchmarks": [[11, "criterion-benchmarks"]], "Custom Table Provider": [[18, null]], "DDL": [[43, null]], "DML": [[44, null]], "DROP TABLE": [[43, "drop-table"]], "DROP VIEW": [[43, "drop-view"]], "Data Sources": [[52, "data-sources"]], "Data Sources\u2019 registry": [[9, "data-sources-registry"]], "Data Types": [[42, null]], "Data in this Example": [[37, "data-in-this-example"]], "DataFrame API": [[35, null]], "DataFusion CLI": [[28, null]], "DataFusion Core": [[7, "datafusion-core"]], "DataFusion Query Optimizer": [[23, null]], "DataFusion Subprojects": [[13, null]], "DataFusion-BigTable": [[7, "datafusion-bigtable"]], "DataFusion-Python": [[7, "datafusion-python"]], "DataFusion-S3": [[7, "datafusion-s3"]], "DataFusion-Streams": [[7, "datafusion-streams"]], "DataFusion-Tui": [[7, "datafusion-tui"]], "Date/Time Types": [[42, "date-time-types"]], "Debugging": [[23, "debugging"]], "Deprecation Guidelines": [[15, "deprecation-guidelines"]], "Dev Container setup": [[2, "dev-container-setup"]], "Developer\u2019s guide": [[5, "developer-s-guide"]], "Discussing New Features": [[5, "discussing-new-features"]], "Documentation Examples": [[11, "documentation-examples"]], "Download": [[12, null]], "EXCLUDE and EXCEPT clause": [[50, "exclude-and-except-clause"]], "EXPLAIN": [[45, null], [45, "id1"]], "EXPLAIN ANALYZE": [[45, "explain-analyze"]], "Email Templates for Inviting New Committers": [[6, "email-templates-for-inviting-new-committers"]], "Enable backtraces": [[34, "enable-backtraces"]], "Example": [[35, "example"], [41, "example"], [41, "id2"], [41, "id7"], [41, "id9"], [41, "id11"], [41, "id13"], [41, "id15"], [41, "id17"], [41, "id19"], [41, "id21"], [41, "id23"], [41, "id25"], [41, "id27"], [41, "id33"], [41, "id35"], [41, "id37"], [41, "id40"], [41, "id51"], [41, "id54"], [41, "id56"], [41, "id58"], [41, "id60"], [41, "id62"], [49, "example"], [49, "id38"], [49, "id40"], [49, "id42"], [49, "id44"], [49, "id47"], [49, "id49"], [49, "id51"], [49, "id53"], [49, "id56"], [49, "id59"], [49, "id61"], [49, "id63"], [49, "id65"], [49, "id67"], [49, "id69"], [49, "id71"], [49, "id73"], [49, "id75"], [49, "id77"], [49, "id79"], [49, "id81"], [49, "id84"], [49, "id86"], [49, "id88"], [49, "id90"], [49, "id92"], [49, "id94"], [49, "id96"], [49, "id99"], [49, "id101"], [49, "id103"], [49, "id107"], [49, "id111"], [49, "id114"], [49, "id116"], [49, "id118"], [49, "id119"], [49, "id123"], [49, "id125"], [49, "id127"], [49, "id129"], [49, "id132"], [49, "id139"], [49, "id141"], [49, "id144"], [49, "id147"], [49, "id149"], [49, "id151"], [49, "id153"], [49, "id155"], [49, "id157"], [49, "id159"], [49, "id161"], [49, "id163"], [49, "id166"], [49, "id169"], [49, "id172"], [49, "id175"], [49, "id178"], [49, "id181"], [49, "id184"], [49, "id187"], [49, "id190"], [49, "id193"], [49, "id196"], [49, "id199"], [49, "id202"], [49, "id205"], [49, "id208"], [49, "id211"], [49, "id214"], [49, "id217"], [49, "id220"], [49, "id223"], [49, "id226"], [49, "id229"], [49, "id232"], [49, "id235"], [49, "id238"], [49, "id241"], [49, "id244"], [49, "id247"], [49, "id250"], [49, "id253"], [49, "id256"], [49, "id259"], [49, "id261"], [49, "id264"], [49, "id266"], [49, "id268"], [49, "id271"], [49, "id273"], [49, "id276"], [49, "id278"], [49, "id281"], [49, "id283"], [49, "id286"], [49, "id288"], [49, "id290"], [49, "id292"], [49, "id294"], [49, "id296"], [49, "id298"], [49, "id300"], [49, "id302"], [49, "id304"], [49, "id306"], [49, "id307"], [53, "example"], [53, "id1"]], "Example Usage": [[36, null]], "Example of an Aggregate Query": [[37, "example-of-an-aggregate-query"]], "Example: Flamegraph for a benchmark": [[22, "example-flamegraph-for-a-benchmark"]], "Example: Flamegraph for a specific test:": [[22, "example-flamegraph-for-a-specific-test"]], "Example: Generating a Flamegraph for a Specific Query": [[22, "example-generating-a-flamegraph-for-a-specific-query"]], "Example: Select and filter": [[37, "example-select-and-filter"]], "Examples": [[44, "examples"], [44, "id1"], [51, "examples"], [51, "id2"], [53, "examples"], [53, "id2"], [53, "id3"]], "Examples and comparison with other systems": [[10, "examples-and-comparison-with-other-systems"]], "Execution Counters: EXPLAIN ANALYZE": [[37, "execution-counters-explain-analyze"]], "Execution Plan": [[18, "execution-plan"]], "Execution Specific Options": [[55, "execution-specific-options"]], "Expansion Functions": [[51, "expansion-functions"]], "Expression API": [[38, null]], "Expression Naming": [[23, "expression-naming"]], "Extended Tests": [[11, "extended-tests"]], "Extending DataFusion\u2019s operators: custom LogicalPlan and Execution Plans": [[19, null]], "Extensions (datafusion-contrib)": [[7, "extensions-datafusion-contrib"]], "Extensions List": [[20, null]], "FROM clause": [[50, "from-clause"]], "FROM clause subqueries": [[53, "from-clause-subqueries"]], "FULL OUTER JOIN": [[50, "full-outer-join"]], "Features": [[40, "features"]], "Field name rules": [[10, "field-name-rules"]], "Finding and Creating Issues to Work On": [[5, "finding-and-creating-issues-to-work-on"]], "Forks vs Extension APIs": [[0, "forks-vs-extension-apis"]], "Formats": [[27, "formats"]], "Frequently Asked Questions": [[39, null]], "Function": [[9, "function"], [9, "id1"]], "Function transformed columns": [[10, "function-transformed-columns"]], "Function with operators": [[10, "function-with-operators"]], "Functions": [[31, "functions"]], "Functions\u2019 registry": [[9, "functions-registry"]], "GCS": [[27, "gcs"]], "GROUP BY clause": [[50, "group-by-clause"]], "General": [[52, "general"]], "General Concepts": [[17, "general-concepts"]], "General Functions": [[41, "general-functions"]], "General Guidelines": [[23, "general-guidelines"]], "Getting Started": [[2, null]], "Getting the data type of the expression": [[26, "getting-the-data-type-of-the-expression"]], "GitHub": [[1, "github"]], "Governance": [[3, null]], "HAVING clause": [[50, "having-clause"]], "HAVING clause subqueries": [[53, "having-clause-subqueries"]], "HAVING clause with a non-scalar subquery": [[53, "having-clause-with-a-non-scalar-subquery"]], "HAVING clause with a scalar subquery": [[53, "having-clause-with-a-scalar-subquery"]], "HOWTOs": [[4, null]], "HTTP(s)": [[27, "http-s"]], "Hashing Functions": [[49, "hashing-functions"]], "How does DataFusion Compare with XYZ?": [[39, "how-does-datafusion-compare-with-xyz"]], "How to add a new aggregate function": [[4, "how-to-add-a-new-aggregate-function"]], "How to add a new scalar function": [[4, "how-to-add-a-new-scalar-function"]], "How to add/edit documentation for UDFs": [[4, "how-to-add-edit-documentation-for-udfs"]], "How to display plans graphically": [[4, "how-to-display-plans-graphically"]], "How to format .md document": [[4, "how-to-format-md-document"]], "How to format .toml files": [[4, "how-to-format-toml-files"]], "How to generate a DataFrame": [[24, "how-to-generate-a-dataframe"]], "How to update protobuf/gen dependencies": [[4, "how-to-update-protobuf-gen-dependencies"]], "INNER JOIN": [[50, "inner-join"]], "INSERT": [[44, "insert"]], "IS DISTINCT FROM": [[48, "is-distinct-from"]], "IS NOT DISTINCT FROM": [[48, "is-not-distinct-from"]], "Identifiers": [[38, "identifiers"]], "Identifiers and Capitalization": [[36, "identifiers-and-capitalization"]], "Implementing MemoryCatalogProvider": [[17, "implementing-memorycatalogprovider"]], "Implementing MemoryCatalogProviderList": [[17, "implementing-memorycatalogproviderlist"]], "Implementing MemorySchemaProvider": [[17, "implementing-memoryschemaprovider"]], "Implication": [[23, "implication"]], "Information Schema": [[47, null]], "Install and run using Cargo": [[29, "install-and-run-using-cargo"]], "Install and run using Homebrew (on MacOS)": [[29, "install-and-run-using-homebrew-on-macos"]], "Installation": [[29, null]], "Integrations": [[40, "integrations"]], "Integrations and Extensions": [[40, "integrations-and-extensions"]], "Introduction": [[5, null], [21, null], [37, "introduction"], [40, null]], "Invariants": [[9, null], [9, "id4"]], "Inviting New Committers and PMC Members": [[6, null]], "JOIN clause": [[50, "join-clause"]], "JSON Format Specific Options": [[55, "json-format-specific-options"]], "Job Board": [[1, "job-board"]], "Known Users": [[40, "known-users"]], "LEFT OUTER JOIN": [[50, "left-outer-join"]], "LIMIT clause": [[50, "limit-clause"]], "Language Bindings": [[40, "language-bindings"]], "Library User Guide": [[13, null]], "Links": [[13, null]], "Linux": [[22, "linux"]], "Literal Values": [[38, "literal-values"]], "Local Files / Directories": [[27, null]], "Locations": [[27, "locations"]], "Logical": [[9, "logical"]], "Logical Operators": [[48, "logical-operators"]], "Logical Optimizer": [[9, "logical-optimizer"]], "Logical schema is invariant under logical optimization": [[9, "logical-schema-is-invariant-under-logical-optimization"]], "MacOS": [[22, "macos"]], "Mailing Lists": [[1, "mailing-lists"]], "Map Functions": [[49, "map-functions"]], "Math Functions": [[38, "math-functions"], [49, "math-functions"]], "More Debugging Information: EXPLAIN VERBOSE": [[37, "more-debugging-information-explain-verbose"]], "NATURAL JOIN": [[50, "natural-join"]], "New Committers": [[6, "new-committers"]], "New PMC Members": [[6, "new-pmc-members"]], "Next Steps": [[18, "next-steps"]], "Non-correlated subqueries": [[53, "non-correlated-subqueries"]], "Non-scalar subqueries": [[53, "non-scalar-subqueries"]], "Notation": [[9, "notation"]], "Notes": [[12, "notes"]], "Numeric Types": [[42, "numeric-types"]], "Numerical Operators": [[48, "numerical-operators"]], "OR": [[48, "or"]], "ORDER BY clause": [[50, "order-by-clause"]], "OSS": [[27, "oss"]], "Open Contribution and Assigning tickets": [[5, "open-contribution-and-assigning-tickets"]], "Operators": [[48, null]], "Optimized Configuration": [[34, "optimized-configuration"]], "Other Expressions": [[38, "other-expressions"]], "Other Functions": [[49, "other-functions"]], "Other Operators": [[48, "other-operators"]], "Output field name semantics": [[10, null]], "Output from both examples": [[36, "output-from-both-examples"], [36, "id3"]], "Overview": [[3, "overview"], [30, null]], "Parquet": [[27, "parquet"]], "Parquet Format Specific Options": [[55, "parquet-format-specific-options"]], "Parquet SQL Benchmarks": [[11, "parquet-sql-benchmarks"]], "Partitions and Execution": [[37, "partitions-and-execution"]], "Performance Improvements": [[5, "performance-improvements"]], "Physical": [[9, "physical"]], "Physical Optimizer": [[9, "physical-optimizer"]], "Physical Planner": [[9, "physical-planner"]], "Physical schema is consistent in physical functions": [[9, "physical-schema-is-consistent-in-physical-functions"]], "Physical schema is consistent with data": [[9, "physical-schema-is-consistent-with-data"]], "Physical schema is invariant under physical optimization": [[9, "physical-schema-is-invariant-under-physical-optimization"]], "Plan": [[9, "plan"], [9, "id2"]], "Planning EPICs": [[7, "planning-epics"]], "Profiling Cookbook": [[22, null]], "Project Goals": [[40, "project-goals"]], "Project literals": [[10, "project-literals"]], "Projected columns": [[10, "projected-columns"]], "Protoc Installation": [[2, "protoc-installation"]], "Providing Custom Rules": [[23, "providing-custom-rules"]], "Pull Request Overview": [[5, "pull-request-overview"]], "Quarterly Roadmap": [[7, "quarterly-roadmap"]], "Query plans are trees": [[37, "query-plans-are-trees"]], "RIGHT OUTER JOIN": [[50, "right-outer-join"]], "Ranking Functions": [[54, "ranking-functions"]], "Rational": [[9, "rational"]], "Read a CSV File": [[25, "read-a-csv-file"]], "Read an Apache Avro file": [[25, "read-an-apache-avro-file"]], "Read an Apache Parquet file": [[25, "read-an-apache-parquet-file"]], "Reading Explain Plans": [[37, null]], "Reading Multiple Files as a table": [[25, "reading-multiple-files-as-a-table"]], "Recap": [[17, "recap"], [18, "recap"]], "Recursively walk an expression tree": [[23, "recursively-walk-an-expression-tree"]], "Registering Data Sources using SessionContext::register*": [[25, "registering-data-sources-using-sessioncontext-register"]], "Registering a Scalar UDF": [[14, "registering-a-scalar-udf"]], "Registering a Window UDF": [[14, "registering-a-window-udf"]], "Registering an Aggregate UDF": [[14, "registering-an-aggregate-udf"]], "Registering and Using the UDTF": [[14, "registering-and-using-the-udtf"]], "Regular Expression Functions": [[49, "regular-expression-functions"]], "Regular Expressions": [[38, "regular-expressions"]], "Relationship between LogicalPlans and DataFrames": [[24, "relationship-between-logicalplans-and-dataframes"]], "Releases": [[12, "releases"]], "Remote Files / Directories": [[27, "remote-files-directories"]], "Responsibility": [[9, "responsibility"], [9, "id5"], [9, "id7"], [9, "id9"], [9, "id11"], [9, "id13"], [9, "id15"]], "Reviewing Pull Requests": [[5, "reviewing-pull-requests"]], "Rewriting Exprs": [[26, "rewriting-exprs"]], "Rewriting expressions": [[23, "rewriting-expressions"]], "Rewriting with transform": [[26, "rewriting-with-transform"]], "Roadmap": [[7, null]], "Roles": [[3, "roles"]], "Run a SQL query against data stored in a CSV": [[36, "run-a-sql-query-against-data-stored-in-a-csv"]], "Run a SQL query against data stored in a CSV:": [[36, "id1"]], "Run using Docker": [[29, "run-using-docker"]], "Running the Optimizer": [[23, "running-the-optimizer"]], "Runtime": [[52, "runtime"]], "Rust Integration Tests": [[11, "rust-integration-tests"]], "S3": [[27, "s3"]], "SELECT clause": [[50, "select-clause"]], "SELECT clause subqueries": [[53, "select-clause-subqueries"]], "SELECT syntax": [[50, null]], "SET <OPTION> TO <VALUE>": [[31, "set-option-to-value"]], "SHOW <OPTION>>": [[31, "show-option"]], "SHOW ALL (configuration options)": [[47, "show-all-configuration-options"]], "SHOW ALL [VERBOSE]": [[31, "show-all-verbose"]], "SHOW COLUMNS": [[47, "show-columns"]], "SHOW FUNCTIONS": [[47, "show-functions"]], "SHOW TABLES": [[47, "show-tables"]], "SQL Reference": [[46, null]], "SQL Support": [[52, "sql-support"]], "SQL \u201cFuzz\u201d testing": [[11, "sql-fuzz-testing"]], "Scalar Functions": [[49, null]], "Scalar subqueries": [[53, "scalar-subqueries"]], "Scan": [[18, "scan"]], "Scan Revisited": [[18, "scan-revisited"]], "Slack and Discord": [[1, "slack-and-discord"]], "Special Functions": [[51, null]], "Specifications": [[8, null]], "Specifying Options and Order of Precedence": [[55, "specifying-options-and-order-of-precedence"]], "Stale PRs": [[5, "stale-prs"]], "Statistical Functions": [[41, "statistical-functions"]], "Status": [[52, null]], "Step 1: Install the flamegraph Tool": [[22, "step-1-install-the-flamegraph-tool"]], "Step 1: Start a Discussion Thread": [[6, "step-1-start-a-discussion-thread"], [6, "id1"]], "Step 2: Formal Vote": [[6, "step-2-formal-vote"], [6, "id2"]], "Step 2: Prepare Your Environment": [[22, "step-2-prepare-your-environment"]], "Step 3: Running the Flamegraph Tool": [[22, "step-3-running-the-flamegraph-tool"]], "Step 3: Send Invitation to the Candidate": [[6, "step-3-send-invitation-to-the-candidate"]], "Step 3: Send Notice to ASF Board": [[6, "step-3-send-notice-to-asf-board"]], "Step 4: Announce and Celebrate the New Committer": [[6, "step-4-announce-and-celebrate-the-new-committer"]], "Step 4: Send invitation email": [[6, "step-4-send-invitation-email"]], "Step 5: Chair Promotes the Committer to PMC": [[6, "step-5-chair-promotes-the-committer-to-pmc"]], "Step 6: Announce and Celebrate the New PMC Member": [[6, "step-6-announce-and-celebrate-the-new-pmc-member"]], "String Expressions": [[38, "string-expressions"]], "String Functions": [[49, "string-functions"]], "Struct Functions": [[49, "struct-functions"]], "Subqueries": [[53, null]], "Subquery Expressions": [[38, "subquery-expressions"]], "Subquery categories": [[53, "subquery-categories"]], "Subquery operators": [[53, "subquery-operators"]], "Supported Arrow Types": [[42, "supported-arrow-types"]], "Supported SQL": [[31, "supported-sql"]], "Syntax": [[54, "syntax"]], "Table Provider and Scan": [[18, "table-provider-and-scan"]], "Table Sources": [[16, "table-sources"]], "Temporal Expressions": [[38, "temporal-expressions"]], "Testing": [[11, null]], "Testing the Rule": [[26, "testing-the-rule"]], "The output schema equals the physical plan schema": [[9, "the-output-schema-equals-the-physical-plan-schema"]], "The physical schema is invariant under planning": [[9, "the-physical-schema-is-invariant-under-planning"]], "Time and Date Functions": [[49, "time-and-date-functions"]], "To verify the checksum of the release artifact": [[12, "to-verify-the-checksum-of-the-release-artifact"]], "To verify the signature of the release artifact": [[12, "to-verify-the-signature-of-the-release-artifact"]], "Translating Logical Plan to Physical Plan": [[16, "translating-logical-plan-to-physical-plan"]], "UNION clause": [[50, "union-clause"]], "Understanding large query plans": [[37, "understanding-large-query-plans"]], "Unit tests": [[11, "unit-tests"]], "Unsupported SQL Types": [[42, "unsupported-sql-types"]], "Upstream Benchmark Suites": [[11, "upstream-benchmark-suites"]], "Usage": [[31, null]], "Use Cases": [[40, "use-cases"]], "Use the DataFrame API to process data stored in a CSV": [[36, "use-the-dataframe-api-to-process-data-stored-in-a-csv"]], "Use the DataFrame API to process data stored in a CSV:": [[36, "id2"]], "User Guide": [[13, null]], "User Guide Documentation": [[11, "user-guide-documentation"]], "User-Defined Function Expressions": [[38, "user-defined-function-expressions"]], "Using CREATE EXTERNAL TABLE to register data sources via SQL": [[25, "using-create-external-table-to-register-data-sources-via-sql"]], "Using the Custom Table Provider": [[18, "using-the-custom-table-provider"]], "Using the DataFrame API": [[24, null]], "Using the SQL API": [[25, null]], "Utilities": [[23, "utilities"]], "Validation": [[9, "validation"], [9, "id6"], [9, "id8"], [9, "id10"], [9, "id12"], [9, "id14"], [9, "id16"]], "WHERE clause": [[50, "where-clause"]], "WHERE clause subqueries": [[53, "where-clause-subqueries"]], "WHERE clause with correlated subquery": [[53, "where-clause-with-correlated-subquery"]], "WHERE clause with non-scalar subquery": [[53, "where-clause-with-non-scalar-subquery"]], "WHERE clause with scalar subquery": [[53, "where-clause-with-scalar-subquery"]], "WITH clause": [[50, "with-clause"]], "What Contributions are Good Fits?": [[5, "what-contributions-are-good-fits"]], "What is a DataFrame?": [[24, "what-is-a-dataframe"]], "What is the relationship between Apache Arrow, DataFusion, and Ballista?": [[39, "what-is-the-relationship-between-apache-arrow-datafusion-and-ballista"]], "Why DataFusion?": [[40, "why-datafusion"]], "Window Functions": [[54, null]], "Windows": [[22, "windows"]], "Windows setup": [[2, "windows-setup"]], "Working with Exprs": [[26, null]], "Write DataFrame to Files": [[24, "write-dataframe-to-files"]], "Write Options": [[55, null]], "Writing Optimization Rules": [[23, "writing-optimization-rules"]], "Writing Tests": [[23, "writing-tests"]], "Writing the UDTF": [[14, "writing-the-udtf"]], "[ NOT ] EXISTS": [[53, "not-exists"]], "[ NOT ] IN": [[53, "not-in"]], "abs": [[49, "abs"]], "acos": [[49, "acos"]], "acosh": [[49, "acosh"]], "approx_distinct": [[41, "approx-distinct"]], "approx_median": [[41, "approx-median"]], "approx_percentile_cont": [[41, "approx-percentile-cont"]], "approx_percentile_cont_with_weight": [[41, "approx-percentile-cont-with-weight"]], "array_agg": [[41, "array-agg"]], "array_any_value": [[49, "array-any-value"]], "array_append": [[49, "array-append"]], "array_cat": [[49, "array-cat"]], "array_concat": [[49, "array-concat"]], "array_contains": [[49, "array-contains"]], "array_dims": [[49, "array-dims"]], "array_distance": [[49, "array-distance"]], "array_distinct": [[49, "array-distinct"]], "array_element": [[49, "array-element"]], "array_empty": [[49, "array-empty"]], "array_except": [[49, "array-except"]], "array_extract": [[49, "array-extract"]], "array_has": [[49, "array-has"]], "array_has_all": [[49, "array-has-all"]], "array_has_any": [[49, "array-has-any"]], "array_indexof": [[49, "array-indexof"]], "array_intersect": [[49, "array-intersect"]], "array_join": [[49, "array-join"]], "array_length": [[49, "array-length"]], "array_ndims": [[49, "array-ndims"]], "array_pop_back": [[49, "array-pop-back"]], "array_pop_front": [[49, "array-pop-front"]], "array_position": [[49, "array-position"]], "array_positions": [[49, "array-positions"]], "array_prepend": [[49, "array-prepend"]], "array_push_back": [[49, "array-push-back"]], "array_push_front": [[49, "array-push-front"]], "array_remove": [[49, "array-remove"]], "array_remove_all": [[49, "array-remove-all"]], "array_remove_n": [[49, "array-remove-n"]], "array_repeat": [[49, "array-repeat"]], "array_replace": [[49, "array-replace"]], "array_replace_all": [[49, "array-replace-all"]], "array_replace_n": [[49, "array-replace-n"]], "array_resize": [[49, "array-resize"]], "array_reverse": [[49, "array-reverse"]], "array_slice": [[49, "array-slice"]], "array_sort": [[49, "array-sort"]], "array_to_string": [[49, "array-to-string"]], "array_union": [[49, "array-union"]], "arrays_overlap": [[49, "arrays-overlap"]], "arrow_cast": [[49, "arrow-cast"]], "arrow_typeof": [[49, "arrow-typeof"]], "ascii": [[49, "ascii"]], "asin": [[49, "asin"]], "asinh": [[49, "asinh"]], "atan": [[49, "atan"]], "atan2": [[49, "atan2"]], "atanh": [[49, "atanh"]], "avg": [[41, "avg"]], "bit_and": [[41, "bit-and"]], "bit_length": [[49, "bit-length"]], "bit_or": [[41, "bit-or"]], "bit_xor": [[41, "bit-xor"]], "bool_and": [[41, "bool-and"]], "bool_or": [[41, "bool-or"]], "btrim": [[49, "btrim"]], "cardinality": [[49, "cardinality"]], "cbrt": [[49, "cbrt"]], "ceil": [[49, "ceil"]], "char_length": [[49, "char-length"]], "character_length": [[49, "character-length"]], "chr": [[49, "chr"]], "coalesce": [[49, "coalesce"]], "concat": [[49, "concat"]], "concat_ws": [[49, "concat-ws"]], "contains": [[49, "contains"]], "corr": [[41, "corr"]], "cos": [[49, "cos"]], "cosh": [[49, "cosh"]], "cot": [[49, "cot"]], "count": [[41, "count"]], "covar": [[41, "covar"]], "covar_pop": [[41, "covar-pop"]], "covar_samp": [[41, "covar-samp"]], "cume_dist": [[54, "cume-dist"]], "current_date": [[49, "current-date"]], "current_time": [[49, "current-time"]], "current_timestamp": [[49, "current-timestamp"]], "datafusion-contrib": [[20, "datafusion-contrib"]], "date_bin": [[49, "date-bin"]], "date_format": [[49, "date-format"]], "date_part": [[49, "date-part"]], "date_trunc": [[49, "date-trunc"]], "datepart": [[49, "datepart"]], "datetrunc": [[49, "datetrunc"]], "decode": [[49, "decode"]], "degrees": [[49, "degrees"]], "dense_rank": [[54, "dense-rank"]], "digest": [[49, "digest"]], "element_at": [[49, "element-at"]], "empty": [[49, "empty"]], "encode": [[49, "encode"]], "ends_with": [[49, "ends-with"]], "exp": [[49, "exp"]], "factorial": [[49, "factorial"]], "find_in_set": [[49, "find-in-set"]], "first_value": [[41, "first-value"], [54, "first-value"]], "flatten": [[49, "flatten"]], "floor": [[49, "floor"]], "from_unixtime": [[49, "from-unixtime"]], "gcd": [[49, "gcd"]], "generate_series": [[49, "generate-series"]], "get_field": [[49, "get-field"]], "greatest": [[49, "greatest"]], "grouping": [[41, "grouping"]], "ifnull": [[49, "ifnull"]], "initcap": [[49, "initcap"]], "instr": [[49, "instr"]], "isnan": [[49, "isnan"]], "iszero": [[49, "iszero"]], "lag": [[54, "lag"]], "last_value": [[41, "last-value"], [54, "last-value"]], "lcm": [[49, "lcm"]], "lead": [[54, "lead"]], "least": [[49, "least"]], "left": [[49, "left"]], "length": [[49, "length"]], "levenshtein": [[49, "levenshtein"]], "list_any_value": [[49, "list-any-value"]], "list_append": [[49, "list-append"]], "list_cat": [[49, "list-cat"]], "list_concat": [[49, "list-concat"]], "list_contains": [[49, "list-contains"]], "list_dims": [[49, "list-dims"]], "list_distance": [[49, "list-distance"]], "list_distinct": [[49, "list-distinct"]], "list_element": [[49, "list-element"]], "list_empty": [[49, "list-empty"]], "list_except": [[49, "list-except"]], "list_extract": [[49, "list-extract"]], "list_has": [[49, "list-has"]], "list_has_all": [[49, "list-has-all"]], "list_has_any": [[49, "list-has-any"]], "list_indexof": [[49, "list-indexof"]], "list_intersect": [[49, "list-intersect"]], "list_join": [[49, "list-join"]], "list_length": [[49, "list-length"]], "list_ndims": [[49, "list-ndims"]], "list_pop_back": [[49, "list-pop-back"]], "list_pop_front": [[49, "list-pop-front"]], "list_position": [[49, "list-position"]], "list_positions": [[49, "list-positions"]], "list_prepend": [[49, "list-prepend"]], "list_push_back": [[49, "list-push-back"]], "list_push_front": [[49, "list-push-front"]], "list_remove": [[49, "list-remove"]], "list_remove_all": [[49, "list-remove-all"]], "list_remove_n": [[49, "list-remove-n"]], "list_repeat": [[49, "list-repeat"]], "list_replace": [[49, "list-replace"]], "list_replace_all": [[49, "list-replace-all"]], "list_replace_n": [[49, "list-replace-n"]], "list_resize": [[49, "list-resize"]], "list_reverse": [[49, "list-reverse"]], "list_slice": [[49, "list-slice"]], "list_sort": [[49, "list-sort"]], "list_to_string": [[49, "list-to-string"]], "list_union": [[49, "list-union"]], "ln": [[49, "ln"]], "log": [[49, "log"]], "log10": [[49, "log10"]], "log2": [[49, "log2"]], "lower": [[49, "lower"]], "lpad": [[49, "lpad"]], "ltrim": [[49, "ltrim"]], "make_array": [[49, "make-array"]], "make_date": [[49, "make-date"]], "make_list": [[49, "make-list"]], "map": [[49, "map"]], "map_extract": [[49, "map-extract"]], "map_keys": [[49, "map-keys"]], "map_values": [[49, "map-values"]], "max": [[41, "max"]], "md5": [[49, "md5"]], "mean": [[41, "mean"]], "median": [[41, "median"]], "min": [[41, "min"]], "named_struct": [[49, "named-struct"]], "nanvl": [[49, "nanvl"]], "now": [[49, "now"]], "nth_value": [[41, "nth-value"], [54, "nth-value"]], "ntile": [[54, "ntile"]], "nullif": [[49, "nullif"]], "nvl": [[49, "nvl"]], "nvl2": [[49, "nvl2"]], "octet_length": [[49, "octet-length"]], "parquet_metadata": [[31, "parquet-metadata"]], "percent_rank": [[54, "percent-rank"]], "pi": [[49, "pi"]], "position": [[49, "position"]], "pow": [[49, "pow"]], "power": [[49, "power"]], "radians": [[49, "radians"]], "random": [[49, "random"]], "range": [[49, "range"]], "rank": [[54, "rank"]], "regexp_count": [[49, "regexp-count"]], "regexp_like": [[49, "regexp-like"]], "regexp_match": [[49, "regexp-match"]], "regexp_replace": [[49, "regexp-replace"]], "regr_avgx": [[41, "regr-avgx"]], "regr_avgy": [[41, "regr-avgy"]], "regr_count": [[41, "regr-count"]], "regr_intercept": [[41, "regr-intercept"]], "regr_r2": [[41, "regr-r2"]], "regr_slope": [[41, "regr-slope"]], "regr_sxx": [[41, "regr-sxx"]], "regr_sxy": [[41, "regr-sxy"]], "regr_syy": [[41, "regr-syy"]], "repeat": [[49, "repeat"]], "replace": [[49, "replace"]], "reverse": [[49, "reverse"]], "right": [[49, "right"]], "round": [[49, "round"]], "row": [[49, "row"]], "row_number": [[54, "row-number"]], "rpad": [[49, "rpad"]], "rtrim": [[49, "rtrim"]], "sha224": [[49, "sha224"]], "sha256": [[49, "sha256"]], "sha384": [[49, "sha384"]], "sha512": [[49, "sha512"]], "signum": [[49, "signum"]], "sin": [[49, "sin"]], "sinh": [[49, "sinh"]], "split_part": [[49, "split-part"]], "sqllogictests Tests": [[11, "sqllogictests-tests"]], "sqrt": [[49, "sqrt"]], "starts_with": [[49, "starts-with"]], "stddev": [[41, "stddev"]], "stddev_pop": [[41, "stddev-pop"]], "stddev_samp": [[41, "stddev-samp"]], "string_agg": [[41, "string-agg"]], "string_to_array": [[49, "string-to-array"]], "string_to_list": [[49, "string-to-list"]], "strpos": [[49, "strpos"]], "struct": [[49, "struct"]], "substr": [[49, "substr"]], "substr_index": [[49, "substr-index"]], "substring": [[49, "substring"]], "substring_index": [[49, "substring-index"]], "sum": [[41, "sum"]], "supports_filters_pushdown": [[18, "supports-filters-pushdown"]], "tan": [[49, "tan"]], "tanh": [[49, "tanh"]], "to_char": [[49, "to-char"]], "to_date": [[49, "to-date"]], "to_hex": [[49, "to-hex"]], "to_local_time": [[49, "to-local-time"]], "to_timestamp": [[49, "to-timestamp"]], "to_timestamp_micros": [[49, "to-timestamp-micros"]], "to_timestamp_millis": [[49, "to-timestamp-millis"]], "to_timestamp_nanos": [[49, "to-timestamp-nanos"]], "to_timestamp_seconds": [[49, "to-timestamp-seconds"]], "to_unixtime": [[49, "to-unixtime"]], "today": [[49, "today"]], "translate": [[49, "translate"]], "trim": [[49, "trim"]], "trunc": [[49, "trunc"]], "unnest": [[51, "unnest"]], "unnest (struct)": [[51, "unnest-struct"]], "upper": [[49, "upper"]], "uuid": [[49, "uuid"]], "var": [[41, "var"]], "var_pop": [[41, "var-pop"]], "var_population": [[41, "var-population"]], "var_samp": [[41, "var-samp"]], "var_sample": [[41, "var-sample"]], "version": [[49, "version"]], "|": [[48, "op-bit-or"]], "||": [[48, "op-str-cat"]], "~": [[48, "op-re-match"]], "~*": [[48, "op-re-match-i"]], "~~": [[48, "id17"]], "~~*": [[48, "id18"]], "\u201cMajor\u201d and \u201cMinor\u201d PRs": [[5, "major-and-minor-prs"]], "\u2728 Good Reads": [[32, "good-reads"]], "\ud83c\udf0e Community Events": [[32, "community-events"]], "\ud83d\udcc5 Release Notes & Updates": [[32, "release-notes-updates"]], "\ud83e\udded Background Concepts": [[32, "background-concepts"]]}, "docnames": ["contributor-guide/architecture", "contributor-guide/communication", "contributor-guide/getting_started", "contributor-guide/governance", "contributor-guide/howtos", "contributor-guide/index", "contributor-guide/inviting", "contributor-guide/roadmap", "contributor-guide/specification/index", "contributor-guide/specification/invariants", "contributor-guide/specification/output-field-name-semantic", "contributor-guide/testing", "download", "index", "library-user-guide/adding-udfs", "library-user-guide/api-health", "library-user-guide/building-logical-plans", "library-user-guide/catalogs", "library-user-guide/custom-table-providers", "library-user-guide/extending-operators", "library-user-guide/extensions", "library-user-guide/index", "library-user-guide/profiling", "library-user-guide/query-optimizer", "library-user-guide/using-the-dataframe-api", "library-user-guide/using-the-sql-api", "library-user-guide/working-with-exprs", "user-guide/cli/datasources", "user-guide/cli/index", "user-guide/cli/installation", "user-guide/cli/overview", "user-guide/cli/usage", "user-guide/concepts-readings-events", "user-guide/configs", "user-guide/crate-configuration", "user-guide/dataframe", "user-guide/example-usage", "user-guide/explain-usage", "user-guide/expressions", "user-guide/faq", "user-guide/introduction", "user-guide/sql/aggregate_functions", "user-guide/sql/data_types", "user-guide/sql/ddl", "user-guide/sql/dml", "user-guide/sql/explain", "user-guide/sql/index", "user-guide/sql/information_schema", "user-guide/sql/operators", "user-guide/sql/scalar_functions", "user-guide/sql/select", "user-guide/sql/special_functions", "user-guide/sql/sql_status", "user-guide/sql/subqueries", "user-guide/sql/window_functions", "user-guide/sql/write_options"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1}, "filenames": ["contributor-guide/architecture.md", "contributor-guide/communication.md", "contributor-guide/getting_started.md", "contributor-guide/governance.md", "contributor-guide/howtos.md", "contributor-guide/index.md", "contributor-guide/inviting.md", "contributor-guide/roadmap.md", "contributor-guide/specification/index.rst", "contributor-guide/specification/invariants.md", "contributor-guide/specification/output-field-name-semantic.md", "contributor-guide/testing.md", "download.md", "index.rst", "library-user-guide/adding-udfs.md", "library-user-guide/api-health.md", "library-user-guide/building-logical-plans.md", "library-user-guide/catalogs.md", "library-user-guide/custom-table-providers.md", "library-user-guide/extending-operators.md", "library-user-guide/extensions.md", "library-user-guide/index.md", "library-user-guide/profiling.md", "library-user-guide/query-optimizer.md", "library-user-guide/using-the-dataframe-api.md", "library-user-guide/using-the-sql-api.md", "library-user-guide/working-with-exprs.md", "user-guide/cli/datasources.md", "user-guide/cli/index.rst", "user-guide/cli/installation.md", "user-guide/cli/overview.md", "user-guide/cli/usage.md", "user-guide/concepts-readings-events.md", "user-guide/configs.md", "user-guide/crate-configuration.md", "user-guide/dataframe.md", "user-guide/example-usage.md", "user-guide/explain-usage.md", "user-guide/expressions.md", "user-guide/faq.md", "user-guide/introduction.md", "user-guide/sql/aggregate_functions.md", "user-guide/sql/data_types.md", "user-guide/sql/ddl.md", "user-guide/sql/dml.md", "user-guide/sql/explain.md", "user-guide/sql/index.rst", "user-guide/sql/information_schema.md", "user-guide/sql/operators.md", "user-guide/sql/scalar_functions.md", "user-guide/sql/select.md", "user-guide/sql/special_functions.md", "user-guide/sql/sql_status.md", "user-guide/sql/subqueries.md", "user-guide/sql/window_functions.md", "user-guide/sql/write_options.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 6, 7, 9, 11, 12, 13, 14, 16, 17, 18, 20, 21, 24, 26, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 43, 44, 47, 49, 53, 54], "0": [2, 4, 6, 12, 14, 15, 16, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 45, 48, 49, 50, 51, 52, 53, 54, 55], "00": [33, 49], "000": 31, "000000000": 14, "000000000z": 49, "000000z": 49, "000z": 49, "002": 31, "005": 31, "007": 27, "00z": 49, "01": [25, 32, 33, 43, 49], "011": 31, "01t00": 49, "01t03": 49, "01t18": 49, "02": [25, 32, 49], "02t12": 49, "03": [14, 25, 32, 42, 49], "033333333333333": 14, "03t00": 49, "03t03": 49, "03t17": 42, "03t19": 49, "03z": 49, "04": [14, 25, 32, 49], "05": [14, 32, 49], "053": 31, "06": [14, 32], "060": 37, "062": 37, "07": [14, 32, 49], "08": [14, 32, 49], "08t09": 49, "08t12": 49, "09": [14, 25, 32, 49], "0mb": 29, "0x12": 42, "0x34": 42, "1": [2, 10, 11, 14, 17, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 36, 37, 38, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55], "10": [14, 25, 31, 32, 37, 38, 41, 42, 49, 50, 51, 54], "100": [23, 25, 33, 35, 36, 38, 41, 49], "1000": 5, "100000": 33, "1000000": 27, "10000000": 44, "100x": 32, "101": 23, "1024": [31, 33], "1048576": 33, "10485760": 33, "105": 34, "108996": 14, "109827": 14, "10g": 31, "10mb": 44, "11": [14, 32, 43, 49, 54], "1111": 38, "11t23": 49, "12": [14, 32, 37, 41, 43, 49], "120": 41, "121073": 14, "122484": 14, "122528525": 45, "123": [38, 49], "1234": 42, "12345": 41, "123456": 49, "123456789": 49, "12345689": 49, "125": 14, "128": 49, "128640": 49, "129f3b9964af4d4a709d1383930ade12dfe7c081": 34, "12t12": 14, "13": [10, 14, 32, 34, 37], "131072": 33, "137103898": 14, "138833963": 14, "13m": 37, "14": [14, 32, 49], "145453612": 14, "14779976446": 37, "1477997645": 37, "147838157": 14, "14gb": 37, "15": [2, 14, 32, 38, 49], "150": 41, "1599566400": 49, "1599572549": 49, "16": [23, 32, 37, 42, 45, 47, 49], "161242466": 14, "1673638290": 49, "1677": 49, "16n": 37, "17": [14, 32, 49], "171": 27, "171428571428573": 14, "17t03": 49, "18": [32, 49], "18342019": 30, "188921521": 14, "18z": 49, "19": [32, 42], "191140113": 14, "1934": 49, "1970": 49, "1992": 49, "1993": 49, "1996": 14, "1a": 49, "1b5e": 38, "1i64": 26, "1m": 33, "1y": 49, "2": [4, 10, 11, 14, 23, 24, 25, 26, 27, 31, 32, 33, 34, 36, 37, 38, 40, 41, 43, 44, 45, 48, 49, 50, 51, 52, 53, 54, 55], "20": [14, 32, 33, 49], "20000": 33, "2010youy01": 11, "2017": 49, "2019": 32, "2020": [32, 49], "2021": [32, 33, 43], "2022": [32, 43], "2023": [32, 42, 49], "2024": [32, 49], "2025": 32, "203002m": 37, "208038598": 14, "20t05": 49, "20z": 49, "21": [32, 42], "210338885": 14, "21t00": 49, "22": [32, 34], "224": 49, "2262": 49, "23": [32, 41], "2326": 52, "233333333333334": 14, "235549898": 14, "24": [5, 32], "243038m": 37, "25": [32, 36, 41], "256": 49, "25\u00b5": 37, "26": [32, 49], "27": 32, "28": [22, 32], "29": [32, 49], "2955995290": 37, "298": 34, "3": [2, 4, 10, 14, 23, 24, 27, 31, 32, 33, 34, 37, 38, 42, 43, 48, 49, 51, 53, 54], "30": [32, 34, 49], "30000": 41, "300m": 37, "303104": 14, "3031680": 31, "308": 37, "31": [32, 34, 49], "311296": 14, "31t09": 49, "31t14": 49, "32": [33, 49], "321": 38, "33": 49, "331": 34, "332": 34, "333333333333": 54, "335872": 14, "34": [32, 41], "344": 27, "344064": [14, 31], "35": 14, "3500": 54, "35000": 41, "350342183": 37, "3523": 42, "3555": 23, "36": 37, "36923816": 37, "37": [12, 29], "3700": 54, "3703192723": 37, "3704": 23, "374": 27, "375\u00b5": 37, "384": 49, "3866": 54, "3883759": 31, "39": 36, "3900": 54, "3a": 6, "3am": 49, "4": [10, 14, 27, 32, 33, 34, 38, 43, 48, 49, 51, 53, 54], "40": [31, 32, 36, 48], "40000": 41, "4096": [33, 45], "41": [12, 15, 49], "41cc": 49, "42": [41, 49], "4200": 54, "43": [15, 32, 49], "436": 34, "44": [15, 49], "440000000000001": 14, "4433992935": 37, "45": [33, 41], "4500": 54, "45000": 41, "450560": [14, 31], "4611687214012840539": 31, "4611689135232456464": 31, "4611692774829951781": 31, "47": 49, "4700": 54, "48": 38, "4800": 54, "482": 37, "4866": 54, "5": [10, 14, 26, 32, 34, 37, 38, 41, 43, 48, 49, 51, 54, 55], "500": [5, 16], "5000": 54, "50000": 41, "50000000": 33, "5020": 54, "50th": 41, "512": [12, 49], "5133": 54, "5176803": 31, "5200": 54, "53": [33, 49], "5327877": 45, "5466": 54, "56": [41, 49], "5600": 54, "5660489": 45, "5680fa18feaa87f3ff04063800aec256c3d4b4b": 34, "573440": 14, "59": 49, "5911990580": 37, "595": 27, "6": [3, 14, 15, 26, 32, 38, 43, 48, 49, 51], "60": 5, "6000": 54, "606208": 14, "612174": [14, 31], "63": 29, "64": 33, "65": [14, 41], "6569": 7, "66": [34, 37], "6666666666665": 54, "666666666667": 54, "66\u00b5": 37, "6782": 7, "6980": 7, "6ec17ef8": 49, "7": [5, 6, 10, 14, 32, 37, 38, 48, 49, 51, 54], "7000": 24, "700000000000001": 14, "720": 37, "73256": 14, "7389988225": 37, "75": [37, 41], "78": 41, "79228162514264337593543950336": 42, "7gb": 37, "7m": 37, "7rocc026wckknrjt9j6bsqk3z4c0g5yf": 6, "8": [10, 14, 31, 32, 33, 37, 38, 41, 48, 49, 51, 54], "80": 49, "8000": 24, "8012": 45, "811821": 37, "811k": 37, "8192": [31, 33, 37, 47], "839560": 45, "85": 41, "873379m": 37, "8d59": 49, "9": [4, 14, 29, 34, 51, 54], "90": [38, 41], "9000": 24, "9223363791697310021": 31, "9223369186199968220": 31, "9223371478009085789": 31, "9223372036": 49, "9223372037": 49, "923748528": 37, "93": 34, "954545454545455": 14, "95823": 14, "969": 30, "97": [38, 49], "99": 37, "9999": 49, "99997497": 37, "9m": 37, "A": [5, 6, 7, 9, 11, 14, 16, 17, 18, 22, 32, 35, 36, 37, 38, 40, 41, 43, 48, 49, 50, 53, 54], "AND": [23, 25, 38, 41, 52, 54], "AS": [9, 23, 25, 26, 27, 37, 41, 43, 44, 49, 50, 52, 53, 54, 55], "AT": 49, "And": [14, 18, 34, 48], "As": [3, 6, 7, 11, 14, 17, 18, 24, 26, 37], "At": 14, "BY": [14, 24, 25, 36, 37, 41, 43, 44, 45, 46, 52, 53, 54, 55], "Being": [6, 40], "By": [11, 33, 34, 40, 44, 48, 50], "For": [0, 2, 4, 5, 11, 12, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 30, 31, 33, 34, 36, 37, 41, 42, 43, 44, 49, 53, 54, 55], "IF": 43, "IN": 38, "INTO": [10, 44, 52, 55], "If": [0, 2, 3, 5, 6, 11, 20, 21, 23, 26, 33, 34, 36, 37, 38, 41, 43, 44, 45, 49, 50, 53, 55], "In": [1, 4, 5, 6, 9, 11, 14, 15, 17, 18, 23, 24, 26, 27, 31, 32, 36, 37, 50, 52, 53, 55], "Into": 38, "It": [0, 1, 5, 6, 9, 12, 14, 16, 17, 18, 25, 26, 27, 34, 37, 38, 39, 41, 43, 49, 50], "NO": 47, "NOT": [23, 27, 38, 43], "No": [16, 55], "Not": [38, 42, 48], "ON": [10, 50], "OR": [38, 41, 43], "Of": [6, 37], "On": [2, 6], "One": [33, 55], "Or": [36, 48], "Such": 5, "TO": [6, 28, 44, 55], "That": 14, "The": [0, 1, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 48, 49, 50, 53, 54, 55], "Then": [4, 12, 14, 17, 34, 37], "There": [0, 1, 11, 14, 16, 18, 23, 26, 29, 33, 34, 37, 40, 54, 55], "These": [1, 6, 8, 11, 14, 20, 23, 31, 33, 38, 55], "To": [4, 5, 6, 11, 13, 14, 15, 16, 17, 18, 22, 24, 25, 26, 27, 29, 33, 34, 36, 37, 41, 47, 48], "WITH": 46, "With": [5, 6, 14, 17, 18, 33, 43], "_": [14, 17, 18, 23, 26, 31, 34, 38, 49], "___datafus": 49, "___datafusion___": 49, "__datafusion____": 49, "_config": [23, 26], "_context": 18, "_filter": 18, "_limit": 18, "_partit": 18, "_state": [18, 24], "_t": 18, "aaa": 38, "aaabb": 38, "aaabbc321": 38, "aabbac": 49, "aabchello": 38, "aabchelloccb": 38, "aarch64": 49, "ab": [10, 38], "ababbaba": 49, "abc": [38, 49], "abcababc": 49, "abcd": 38, "abcdbaba": 49, "abl": [5, 26, 37, 54], "about": [0, 3, 5, 6, 7, 9, 14, 17, 23, 26, 31, 34, 37, 47], "abov": [5, 14, 17, 23, 24, 31, 37, 53], "absolut": [38, 49], "abstract": [16, 26], "abstractli": 18, "acceler": [13, 32, 40], "accept": [5, 6, 9, 14, 38, 50], "access": [0, 3, 6, 14, 16, 27, 33, 37, 47, 49, 52, 54], "access_key_id": 27, "accident": 11, "accompani": 5, "accomplish": 23, "accord": [33, 34, 41, 42, 43], "accordingli": 50, "account": [18, 24, 27], "account_arrai": 18, "accumul": [4, 14], "accur": [33, 41], "acd": 38, "achiev": 33, "acknowledg": [5, 6], "acm": 32, "aco": 38, "acosh": 38, "acreq": 6, "across": [14, 18, 37, 40, 41, 54], "act": [0, 5, 6, 54], "action": 35, "activ": [3, 5, 6, 8, 40], "actual": [1, 4, 6, 9, 14, 16, 18, 23, 26, 35, 36, 37, 43], "ad": [0, 4, 5, 6, 13, 15, 20, 23, 26, 34, 37, 38, 50], "add": [0, 6, 7, 11, 14, 15, 16, 20, 24, 26, 32, 33, 37, 38], "add_merge_exec": 23, "add_on": [14, 26], "add_one_inlin": 26, "add_one_udf": 26, "add_optimizer_rul": 26, "added_on": 26, "addit": [3, 5, 6, 7, 11, 13, 17, 24, 27, 31, 33, 38, 48, 49, 52], "addition": 33, "addon": 14, "addoneinlin": 26, "address": [5, 6], "adjust": 15, "admin": 6, "advanc": [5, 11, 14], "advanced_udaf": 14, "advanced_udf": [4, 14], "advanced_udwf": 14, "advertis": 1, "affect": [33, 43], "after": [3, 4, 5, 6, 11, 18, 23, 24, 31, 33, 34, 37, 38, 49, 50, 54], "afterward": 33, "ag": 50, "again": [5, 14, 17, 18, 37], "against": [4, 11, 22, 30, 37, 38, 49, 50], "aggr": [37, 45], "aggreg": [7, 9, 13, 21, 32, 33, 35, 36, 40, 45, 46, 49, 50, 52, 53], "aggregate_expression1": 53, "aggregate_expression2": 53, "aggregate_expressionn": 53, "aggregate_simpl": 43, "aggregate_statist": 23, "aggregate_test_100": [23, 27, 43], "aggregateexec": [37, 45], "aggregateexpr": 4, "aggregatefunct": 4, "aggregateudf": 14, "agreement": 6, "ahead": 15, "ai": [32, 40], "aim": [0, 5, 39, 40], "akin": 14, "algorithm": [16, 38, 41, 49], "alia": [6, 23, 27, 41, 48, 49], "alibaba": 27, "alic": 41, "align": [6, 7], "aliyunc": 27, "all": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 18, 20, 21, 23, 24, 27, 28, 33, 36, 37, 38, 41, 46, 49, 50, 52, 53, 54, 55], "alloc": [7, 34], "allow": [0, 4, 5, 6, 16, 18, 20, 23, 24, 25, 33, 35, 40, 43, 49, 50, 52, 54], "allow_single_file_parallel": 33, "allow_symmetric_joins_without_prun": 33, "alltypes_plain": 25, "almost": [1, 5, 13, 26, 37, 40], "along": [11, 37], "alphanumer": 49, "alreadi": [3, 5, 6, 17, 33, 43, 49], "also": [0, 3, 5, 6, 8, 9, 11, 12, 13, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 31, 33, 34, 37, 38, 39, 43, 44, 53, 54, 55], "alter": 4, "altern": [2, 5, 11, 36, 53], "alwai": [5, 9, 14, 37, 38, 54, 55], "ambigu": 8, "america": 49, "among": 5, "amount": 33, "ampl": 15, "amsterdam": 32, "an": [0, 1, 2, 4, 5, 7, 9, 11, 13, 16, 17, 18, 20, 22, 24, 27, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 43, 48, 49, 50, 51, 53, 54, 55], "analog": 33, "analys": 11, "analysi": [14, 40], "analyt": [13, 32, 37, 39, 40, 46], "analyz": [26, 40, 46], "analyzer_rul": 26, "andi": 32, "andrew": 32, "andrewlamb": 37, "ani": [0, 1, 2, 3, 5, 6, 7, 9, 11, 14, 16, 17, 18, 23, 27, 30, 31, 32, 33, 35, 37, 38, 40, 41, 42, 49, 51, 55], "annot": 37, "anoth": [6, 11, 14, 17, 23, 26, 33, 38, 40, 49, 51, 54], "ansi": 33, "answer": [3, 6, 37], "anyon": [3, 5, 6], "anyth": 11, "ap": 27, "apach": [1, 3, 5, 7, 12, 20, 22, 23, 29, 31, 32, 34, 40, 49], "api": [5, 7, 10, 13, 14, 16, 20, 21, 23, 32, 40], "api_to_deprec": 15, "appear": [15, 23, 26, 38, 44, 49], "append": [38, 49], "append_valu": 18, "appli": [5, 10, 18, 23, 33, 37, 43, 49, 55], "applic": [27, 33, 40, 55], "application_credentials_path": 27, "approach": [0, 5, 23, 32, 35], "appropri": [6, 25, 31], "approv": 5, "approx_distinct": 38, "approx_median": 38, "approx_percentile_cont": 38, "approx_percentile_cont_with_weight": 38, "approxim": [37, 38, 46, 49], "apt": 2, "aptli": 18, "ar": [0, 1, 3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22, 23, 24, 26, 27, 31, 33, 34, 35, 36, 38, 40, 41, 42, 43, 44, 48, 49, 50, 53, 54, 55], "arbitrari": [14, 41, 52, 55], "arc": [14, 16, 17, 18, 23, 24, 26, 49], "arch": 2, "architectur": [13, 16, 21, 32, 34], "archiv": [1, 6, 12], "area": [18, 32, 49], "aren": [5, 6], "arg": [14, 26], "argument": [4, 9, 10, 14, 22, 38], "arithmet": [41, 49], "arm64_sonoma": 29, "around": [11, 14, 49], "arr": [14, 17], "arrai": [4, 7, 9, 14, 17, 18, 24, 41, 42, 46, 48, 51, 52], "array1": [38, 49], "array2": [38, 49], "array_agg": 50, "array_any_valu": 38, "array_append": 38, "array_concat": 38, "array_dim": 38, "array_distinct": 38, "array_el": 38, "array_elem": 14, "array_except": 38, "array_ha": 38, "array_has_al": 38, "array_has_ani": 38, "array_intersect": 38, "array_length": 38, "array_n": [38, 49], "array_ndim": 38, "array_pop_back": 38, "array_pop_front": 38, "array_posit": 38, "array_prepend": 38, "array_remov": 38, "array_remove_al": 38, "array_remove_n": 38, "array_repeat": 38, "array_replac": 38, "array_replace_al": 38, "array_replace_n": 38, "array_res": 38, "array_slic": 38, "array_sort": 38, "array_to_str": 38, "array_union": 38, "arrayref": [14, 17, 24, 36], "arrow": [1, 7, 9, 10, 11, 12, 13, 14, 16, 17, 18, 23, 24, 25, 26, 30, 31, 32, 33, 38, 40, 43, 44, 46, 49, 52, 55], "arrow_cast": 42, "arrow_schema": 36, "arrow_test_data": 25, "arrow_typeof": 42, "arrow_writ": 33, "arrowwriteropt": 33, "arroyo": 40, "art": 40, "articl": 32, "as_ani": [9, 14, 17, 18], "as_int64_arrai": 14, "as_primit": 14, "as_ref": [14, 16], "as_str": 17, "asarrai": 14, "asc": [12, 33, 37, 41, 43, 49, 50, 54], "ascend": 50, "ascii": 38, "asf": 1, "asin": 38, "asinh": 38, "ask": [0, 1, 5, 6, 13], "aspect": 33, "assert_batches_eq": [11, 24, 25], "assert_batches_sorted_eq": 11, "assert_contain": 11, "assert_eq": [14, 24, 26], "assert_not_contain": 11, "assign": 54, "assist": 3, "associ": [9, 18, 36, 54], "assum": [6, 9, 26], "assumpt": 9, "async": [14, 16, 17, 18, 24, 25, 26, 34, 35, 36, 40], "async_trait": [17, 18], "asynchron": 40, "atan": 38, "atan2": 38, "atanh": 38, "athena_partit": 27, "attach": [5, 36], "attempt": 33, "attent": [5, 14], "attribut": [15, 17], "aug": 32, "austin": 32, "author": 6, "auto": 7, "autom": 5, "automat": [6, 11, 27, 33, 40], "avail": [2, 6, 13, 14, 20, 31, 33, 36, 38, 46, 47], "averag": [14, 38, 41, 53, 54], "avg": [10, 38, 53, 54], "avoid": [5, 7, 33, 38, 40], "avro": [13, 24, 27, 30, 40, 43, 52], "avro_fil": 25, "avroreadopt": 25, "avx2": 34, "aw": [27, 40], "awai": [15, 16], "await": [14, 16, 18, 24, 25, 26, 34, 35, 36, 40], "awar": [7, 36, 40, 50], "aws_access_key_id": 27, "aws_allow_http": 27, "aws_container_credentials_relative_uri": 27, "aws_default_region": 27, "aws_endpoint": 27, "aws_secret_access_kei": 27, "aws_session_token": 27, "az792536": 2, "azur": 40, "b": [6, 9, 10, 15, 24, 25, 26, 27, 31, 35, 36, 38, 41, 45, 49, 50, 51, 55], "back": [24, 27, 54], "backrefer": 49, "backtrace_r": 34, "backward": 49, "bai": 32, "ballista": [1, 13, 32, 40], "bandwidth": 5, "bank": [18, 24], "bank_account": [18, 24], "bank_account_index": 18, "bar": [10, 44, 49], "bare": 10, "barrier": 11, "base": [0, 5, 7, 9, 10, 11, 13, 14, 17, 18, 32, 33, 34, 37, 38, 39, 41, 43, 47, 49, 50, 53], "base64": 49, "bash": 2, "basic": [17, 23, 37, 52], "batch": [9, 10, 14, 18, 24, 31, 33, 37, 40, 55], "batch_siz": [31, 33, 47], "bb": 38, "bbaaa": 38, "bbc": 38, "bc6159": 49, "bdt": 40, "becaus": [5, 6, 9, 14, 23], "becom": [5, 6, 54], "been": [3, 5, 6, 26], "befor": [5, 6, 7, 16, 21, 26, 33, 35, 37, 49, 54], "beforehand": 33, "begin": [24, 31, 38, 49], "behalf": 6, "behav": 50, "behavior": [0, 3, 5, 8, 20, 21, 26, 34, 36, 49, 53, 54], "behaviour": 33, "behind": 54, "being": [4, 9, 18, 22, 23, 33, 36, 49, 53], "belgrad": 32, "belong": [31, 38], "below": [4, 5, 6, 14, 16, 18, 20, 22, 27, 33, 34, 37, 38, 40, 53], "bench": [5, 11, 22, 37], "benchmark": [5, 7, 14, 37], "benchmark_nam": 11, "benefici": 33, "benefit": [0, 33], "best": [5, 6, 33, 55], "better": [7, 32, 33, 43], "between": [5, 7, 14, 23, 33, 37, 38, 41, 49, 50, 52, 54], "beyond": [3, 37], "big": 40, "bigint": [27, 42, 43, 55], "bigqueri": 33, "bigtabl": 40, "bin": 49, "binari": [2, 4, 13, 22, 33, 38, 46], "binary_as_str": 33, "binary_hash_result": 49, "binaryexpr": 26, "binarylarg": 33, "binaryview": 33, "bind": [6, 7, 13, 14, 29], "bioinformat": 32, "bit": [38, 49], "bit_and": 38, "bit_length": 38, "bit_or": 38, "bit_pack": 33, "bit_xor": 38, "bitand": 38, "bitor": 38, "bitwis": [41, 46], "bitwise_and": 38, "bitwise_or": 38, "bitwise_shift_left": 38, "bitwise_shift_right": 38, "bitwise_xor": 38, "bitxor": 38, "blake2": 49, "blake2b": 49, "blake3": 49, "blaze": 40, "blazingli": 40, "blob": [33, 40, 42], "block": [31, 32], "blog": [13, 32], "bloom": [33, 37, 55], "bloom_filter_en": 55, "bloom_filter_eval_tim": 37, "bloom_filter_fpp": [33, 55], "bloom_filter_ndv": [33, 55], "bloom_filter_on_read": 33, "bloom_filter_on_writ": 33, "blue": 0, "bob": 41, "book": [11, 15, 32], "bool": [9, 14, 17, 38], "bool_and": 38, "bool_or": 38, "boolean": [46, 48], "boost": 33, "bore": 40, "boston": 32, "both": [5, 7, 9, 10, 11, 12, 23, 27, 38, 39, 40, 48, 49, 50, 55], "bottl": 29, "bottom": [23, 37], "bound": [7, 43, 49], "boundari": [40, 49], "box": [13, 14, 18, 20, 24], "branch": [5, 9, 11, 34], "breviti": 14, "brew": [2, 29], "broader": 5, "broken": 11, "brotli": 33, "brown": 49, "brussel": 49, "btreemap": 18, "btrim": 38, "bucket": 27, "buffer": [24, 33], "bug": [3, 5, 11, 23, 33], "build": [2, 5, 9, 13, 24, 29, 31, 32, 34, 35, 38, 39, 40], "builder": 16, "built": [0, 2, 4, 9, 11, 13, 14, 32, 39, 40, 52], "builtin": 23, "buzz": 40, "byte": [9, 31, 33, 37, 38, 42, 49, 55], "byte_stream_split": 33, "bytea": 42, "bytes_scan": 37, "bzip2": 55, "c": [11, 12, 15, 17, 24, 26, 31, 34, 36, 38, 39, 40, 49, 50], "c0": 49, "c1": [9, 10, 26, 27, 43, 49], "c10": [27, 43], "c11": [27, 43], "c12": [27, 43], "c13": [27, 43], "c2": [9, 10, 26, 27, 43, 49], "c3": [27, 43], "c4": [27, 43], "c5": [27, 43], "c6": [27, 43], "c7": [27, 43], "c8": [27, 43], "c9": [23, 27, 43], "cach": [7, 24, 32, 33], "calcul": [9, 14, 38, 41, 49, 50, 53, 54], "call": [4, 6, 10, 14, 16, 24, 26, 33, 34, 35, 36, 37, 38, 49, 54], "can": [0, 2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 20, 22, 23, 24, 25, 26, 27, 29, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 47, 49, 50, 51, 53, 54, 55], "candl": 32, "cannot": [18, 33, 38, 49, 53], "canonical_nam": 23, "capabl": [5, 7], "capit": [49, 50], "capitalized_exampl": 36, "captur": 34, "car": 14, "cardin": 38, "care": [6, 23], "cargo": [2, 4, 11, 15, 22, 28, 34, 36, 37], "cargo_command": 37, "cargo_profile_release_debug": 22, "carnegi": 32, "carri": 6, "cartesian": 50, "cascad": 17, "case": [0, 13, 14, 27, 31, 32, 33, 36, 37, 38, 48, 49, 50, 55], "cast": [14, 23, 25, 31, 33, 42, 49, 52], "castexpr": 26, "cat": 43, "catalog": [13, 14, 16, 18, 33, 43, 47, 52], "catalog_nam": 17, "catalogprovid": [17, 40], "catalogproviderlist": 17, "categor": [5, 53], "categori": 46, "caught": 33, "caus": [33, 54], "cbrt": 38, "cc": 6, "cd": [29, 37, 49], "cdn": 40, "ceil": 38, "cellar": 29, "centric": 40, "centroid": 41, "centuri": 49, "certain": [1, 9, 33, 37, 38], "chain": 38, "challeng": [14, 32], "chanc": 6, "chang": [0, 5, 8, 11, 23, 31, 32, 34, 49, 50], "changelog": 5, "channel": 1, "char": [42, 49], "char_length": 38, "charact": [38, 46, 49, 55], "character_length": 38, "charli": 41, "check": [5, 6, 11, 12, 14, 17, 21, 33, 36, 37], "checklist": [3, 4], "checkout": 11, "checksum": 49, "chicago": 32, "child": 9, "children": [18, 33], "choco": 2, "choic": 40, "choos": 6, "chore": 5, "chosen": [3, 11], "chr": 38, "chrono": 49, "chunk": [31, 33], "ci": [2, 3, 5, 11], "citi": 32, "cla": 6, "claim": 9, "clarif": 50, "clariti": 37, "classic": 26, "claus": [44, 46, 54, 55], "cleanup": [7, 29], "clear": 5, "cli": [4, 13, 14, 22, 27, 29, 30, 31, 33, 34, 37, 48], "clickbench": 37, "clickbench_1": 37, "clickhous": [27, 33], "client": 31, "clientip": 37, "clippi": 5, "clob": 42, "clone": [14, 17, 18, 23, 26, 29], "close": [0, 5, 33], "cloud": [27, 40], "cloudfus": 40, "cluster": 13, "cn": [27, 49], "cnosdb": 40, "co": [28, 38], "coalesc": [33, 38], "coalesce_batch": [23, 31, 33, 47], "coalescebatchesexec": [37, 45], "coalescepartit": 37, "coalescepartitionsexec": [33, 45], "code": [0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 13, 15, 16, 17, 23, 26, 34, 36, 49], "codebas": [5, 9, 11, 15], "codec": [33, 55], "codegen": 34, "codespac": 2, "coeffici": 41, "coerc": [33, 49], "coercion": [40, 52], "col": [10, 14, 16, 23, 24, 26, 35, 36, 38, 52], "col1": 55, "collect": [7, 14, 17, 18, 20, 25, 26, 33, 34, 35, 37], "collect_span": 33, "collect_statist": 33, "collis": 11, "color": 31, "column": [14, 18, 23, 26, 31, 33, 35, 36, 37, 38, 41, 43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55], "column1": [41, 43, 44, 51, 55], "column2": [41, 43, 44], "column3": 55, "column4": 55, "column_1": [27, 50, 53], "column_2": [27, 50, 53], "column_definit": 43, "column_expression1": 53, "column_expression2": 53, "column_expressionn": 53, "column_id": [14, 31], "column_index_truncate_length": [33, 55], "column_list": 43, "column_nam": [31, 41, 43, 44, 47], "columnar": [13, 32, 37, 39, 40], "columnarvalu": 14, "com": [6, 27, 29, 34], "combin": [9, 24, 37, 38, 41, 49, 51], "come": [5, 17, 19, 24, 25, 31], "comet": [1, 13, 32, 40], "comma": 10, "command": [4, 11, 12, 22, 23, 28, 29, 30, 37, 42, 44, 45, 47, 55], "comment": [5, 6, 11, 26], "commerci": 3, "commit": [1, 3, 6, 11], "committ": [1, 5, 13], "committe": [3, 6], "committer_month": 6, "committership": 6, "commmit": 6, "common": [6, 14, 15, 16, 17, 18, 23, 26, 34, 37, 38, 39, 49, 50, 52], "common_sub_expression_elimin": 23, "commun": [0, 3, 5, 6, 7, 13, 20, 40], "compani": 39, "compar": [13, 16, 23, 25, 32, 49, 53, 54], "comparison": [39, 46], "compat": [12, 15, 27, 33, 40], "compil": [2, 7, 9, 15, 16, 26], "complement": 38, "complet": [5, 6, 11, 18, 23, 39], "complex": [5, 7, 9, 14, 18, 43], "compon": [40, 49], "compos": [9, 49], "compound": 10, "comprehend": 37, "compress": [27, 31, 33, 43, 55], "comput": [9, 14, 23, 24, 26, 32, 38, 39, 41, 49, 54], "computation": 9, "concat": 38, "concat_w": 38, "concaten": [33, 38, 41, 48, 49], "concept": [13, 54], "concern": 5, "concis": [14, 15], "concurr": 33, "condit": [46, 50, 52], "conditional_express": 53, "conduct": [1, 3, 13], "confer": 32, "config": [23, 55], "configur": [13, 27, 28, 37, 46, 55], "confirm": [4, 6, 12], "conflict": [6, 33], "congratul": 6, "connect": [4, 6, 27, 32, 40], "consecut": 54, "consensu": [3, 6], "consid": [3, 5, 6, 14, 20, 36], "consider": 37, "consist": [3, 33, 49], "consol": 31, "constant": [23, 41, 49, 51, 52], "constitut": 5, "constraint": 6, "construct": [3, 5, 18, 24, 33], "consum": [9, 33], "consumpt": 33, "contact": 20, "contain": [0, 5, 7, 10, 12, 13, 15, 16, 17, 18, 20, 22, 23, 24, 29, 33, 34, 38, 43, 44, 48, 53, 54], "contains_kei": 17, "content": [9, 14, 24, 44], "context": [7, 9, 14, 18, 25, 26], "contigu": 5, "continu": [6, 23], "contrib": 1, "contribut": [0, 1, 3, 6, 7, 11, 13, 21, 32], "contributor": [0, 1, 3, 5, 6, 7, 11, 21], "control": [17, 25, 33, 34, 49, 54], "controversi": 5, "conveni": [11, 12, 23], "convent": [11, 49], "convers": [7, 9], "convert": [10, 16, 26, 31, 33, 38, 49], "cookbook": [6, 13], "coolest": 32, "coordin": 1, "copi": [7, 46, 52, 55], "core": [0, 5, 11, 13, 14, 18, 20, 24, 26, 33, 34, 37], "corner": 38, "corollari": 9, "correct": [5, 11, 14, 18, 43], "correctli": 33, "correl": 41, "correspond": [9, 31, 38, 42, 49], "cosh": 38, "cosin": [38, 49], "cost": 33, "cotang": 49, "could": [2, 14, 17, 18, 33, 37, 38], "count": [9, 14, 18, 23, 27, 30, 31, 32, 33, 37, 38, 44, 49, 50, 54], "count_distinct": 38, "counterpart": 38, "cours": [3, 6], "covari": 41, "cover": [0, 5, 7, 14, 17], "coverag": [5, 11], "cpu": [7, 33, 34, 37], "crate": [0, 11, 12, 13, 18, 23, 29, 36, 40], "creat": [4, 6, 7, 8, 9, 10, 14, 16, 17, 18, 20, 22, 23, 24, 28, 32, 33, 34, 35, 36, 37, 38, 41, 42, 46, 49, 51, 52, 55], "create_aggregate_expr": 4, "create_default_catalog_and_schema": 33, "create_physical_plan": [16, 18], "create_udaf": [14, 38], "create_udf": [26, 38], "create_udwf": 14, "created_bi": [33, 55], "creation": 6, "credenti": 27, "criteria": 5, "critic": [11, 23], "crlf": 49, "crn": 32, "cross": [37, 52], "crypto": 4, "csv": [13, 14, 18, 24, 28, 30, 31, 33, 35, 40, 43, 44, 45, 52], "csv_path": 14, "csvreadopt": [14, 24, 25, 35, 36], "csvsourc": 18, "cte": [33, 52], "ctrl": 11, "ctx": [14, 16, 18, 24, 25, 26, 34, 35, 36], "cube": [32, 38, 40, 49], "cum_min": 54, "curat": 5, "current": [3, 5, 7, 8, 9, 15, 23, 31, 33, 38, 40, 42, 47, 49, 53, 54], "custom": [0, 11, 13, 16, 21, 24, 39, 40, 42, 52, 55], "custom_file_format": 24, "custom_table_provid": 18, "customdatasourc": 18, "customdatasourceinn": 18, "customer_a": 43, "customexec": 18, "cycl": 11, "d": [9, 26, 31, 49, 50], "d0c8f9eea1f0": 49, "d3l2": 32, "dai": [5, 6, 49], "dashmap": 17, "dask": 40, "dat": 48, "dat_f": 48, "data": [4, 5, 7, 10, 11, 13, 14, 16, 17, 18, 20, 22, 24, 27, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 43, 44, 46, 49, 50, 55], "data2": 27, "data_dir": [27, 37], "data_fus": 49, "data_page_offset": 31, "data_page_row_count_limit": [33, 55], "data_pagesize_limit": [33, 55], "data_path": 31, "data_typ": [9, 31, 43, 47], "databas": [13, 16, 17, 18, 26, 32, 38, 39, 40, 46], "databend": 39, "databrick": 32, "datacouncil": 32, "datadatadata": 49, "datafram": [7, 10, 13, 16, 18, 21, 22, 23, 25, 26, 37, 38, 39, 40], "dataframewriteopt": 24, "datafus": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 21, 22, 24, 25, 26, 27, 29, 30, 31, 32, 33, 35, 37, 38, 42, 43, 47, 48, 49, 50, 52, 53, 55], "datafusion2": 37, "datafusion_": 49, "datafusion___": 49, "datafusion_common": [14, 34], "datafusion_doc": 14, "datafusion_execution_batch_s": [31, 33], "datafusion_expr": 14, "datafusion_macro": 14, "datafusion_sql": 34, "datafusionerror": [14, 16, 34], "datafusionrc": 31, "dataset": [11, 27], "datasourc": [14, 16, 17, 18, 27, 40, 52], "datasourceexec": [16, 37, 45], "datastor": 18, "datatyp": [9, 14, 16, 17, 18, 26, 36, 42, 49], "date": [0, 7, 11, 38, 46, 52, 55], "date32": [42, 49], "date_bin_with_timezon": 49, "date_format": 55, "date_part": 38, "date_string_col": 25, "date_trunc": [38, 47], "datetim": [4, 33, 42, 55], "datetime_format": 55, "datetrunc": 47, "daylight": 49, "daytim": 42, "db": 18, "dd": 49, "ddl": [25, 46], "ddt00": 49, "deadlin": 5, "dear": 6, "debug": [14, 17, 18, 26, 34], "decid": 33, "decim": [33, 42, 49], "decimal128": 42, "decimal256": 42, "decimal_plac": 49, "decis": [1, 3, 33], "declar": [9, 14, 16], "declin": 6, "decod": [33, 37], "decorrelate_where_exist": 23, "decorrelate_where_in": 23, "dedic": 55, "def": [38, 49], "default": [0, 2, 11, 14, 16, 18, 23, 25, 26, 31, 33, 34, 37, 38, 41, 43, 44, 49, 50, 54, 55], "default_catalog": 33, "default_filter_select": 33, "default_schema": 33, "defaulttablesourc": 16, "defin": [0, 9, 11, 13, 21, 24, 27, 32, 36, 40, 42, 49, 50, 52], "definit": [4, 35, 43], "degre": 38, "delai": 5, "deleg": 16, "delet": [17, 29], "delim": 49, "delimit": [38, 41, 49, 55], "delta": 40, "delta_binary_pack": 33, "delta_byte_arrai": 33, "delta_length_byte_arrai": 33, "delv": 37, "demonstr": [5, 6, 16, 23], "denot": 37, "dens": 54, "depart": 54, "depend": [9, 14, 18, 21, 37, 41, 53], "deploy": 7, "depnam": 54, "deprec": [33, 38], "dept_id": 41, "depth": [24, 32, 49], "deregist": 17, "deregister_schema": 17, "deregister_t": 17, "deriv": [9, 14, 17, 18, 23, 26, 27], "desc": [24, 37, 38, 43, 49, 50, 54], "descend": [24, 37, 49, 50], "describ": [0, 2, 3, 9, 11, 15, 16, 17, 24, 31, 37, 40, 50, 54], "describet": 31, "descript": [14, 20, 27, 31, 33, 38, 47, 55], "design": [0, 1, 5, 7, 21, 23, 32, 33, 37, 39, 40], "desir": [2, 4, 38], "detail": [2, 4, 6, 7, 11, 13, 16, 17, 21, 26, 31, 34, 35, 37, 43, 44, 45, 52], "determin": [5, 14, 23, 33, 37, 38, 44, 49, 54, 55], "dev": [1, 4, 6, 7, 31], "devel": 2, "develop": [2, 4, 7, 8, 9, 11, 13, 39, 40, 54], "deviat": 41, "df": [10, 14, 18, 24, 25, 35, 36], "df1": 38, "df2": 38, "df_set": 47, "dfschema": 26, "dialect": 33, "dictionari": [31, 33, 49, 55], "dictionary_en": [33, 55], "dictionary_page_offset": 31, "dictionary_page_size_limit": [33, 55], "did": [34, 37], "differ": [5, 6, 9, 11, 14, 18, 22, 33, 36, 37], "digest": [38, 41], "digit": 49, "dimens": [38, 49], "dir_nam": 44, "direct": 3, "directli": [16, 27, 34, 36, 39, 40, 54], "director": 6, "directori": [11, 13, 18, 22, 28, 30, 31, 33, 43, 44], "disabl": 4, "disagre": 6, "discard": 37, "discord": 20, "discuss": [0, 1, 3, 7, 32], "disk": [33, 52, 55], "diskmanag": 33, "dispatch": 18, "displai": [16, 23, 31, 33, 38], "display_graphviz": 4, "display_ind": 23, "display_indent_schema": 16, "display_nam": 23, "displaya": 18, "displayableexecutionplan": 16, "displayformattyp": 18, "distanc": 49, "distinct": [14, 16, 30, 31, 33, 36, 37, 38, 41, 49, 50, 55], "distinguish": 54, "distribut": [12, 13, 33, 39, 40], "div": 38, "dive": 17, "divid": [37, 48, 54], "divis": [33, 38, 48], "divisor": [38, 49], "dml": 46, "dnf": 2, "do": [0, 2, 3, 4, 5, 6, 9, 11, 14, 16, 23, 24, 29, 33, 37, 54], "doc": [4, 5, 8, 11, 13, 14, 15, 21, 33, 35, 37], "doc_com": 11, "doc_sect": 14, "docker": 28, "dockerfil": 29, "dockerignor": 29, "doctest": 11, "document": [0, 2, 3, 5, 6, 7, 8, 9, 10, 13, 14, 16, 31, 35, 37, 38, 40, 50], "doe": [0, 3, 6, 9, 13, 23, 24, 33, 35, 37, 43, 49, 54, 55], "doesn": [0, 5, 14, 43, 53, 55], "doi": 49, "dolli": 49, "dolomit": 1, "domcheloveplanet": 37, "don": [5, 16, 23, 32, 49], "donat": 13, "done": [4, 6, 18, 25, 37, 54], "dot": 4, "doubl": [10, 27, 36, 42, 43, 49, 50], "double_col": 25, "doubt": 6, "dow": 49, "down": [16, 18, 21, 23, 32, 33, 37, 52], "downcast": 9, "downcast_ref": [14, 36], "download": [2, 13, 32, 37], "downsampl": 49, "downscal": 9, "downstream": 0, "draft": 5, "drive": [5, 26], "driven": [3, 7, 11], "drop": [46, 52], "dtrace": 22, "duckdb": [11, 20, 39], "due": [1, 2, 5, 37], "duplic": [5, 38, 49, 54], "durabl": 40, "durat": [42, 49], "dure": [7, 8, 9, 11, 18, 33, 34, 37], "dutch": 32, "dyn": [14, 17, 18, 23, 26], "dynam": [9, 18], "e": [5, 6, 9, 11, 14, 16, 17, 18, 20, 26, 27, 31, 33, 34, 37, 38, 42, 43, 44, 49, 55], "e0308": 36, "each": [5, 9, 11, 14, 18, 23, 24, 31, 33, 35, 37, 38, 49, 53, 54, 55], "earli": 5, "earlier": 12, "eas": [25, 26], "easi": [5, 40], "easier": [5, 6, 11, 14, 16, 26], "easiest": [16, 36], "easili": [24, 38, 40], "east": 27, "echo": [14, 27], "echofunct": 14, "ecosystem": 40, "edit": 37, "editor": 7, "effect": [5, 11, 23, 26, 36, 50], "effici": [5, 7, 9, 23, 33], "effort": [5, 7, 11, 33, 55], "either": [2, 4, 6, 37, 49, 50], "el": 38, "elaps": [30, 37], "elapsed_comput": 37, "element": [9, 38, 41, 49], "element1": 41, "element2": 41, "element3": 41, "elev": 22, "elimin": 33, "eliminate_filt": 23, "eliminate_limit": 23, "els": [5, 6, 14, 17, 23], "emb": 40, "embed": [33, 39, 40], "embedd": 32, "emit": [33, 37, 49], "emphas": 6, "employe": [41, 50, 54], "empno": 54, "empsalari": 54, "empti": [16, 17, 23, 38, 48, 52], "emptyrel": [23, 26], "emu": 43, "enabl": [0, 4, 6, 31, 33, 37, 44, 49, 55], "enable_distinct_aggregation_soft_limit": 33, "enable_ident_norm": 33, "enable_options_value_norm": 33, "enable_page_index": 33, "enable_recursive_ct": 33, "enable_round_robin_repartit": 33, "enable_topk_aggreg": 33, "enclos": 27, "encod": [4, 31, 33, 55], "encount": 33, "encourag": [1, 3, 5], "end": [11, 13, 14, 33, 37, 38, 39, 49, 55], "endpoint": 27, "enforc": [5, 9, 33, 52], "enforce_batch_size_in_join": 33, "engin": [0, 5, 11, 13, 20, 31, 32, 37, 39, 40], "enhanc": 5, "enough": [5, 6], "ensur": [0, 3, 5, 9, 11, 18, 22, 26, 33, 36, 37], "entir": [3, 7, 11, 33, 55], "entireti": 55, "entitl": 3, "entri": [4, 9, 14], "enum": [16, 18, 42], "enumer": 9, "environ": [4, 9, 11, 27, 31, 33, 34], "environment": 27, "epoch": 49, "eprintln": 34, "eq": 38, "equal": [38, 48, 49, 53, 54], "equat": 41, "equival": [9, 23, 38, 49], "err": 34, "error": [7, 9, 14, 24, 25, 33, 34, 35, 36, 37, 49, 54, 55], "especi": [5, 22, 33], "estim": [5, 33, 37], "etc": [1, 2, 3, 5, 6, 9, 40, 49, 52], "euclidean": 49, "europ": 49, "evalu": [5, 9, 11, 14, 16, 33, 35, 37, 41, 49, 52, 53, 54], "evaluate_al": 14, "evaluate_all_with_rank": 14, "even": [5, 6, 33, 36, 43, 50, 53, 54], "evenli": 33, "event": 13, "ever": 6, "everi": [6, 9, 20, 23, 50], "everyon": [0, 1], "everyth": [6, 49], "everywher": 40, "evolv": [0, 5, 11], "ex": [2, 36], "exact": [15, 18, 33, 34], "exactli": [33, 54], "examin": 33, "exampl": [0, 4, 5, 6, 9, 13, 14, 15, 16, 17, 18, 23, 24, 25, 27, 30, 31, 33, 38, 40, 42, 43, 47, 50, 54, 55], "exceed": 33, "excel": [13, 40], "except": [3, 17, 46, 52], "exchang": 7, "exclud": 46, "exclus": [1, 38, 41], "exec": 37, "exec_err": 17, "execut": [7, 9, 11, 13, 14, 15, 16, 20, 22, 23, 24, 25, 26, 30, 31, 32, 33, 35, 36, 39, 40, 42, 43, 44, 45, 47, 49, 52, 53], "execute_stream": 24, "executionopt": [44, 55], "executionplan": [0, 16, 18, 21, 23, 37], "executor": 7, "exercis": 3, "exhibit": 6, "exist": [0, 4, 5, 8, 9, 17, 18, 23, 38, 43, 49, 55], "exit": [11, 31], "exon": [32, 40], "exp": 38, "expand": 51, "expand_views_at_output": 33, "expans": 46, "expect": [3, 4, 6, 9, 14, 23, 25, 26, 36, 37], "expens": 9, "experi": 5, "experiment": [7, 33, 42], "expert": 5, "expertis": 37, "explain": [7, 13, 16, 21, 23, 31, 33, 46, 47], "explicit": [2, 7], "explicitli": [6, 27, 33], "explor": 7, "expon": [38, 49], "exponenti": [38, 49], "export": [27, 36], "export_funct": 4, "expos": [7, 33], "expr": [4, 13, 14, 18, 23, 34, 35, 37, 38, 45, 54], "expr1": 49, "expr_api": [26, 38], "expr_fn": [35, 36], "express": [6, 7, 10, 13, 18, 32, 33, 35, 37, 40, 41, 42, 43, 44, 46, 47, 50, 51, 52, 53, 54], "expression1": [41, 49, 53], "expression1_input": 49, "expression1_nam": 49, "expression2": [41, 49, 53], "expression3": 49, "expression_i": [41, 49], "expression_n": 49, "expression_n_input": 49, "expression_n_nam": 49, "expression_x": [41, 49], "expressionn": 53, "exprfunctionext": 38, "exprschem": 26, "extend": [5, 13, 17, 18, 20, 38, 40], "extens": [5, 11, 13, 15, 16, 21, 23, 39, 44], "extern": [14, 28, 33, 42, 46, 55], "extra": 9, "extract": [23, 33, 38, 49], "extract_subquery_filt": 23, "f": [9, 10, 18, 22, 29, 31, 49], "f64": 14, "f_n": 48, "facebook": 39, "facilit": 33, "fact": [11, 24], "factori": [14, 38], "fail": [2, 11, 12, 33, 37, 38, 43, 55], "failur": 7, "fair": 31, "fairli": [17, 26], "fall": [32, 54], "fals": [14, 18, 23, 24, 31, 33, 34, 38, 41, 45, 47, 48, 49, 53, 55], "familiar": [5, 9, 11], "fan": 33, "far": 6, "fashion": [33, 43], "fast": [0, 13, 32, 39, 40], "faster": [5, 14, 26, 32, 33, 37], "fastest": [32, 39], "fault": 7, "fdap": 32, "feat": 5, "featur": [0, 4, 11, 13, 20, 32, 34, 36, 38, 49], "feder": [1, 20, 40], "fedora": 2, "feedback": [0, 5], "feel": [0, 1, 3, 5, 6], "fetch": [12, 16, 17, 30, 33, 37, 47, 49], "fetchtim": 45, "few": [5, 6, 14, 55], "fewer": 37, "field": [2, 8, 14, 16, 17, 18, 26, 37, 38, 49, 50, 51, 52, 53, 55], "field_a": 49, "field_b": 49, "field_nam": 49, "fifo": 43, "fifth": 14, "figur": 37, "file": [0, 7, 9, 10, 11, 12, 13, 14, 17, 18, 20, 22, 23, 28, 29, 30, 31, 32, 33, 34, 36, 37, 39, 40, 43, 44, 55], "file_format": 14, "file_group": [37, 45], "file_nam": 44, "file_offset": 31, "file_typ": [37, 43], "fileformat": 18, "filenam": [14, 31, 44], "fileopen": 18, "fill": [7, 38], "filter": [16, 18, 23, 24, 33, 35, 36, 38, 40, 52, 53, 55], "filter_expr": 16, "filter_null_join_kei": [31, 33, 47], "filter_push_down": 23, "filterexec": 37, "final": [6, 14, 17, 37, 49, 55], "finalpartit": [37, 45], "find": [0, 6, 11, 23, 24, 25, 32, 36, 37, 38, 43, 49], "find_join": 23, "finish": [5, 18], "first": [5, 14, 25, 31, 32, 33, 34, 37, 38, 40, 41, 43, 44, 49, 53, 54], "first_el": 41, "first_valu": [38, 53], "first_value_udaf": 38, "fit": [8, 41], "five": 14, "fix": [3, 5, 38, 43], "fixedsizebinari": 42, "flag": [9, 33, 44, 49, 55], "flamegraph": 32, "flat": [38, 49], "flatten": 38, "flexibl": [20, 43], "flight": [20, 32, 40], "flightsql": 32, "float": [14, 27, 33, 41, 42, 43, 49], "float16": 42, "float32": [26, 42], "float64": [14, 23, 42], "float64arrai": 14, "float64typ": 14, "flock": 40, "floor": 38, "flow": [16, 23], "fluent": 38, "fmt": [2, 4, 18], "fmt_a": 18, "fn": [14, 15, 16, 17, 18, 23, 24, 25, 26, 34, 35, 36], "focu": 40, "focus": [5, 6, 16, 37], "fold": 52, "folder": [8, 27, 38, 55], "follow": [3, 4, 5, 6, 9, 11, 12, 13, 14, 16, 17, 18, 23, 24, 26, 27, 29, 31, 33, 35, 37, 42, 43, 44, 49, 50, 52, 53, 54, 55], "foo": [10, 15, 23, 38, 44, 49, 51], "foo_bar": 10, "foobarbaz": 49, "footer": 33, "foov": 51, "fooxaryxazi": 49, "fork": 13, "form": [1, 3, 6, 26, 33], "formal": 8, "format": [2, 5, 7, 9, 13, 18, 20, 23, 24, 25, 26, 28, 31, 33, 34, 37, 38, 39, 40, 44, 49, 52], "format_n": 49, "formatt": 18, "formula": 14, "forth": 24, "forum": 6, "forward": [5, 6, 54], "found": [6, 7, 11, 23, 26, 36, 37, 49, 50, 53], "foundat": [1, 3, 6, 13, 20, 39, 40], "four": 53, "fourth": 14, "fox": 49, "fpp": 55, "frame": [5, 14, 33, 54], "frame_claus": 54, "frame_end": 54, "frame_start": 54, "framework": [11, 20, 23, 39, 40], "francisco": 32, "free": [0, 1, 5, 6], "freed": 40, "frequent": [0, 13], "friendli": [5, 40], "from": [0, 1, 2, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 51, 52, 54, 55], "from_env": 33, "from_item": 50, "from_unixtim": 38, "from_unqualified_field": 26, "fromstr": 4, "frontend": 39, "frozen": 9, "frustrat": 5, "fu": 49, "full": [6, 11, 13, 16, 18, 23, 25, 30, 33, 37, 52], "fulli": [1, 33, 37], "func": 26, "function": [0, 5, 7, 13, 15, 16, 17, 18, 20, 21, 22, 24, 26, 28, 32, 33, 34, 36, 40, 42, 46, 50, 52, 53], "function_nam": 47, "function_typ": 47, "functions_aggreg": [35, 36], "funnel": 40, "further": [11, 16, 33], "fusion": [32, 49], "futur": [0, 5, 9, 24, 33], "fyi": 6, "g": [4, 5, 6, 9, 11, 14, 20, 26, 27, 31, 33, 37, 38, 42, 44, 49, 55], "gain": 37, "gap": [7, 54], "gather": 5, "gby": [37, 45], "gc": 28, "gcd": 38, "gcp": 27, "gener": [0, 1, 4, 5, 6, 7, 10, 11, 14, 15, 16, 18, 26, 32, 33, 37, 40, 43, 46, 53, 55], "geo_mean": 14, "geometr": 14, "geometric_mean": 14, "geometricmean": 14, "german": 32, "get": [0, 1, 5, 6, 9, 13, 14, 16, 17, 18, 21, 24, 33, 37], "get_back_trac": 34, "get_supertyp": 9, "get_typ": 26, "ghi": 38, "git": [2, 6, 11, 29, 34], "gitbox": 6, "github": [2, 4, 5, 6, 7, 13, 20, 29, 34], "give": [7, 14, 15, 33, 50], "given": [4, 5, 6, 9, 10, 11, 16, 26, 31, 38, 41, 43, 49, 50, 53], "gladli": 20, "glaredb": 40, "global": [4, 33, 49], "global_alloc": 34, "globallimitexec": 37, "glue": 40, "go": [0, 24], "goal": [5, 6, 7], "goe": [6, 14], "golang": 40, "good": [14, 18, 20], "googl": [27, 40], "google_application_credenti": 27, "google_bucket": 27, "google_bucket_nam": 27, "google_service_account": 27, "google_service_account_kei": 27, "google_service_account_path": 27, "govern": [1, 13, 20, 39, 40], "gpg": 12, "grai": 32, "grammar": 40, "grant": [3, 6], "graphviz": 4, "great": [1, 5, 13, 40], "greater": [2, 5, 33, 38, 43, 48, 49, 53], "greatest": 38, "greedi": 31, "green": 14, "greptimedb": 40, "group": [7, 14, 25, 31, 32, 33, 36, 37, 38, 44, 45, 46, 49, 52, 53, 54, 55], "group_column": 41, "groupbi": [37, 45], "grouping_el": 50, "grouping_set": 38, "grove": 32, "grow": [1, 3, 6], "gt": [16, 38], "gt_eq": [23, 24, 38], "guarante": [9, 14, 18, 33, 48], "guid": [3, 16, 21, 24, 26, 30, 35, 36, 37], "guidanc": 1, "guidelin": [3, 6], "gz": [29, 43], "gzip": [33, 43, 55], "h": [31, 49], "ha": [1, 2, 5, 6, 11, 14, 15, 17, 18, 23, 25, 26, 31, 33, 36, 37, 49], "had": 6, "handl": [7, 14, 23, 49], "hangzhou": 27, "hao": 32, "happen": 33, "happi": [1, 6], "hardwar": [2, 9, 37], "has_head": [14, 27, 33, 43, 45, 55], "hash": [11, 32, 33, 37, 38, 45, 46], "hash_join_single_partition_threshold": 33, "hash_join_single_partition_threshold_row": 33, "hashaggregateexec": 45, "hashjoin": 33, "hashmap": [18, 26], "hasn": 5, "hauck": 32, "have": [0, 3, 5, 6, 9, 11, 13, 14, 16, 18, 23, 27, 33, 36, 37, 46, 52, 54, 55], "haven": 21, "hdf": 7, "head": [7, 49], "header": [27, 55], "health": [3, 13], "healthi": 5, "hello": [10, 38, 43, 48, 49], "helloccb": 38, "hellodolli": 49, "help": [3, 5, 6, 7, 8, 11, 14, 15, 31, 33, 37, 39], "helper": 14, "henc": 36, "her": [49, 54], "here": [4, 6, 7, 8, 11, 14, 16, 17, 18, 20, 22, 23, 30, 35, 36, 37, 39, 40, 43, 49, 54], "herebi": 6, "heurist": 33, "hex": [42, 49], "hexadecim": [38, 49], "hi": [38, 54], "hierarchi": [6, 17], "high": [3, 7, 16, 23, 40], "higher": [11, 16, 33, 41], "highest": [18, 25], "highli": [5, 33], "highlight": [15, 31], "hint": 14, "hire": 1, "hit": [14, 27, 30, 31, 37], "hits_1": 27, "hits_compat": 27, "hive": [33, 43, 44], "hola": 38, "hold": 14, "homebrew": 28, "horaedb": 40, "hour": [5, 33, 49], "how": [0, 2, 5, 6, 9, 10, 13, 14, 17, 18, 21, 22, 25, 26, 30, 31, 32, 34, 37, 43, 45, 49, 54, 55], "howev": [5, 7, 11, 14, 16, 37, 54], "howto": 13, "html": [6, 33], "http": [2, 6, 7, 28, 29, 33, 34, 37], "hundr": 32, "hyperbol": [38, 49], "hyperloglog": 41, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 49, 50, 53, 54, 55], "i32": [9, 15], "i64": [9, 14], "iam": 27, "id": [2, 6, 9, 10, 16, 18, 24, 25, 31], "id_arrai": 18, "idea": [2, 3, 5, 18], "ideal": 34, "ident": [12, 33, 36, 38, 54], "identifi": [5, 9, 23], "idl": 33, "idx": 49, "ignor": [33, 34, 38, 43, 55], "illustr": [14, 36], "imag": [22, 29, 32], "immedi": [35, 37], "immut": [14, 26], "impact": 33, "impl": [17, 18, 23, 26, 34], "implement": [0, 4, 5, 7, 9, 11, 14, 16, 18, 23, 24, 26, 32, 37, 38, 39, 40], "impli": 44, "implicitli": 55, "import": [1, 9, 11, 12, 15, 18, 34, 35, 43, 54], "importantli": 1, "impos": 5, "improv": [0, 3, 6, 7, 53], "in_list": 38, "in_subqueri": 38, "inact": 5, "includ": [3, 5, 6, 7, 9, 13, 16, 20, 21, 23, 26, 31, 33, 39, 40, 41, 49, 50, 52, 55], "inclus": [0, 38, 41, 49], "incom": [4, 9], "incorpor": 7, "increas": [33, 34, 49], "increment": [1, 24], "indent": 16, "independ": [3, 37, 41, 53], "index": [6, 9, 14, 18, 29, 31, 33, 37, 38, 45, 49, 55], "index_page_offset": 31, "indic": [5, 18, 37, 55], "indirectli": 49, "individu": [11, 18, 23, 39, 51], "industri": 7, "inexact": 18, "inf": [31, 38], "infer": [18, 27, 33, 43, 44, 50], "influxdata": 32, "influxdb": [32, 40], "inform": [1, 2, 11, 18, 25, 27, 30, 31, 33, 34, 35, 36, 43, 45, 46, 49, 52], "information_schema": [33, 47], "ing": 6, "ingest": 32, "init": 2, "initcap": 38, "initi": [5, 7, 11, 14, 23, 33, 38, 49], "initial_logical_plan": 23, "initial_physical_plan": 23, "initialis": 33, "inject": 18, "inlin": [7, 26], "inner": [18, 26, 52, 53], "input": [9, 14, 23, 26, 33, 36, 37, 38, 41, 49, 50], "input_arg": 26, "input_partit": [33, 37], "insensit": [33, 48, 49], "insert": [7, 10, 17, 33, 41, 46, 49, 52, 55], "insid": [23, 27, 31], "inspect": 31, "inspir": 7, "instal": [4, 28, 30], "instanc": 16, "instantan": 37, "instanti": 17, "instead": [2, 6, 11, 14, 15, 29, 31, 33, 36, 37, 54, 55], "instruct": [2, 4, 6, 11, 22, 34], "instrument": 32, "insubqueri": 23, "int": [10, 27, 42, 43, 49], "int16": 42, "int32": [9, 14, 16, 17, 26, 42, 49], "int32arrai": [9, 17, 24], "int64": [14, 23, 26, 31, 37, 38, 42, 47, 48, 49], "int64arrai": 14, "int8": [42, 49], "int_col": 25, "integ": [14, 38, 41, 42, 48, 49, 50, 54], "integr": [4, 23], "intellig": 40, "intellij": 2, "intend": [6, 30], "interact": [3, 6, 14, 25, 30], "intercept": 41, "interchang": 48, "interest": [0, 3, 5, 20], "interfac": [9, 11, 13, 24, 40], "interleav": 33, "intermedi": [16, 37], "intermediari": 9, "intern": [0, 23, 32, 33, 37, 53], "interpret": [45, 49], "interrupt": 11, "intersect": [38, 49, 52], "interv": [42, 49], "intervalmonthdaynano": 42, "intimid": 37, "into_arrai": 14, "into_it": 26, "into_optimized_plan": 26, "into_part": 24, "into_unoptimized_plan": 26, "introduc": 24, "introduct": [7, 13], "invalid": 34, "invari": 8, "invers": [38, 49], "invest": 5, "invit": [1, 3, 13, 32], "invok": [4, 14, 22, 35, 49], "invoke_with_arg": 14, "involv": [1, 5, 43, 54], "io": [0, 7, 12, 13, 29, 34, 36, 40], "ion": 49, "iox": 32, "ip": 37, "irrelev": 33, "is_empti": 14, "is_nul": 47, "isnan": 38, "iso": 47, "isol": [2, 5, 14, 23], "issu": [0, 1, 2, 3, 4, 6, 7, 13, 20], "iszero": 38, "item": [4, 7], "iter": [14, 17], "its": [4, 5, 9, 11, 13, 14, 18, 20, 21, 23, 33, 37, 38, 39, 40, 49, 54], "itself": [9, 40], "java": 40, "jeopard": 9, "jit": 7, "job": 37, "join": [1, 3, 6, 9, 10, 16, 23, 24, 32, 33, 40, 46, 52, 53], "join_item": 50, "join_select": 23, "json": [13, 20, 24, 27, 30, 31, 40, 43, 44, 52], "judgement": 5, "judgment": [3, 5], "just": [0, 24, 25, 26, 37, 54], "justifi": 5, "k": 41, "kabak": 32, "kamu": 40, "ke": 38, "keep": [0, 5, 7, 11, 33, 37, 44], "keep_partition_by_column": [33, 44, 55], "kei": [5, 12, 17, 27, 33, 49], "kernel": 39, "key1": 49, "key2": 49, "key_value_list": 43, "keynot": 32, "keyr": 12, "keyword": [37, 43, 50], "kim": 32, "kind": 5, "kitten": 49, "know": [6, 9, 14, 20, 37], "knowledg": 37, "known": [4, 9, 53], "kudo": 11, "kv_meta": 33, "kx": 41, "k\u00f6ln": 49, "l": 27, "lab": 32, "label": [7, 14, 15], "lack": 5, "lai": 21, "lake": 40, "lakehous": 40, "lakesoul": 40, "lamb": 32, "lanc": 40, "land": 21, "languag": [13, 37, 43, 44], "larg": [5, 7, 15, 33], "largebinari": 33, "larger": [5, 33, 37, 55], "largest": [37, 49], "largeutf8": [33, 42, 49], "last": [6, 33, 37, 38, 41, 43, 49, 54], "last_el": 41, "late": 33, "latenc": [32, 40], "later": 37, "latest": [2, 4, 12, 29, 36], "latest_vers": 36, "layer": 32, "lazi": [24, 35], "lazylock": 14, "lcm": 38, "lead": 49, "learn": [5, 11, 23, 26, 40], "least": [5, 6, 24, 27, 34, 38], "leav": [0, 5], "left": [26, 33, 38, 48, 52], "leftanti": 33, "leftsemi": 33, "legaci": 33, "legal": 6, "len": [14, 18, 42], "length": [9, 33, 38, 53, 55], "less": [0, 5, 11, 37, 38, 40, 48, 49, 53], "let": [4, 6, 14, 16, 17, 18, 23, 24, 25, 26, 34, 35, 36, 37], "letter": [36, 38, 49], "level": [5, 6, 7, 9, 11, 14, 16, 25, 31, 33, 34, 37, 38, 55], "leverag": [33, 40], "lf": 9, "lf1": 9, "lf2": 9, "li": 38, "lib": [11, 34], "libprotoc": 2, "librari": [11, 15, 21, 26, 34, 35, 36, 39, 40], "libunwind": 34, "licens": [6, 13, 40], "life": 40, "lifecycl": 5, "like": [0, 1, 5, 6, 11, 14, 16, 17, 18, 20, 23, 24, 26, 29, 33, 34, 37, 38, 39, 40, 47, 48, 49, 50, 54], "likewis": [9, 23], "limit": [5, 7, 14, 16, 18, 25, 31, 33, 35, 36, 37, 46, 52], "limit_push_down": 23, "line": [4, 5, 30, 31, 41, 49], "linear": 41, "link": [1, 5, 6, 7, 11], "linux": 2, "lion": 38, "list": [3, 5, 6, 7, 8, 11, 13, 14, 15, 16, 17, 18, 25, 31, 32, 33, 34, 37, 38, 43, 44, 47, 49, 52, 53, 55], "listing_table_ignore_subdirectori": 33, "listingtableprovid": [18, 25], "listtabl": 31, "lit": [16, 23, 24, 26, 38], "liter": [14, 16, 26, 41, 42, 43, 49, 53], "littl": 1, "ll": [6, 14, 17, 18, 20, 22, 26], "llvm": 7, "ln": 38, "load": [33, 37], "local": [2, 11, 17, 25, 28, 30, 43], "locat": [4, 25, 28, 30, 33, 43, 55], "lock": [2, 4, 18], "log": [5, 7, 38, 40], "log10": 38, "log2": 38, "logarithm": [38, 49], "logfir": 32, "logic": [13, 18, 23, 26, 32, 33, 35, 37, 38, 45, 46], "logical_expr": [14, 16, 18, 23, 24, 26], "logical_field": 9, "logical_plan": [9, 16, 23, 24, 37, 45], "logical_plan_onli": [31, 33, 47], "logicalplan": [4, 9, 13, 16, 21, 23, 26, 33], "logicalplanbuild": [23, 24, 26], "logicaltablesourc": 16, "long": [3, 33, 37], "longer": [5, 11, 15], "look": [0, 3, 5, 6, 18, 23, 24, 26, 31, 37, 49], "lost": [5, 7], "lot": 14, "love": [0, 40], "low": [23, 40], "lower": [14, 25, 36, 38, 50], "lowercas": [10, 33], "lowest": [14, 55], "lpad": 38, "lt": 38, "lt_eq": [23, 35, 36, 38], "lto": 34, "ltrim": 38, "luke": 32, "lz4": 33, "lz4_raw": 33, "lzo": 33, "m": [6, 31, 49], "mac": 32, "machin": [37, 40], "maco": [2, 11, 28, 49], "macro": [11, 24, 25], "made": [1, 5, 6, 18, 23, 36, 40, 50], "mai": [0, 2, 3, 5, 9, 11, 14, 16, 20, 23, 29, 33, 36, 37, 38, 39, 43, 53], "mail": [3, 6, 7], "main": [1, 5, 11, 12, 14, 16, 18, 24, 25, 26, 34, 35, 36], "maintain": [0, 5, 11, 15, 17, 20, 36, 44], "mainten": 5, "major": [0, 1, 15], "make": [0, 3, 5, 6, 7, 11, 14, 15, 22, 26, 32, 33, 37, 38, 49, 50], "make_arrai": [38, 48, 51], "make_map": 49, "make_partition_evalu": 14, "make_udf_funct": 4, "manag": [2, 3, 6, 7, 12, 17, 32], "mani": [0, 2, 5, 16, 18, 22, 23, 36, 37, 38, 39, 40, 49, 52, 54], "manipul": [24, 37, 44], "manner": [9, 54], "mantra": 26, "manual": [11, 43], "map": [4, 9, 14, 17, 26, 38, 42, 46, 51], "mark": [5, 11, 15], "markdown": 4, "market": 40, "master": 11, "match": [9, 14, 18, 25, 26, 33, 34, 36, 38, 44, 48, 49, 50, 53, 54], "materi": [1, 33, 40], "math": [4, 14, 46, 52], "matter": 49, "max": [31, 33, 37, 38, 49, 50, 53, 55], "max_buffered_batches_per_output_fil": 33, "max_pass": 33, "max_row_group_s": [33, 44, 55], "max_statistics_s": [33, 55], "maxim": 33, "maximum": [31, 33, 38, 41, 44, 50, 53, 55], "maximum_buffered_record_batches_per_stream": 33, "maximum_parallel_row_group_writ": 33, "maxrow": 31, "md5": 38, "md5_checksum_result": 49, "me": 5, "mean": [0, 2, 5, 9, 14, 23, 24, 34, 35, 49, 54], "meant": [6, 7], "measur": [11, 53], "mechan": 17, "median": [38, 52], "meet": [1, 5], "meetup": 32, "mehmet": 32, "mellon": 32, "mem": [14, 31], "mem_pool_typ": 31, "member": [1, 5, 13], "membership": [1, 6], "memori": [2, 7, 13, 14, 16, 17, 18, 23, 24, 31, 33, 34, 37, 39, 40, 41, 43, 52, 55], "memory_limit": 31, "memorystream": 18, "memtabl": [14, 16, 17, 43], "mention": [0, 5, 17, 18], "merg": [0, 3, 5, 6, 7, 11, 33, 34, 37], "merge_batch": 14, "merit": 6, "messag": [6, 33, 34], "meta_fetch_concurr": 33, "metadata": [7, 9, 14, 17, 31, 33, 47], "metadata_size_hint": 33, "method": [14, 15, 16, 17, 23, 24, 25, 26, 33, 35, 37, 38], "metric": [37, 45], "micro": 11, "microbenchmark": 5, "microsecond": [37, 38, 42, 47, 49], "microsoft": 32, "might": [0, 5, 11, 14, 33, 39], "migrat": 15, "million": 32, "millisecond": [32, 38, 42, 47, 49], "min": [9, 25, 32, 33, 35, 36, 37, 38, 54, 55], "mind": 5, "minim": [6, 15, 33, 35, 41], "minimum": [31, 33, 37, 38, 41], "minimum_parallel_output_fil": 33, "minu": [48, 49], "minut": 49, "mismatch": 36, "miss": 7, "mit": 32, "ml": 40, "mm": 49, "mnt": [27, 43], "mod": [4, 34], "mode": [33, 37, 43, 45, 49, 54], "model": [9, 24, 39, 40], "modern": 40, "modif": [0, 40], "modifi": [4, 35, 37, 43, 44], "modul": [4, 11, 17], "modular": [23, 32], "modulo": 48, "monitor": 7, "month": [3, 6, 15, 33, 42, 43, 49], "monthdaynano": 42, "more": [0, 2, 3, 5, 6, 7, 9, 11, 13, 14, 16, 17, 18, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 38, 40, 41, 44, 45, 50, 52, 53, 54, 55], "most": [0, 1, 2, 5, 14, 18, 26, 37, 38, 40, 49], "mostli": 33, "move": [0, 14, 23], "msecnd": 2, "msedg": 2, "mssql": 33, "much": [0, 3, 5, 11, 14, 16, 33, 37], "mul": 38, "multi": [7, 13, 34, 36, 37, 40, 49], "multipl": [5, 7, 11, 14, 33, 38, 43, 44, 48, 49, 53, 54, 55], "multipli": 48, "multithread": 33, "must": [5, 6, 9, 10, 14, 16, 23, 27, 33, 36, 41, 49, 53, 54], "mut": [4, 14, 18, 23, 24], "mutat": 23, "mutex": 18, "my": [6, 27, 32, 38], "my_column": 26, "my_csv_tabl": 55, "my_op": 9, "my_optimizer_rul": 23, "my_struct_col": 49, "my_tabl": 55, "myoptimizerrul": 23, "mypartitionevalu": 14, "myqcloud": 27, "mysql": [10, 20, 33], "n": [6, 14, 16, 23, 34, 38, 41, 48, 49, 54], "n_column": 33, "n_file": 33, "n_row_group": 33, "name": [4, 6, 8, 14, 16, 17, 18, 20, 25, 26, 27, 31, 33, 35, 36, 41, 43, 44, 45, 47, 49, 50, 54], "names_list": 41, "nan": [38, 49, 55], "nanosecond": [42, 47, 49], "nanvl": 38, "nativ": [34, 40], "natur": [38, 49], "nbacktrac": 34, "nd": 31, "ndid": 34, "ndv": 55, "nearest": [38, 49], "necessari": [4, 9, 14, 15, 22, 29, 40, 43, 49], "necessit": 26, "need": [0, 4, 5, 6, 9, 12, 14, 16, 17, 18, 22, 23, 26, 27, 29, 32, 34, 39, 45], "neg": [38, 49, 50, 54], "negat": [23, 38, 48], "nest": [49, 52, 53, 55], "net": 2, "nevertheless": 43, "new": [3, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 20, 23, 24, 25, 26, 32, 33, 34, 35, 36, 37, 38, 40, 49], "new_arrai": 14, "new_committ": 6, "new_df": 24, "new_express": 26, "new_pmc_memb": 6, "new_pmc_member_apache_id": 6, "new_pmc_members_github_account": 6, "new_pmc_membm": 6, "new_york": 49, "newlin": 33, "newlines_in_valu": 33, "next": [0, 6, 15, 16, 24, 33, 37, 55], "nextest": 11, "nocaptur": 34, "node": [4, 9, 21, 32, 33, 37, 40], "nois": 5, "noisufatad": 49, "non": [0, 5, 33, 38, 40, 41, 49, 50, 54], "none": [9, 14, 16, 17, 18, 24, 26, 31, 33, 36, 38, 42, 47, 49], "nonexistent_t": 43, "nor": [3, 5], "normal": [11, 31, 33, 37, 54], "not_eq": 38, "not_exist": 38, "not_in_subqueri": 38, "note": [1, 2, 5, 6, 9, 11, 14, 15, 16, 24, 26, 27, 29, 33, 34, 36, 37, 42, 43, 49, 53, 55], "notic": 5, "notif": 1, "notifi": 6, "notion": 33, "now": [6, 14, 16, 18, 27, 32, 33, 38, 42], "no\u00ebl": 32, "npm": 4, "npx": 4, "nth": [41, 54], "null": [9, 27, 31, 33, 37, 38, 41, 42, 43, 48, 49, 50, 53, 54, 55], "null_first": 38, "null_str": [38, 49], "null_valu": 55, "nullabl": [9, 33], "nullif": 38, "nulls_first": 49, "num_predicate_creation_error": 37, "num_valu": 31, "number": [4, 6, 9, 14, 23, 26, 31, 33, 37, 38, 40, 41, 49, 50, 53, 54, 55], "numer": [38, 41, 46, 49, 53], "numeric_express": 49, "nvarchar": 42, "nyctaxi": [27, 43], "o": 33, "object": [9, 17, 26, 40, 43, 51], "objectstor": 40, "observ": [7, 23, 40], "obtain": [26, 34], "occur": [1, 6, 23, 42], "occurr": [38, 49], "octet_length": 38, "odd": 53, "off": 11, "offer": [3, 6, 7, 9, 13, 14, 30, 40], "offic": 6, "offici": [6, 12, 29], "offset": [31, 49, 54], "often": [0, 5, 16, 17, 38, 49], "ok": [14, 16, 17, 18, 23, 24, 25, 26, 34, 35, 36], "older": [2, 14], "olleh": 38, "omit": [14, 18, 37, 49], "onc": [2, 5, 6, 14, 16, 25, 33, 43], "one": [0, 3, 5, 6, 11, 14, 17, 18, 20, 23, 24, 32, 33, 37, 38, 39, 43, 44, 49, 53, 54], "onli": [1, 6, 9, 14, 23, 33, 37, 38, 43, 44, 49, 50, 53, 54], "onlin": 32, "onto": 23, "op": [14, 26], "open": [1, 6, 18, 20, 32, 33, 37, 39, 40], "openobserv": 40, "openpgp": 12, "oper": [0, 7, 9, 13, 14, 16, 18, 22, 23, 26, 32, 33, 37, 38, 39, 41, 42, 46, 49, 51, 52, 54, 55], "operand": [10, 48], "opinion": 6, "opportun": [1, 5, 32], "opportunist": 33, "opt": 29, "optim": [1, 13, 14, 16, 21, 24, 26, 31, 33, 35, 37, 39, 40, 47, 52], "optimis": 11, "optimist": 33, "optimized_plan": 23, "optimizer_rul": [23, 26], "optimizerconfig": [23, 26], "optimizercontext": [23, 26], "optimizerrul": [0, 23], "option": [7, 14, 16, 17, 18, 26, 27, 28, 33, 34, 38, 43, 44, 46, 49, 50], "optum": 32, "orc": [5, 20], "order": [3, 6, 14, 18, 24, 29, 33, 34, 37, 38, 41, 44, 46, 49, 52, 54], "order_bi": 38, "ordered_column_list": 43, "ordinari": 6, "org": [1, 3, 6, 7, 31, 49], "organ": [0, 11, 17, 37], "origin": [26, 33, 40, 43, 49], "origstr": 49, "oss": 28, "osx": 32, "other": [0, 1, 3, 4, 5, 6, 9, 11, 14, 17, 18, 20, 23, 24, 26, 31, 32, 37, 39, 40, 46], "other_column": 41, "otherwis": [38, 41, 48, 49, 55], "our": [1, 3, 5, 6, 7, 9, 11, 14, 26], "out": [0, 3, 13, 20, 21, 33, 34, 38, 49, 54, 55], "outer": 53, "output": [4, 7, 8, 14, 18, 23, 24, 25, 33, 37, 41, 42, 43, 44, 45, 47, 49, 54, 55], "output_row": 37, "outputrow": 45, "outsid": 49, "over": [3, 5, 6, 14, 24, 26, 32, 33, 34, 41, 52, 54, 55], "overal": [0, 23, 35, 37], "overall_plan": 23, "overhead": 33, "overlap": 33, "overload": 38, "overrid": 55, "overridden": 18, "oversight": [3, 6], "overview": [7, 16, 28], "ovgp8z97l1vh0wzjkgn0ktktggomxq9t": 6, "own": [5, 14, 17, 18, 26], "ozan": 32, "p": [11, 26, 31], "pack": 33, "packag": [2, 12, 34], "pacman": 2, "pad": 49, "padding_str": 49, "page": [2, 5, 14, 15, 20, 31, 33, 36, 37, 45, 55], "page_index_eval_tim": 37, "page_index_rows_match": 37, "page_index_rows_prun": 37, "pair": [17, 41, 49], "panda": [24, 35], "panic": 9, "paper": 7, "paradedb": [32, 40], "parallel": [2, 7, 33, 37, 39, 52, 55], "param": 9, "paramet": [9, 14, 15, 18, 47], "parameter_typ": 47, "parellel": 40, "parenthes": 10, "parquet": [9, 13, 14, 18, 24, 28, 30, 31, 32, 33, 36, 37, 39, 40, 43, 44, 52], "parquet_exec": 11, "parquet_fil": 11, "parquet_metadata": [14, 28], "parquet_query_sql": 11, "parquet_test_data": 25, "parquetreadopt": 25, "parquetsourc": [18, 37], "pars": [14, 33, 36, 37, 49], "parse_float_as_decim": 33, "parseabl": 40, "parser": [33, 52], "part": [3, 5, 11, 15, 20, 23, 26, 32, 35, 37, 38, 40, 49, 53], "partial": [33, 37, 45], "partial_filt": 37, "partialeq": 38, "partialord": 38, "particip": [1, 6], "particular": [5, 9, 11, 13, 14, 18, 38], "particularli": [9, 14], "partit": [7, 9, 13, 14, 16, 17, 33, 34, 41, 43, 44, 45, 52, 54, 55], "partition_bi": 33, "partition_s": 16, "partitionevalu": 14, "pass": [5, 6, 9, 14, 18, 21, 22, 23, 33, 36, 37, 40, 43, 49, 53, 55], "patch": 49, "path": [9, 11, 21, 24, 25, 27, 29, 31, 38, 43, 55], "path_in_schema": 31, "path_to_sql_fil": 22, "patient": 5, "pattern": 47, "pcre": 49, "pdf": 4, "peak": 33, "peer": [6, 54], "peopl": [0, 5, 6], "per": [5, 14, 18, 33, 49, 53, 54], "percentag": 54, "percentil": [38, 41], "perform": [0, 7, 9, 11, 13, 14, 16, 18, 22, 23, 24, 26, 33, 35, 36, 37, 38, 39, 40, 42, 49, 53, 54], "perhap": 36, "period": [15, 33], "permiss": [6, 22, 40], "permit": [5, 27, 33], "persist": 29, "person": [6, 16, 50], "personnel": 54, "persons_nam": 6, "pf": 9, "pf1": 9, "pf2": 9, "phase": 37, "philipp": 32, "phonebook": 3, "physic": [18, 32, 33, 37, 45], "physical_field": 9, "physical_plan": [9, 14, 16, 18, 23, 37, 45], "physical_plan_onli": [31, 33, 47], "physical_plann": 34, "physical_schema": 9, "physicalplan": 9, "physicalsortexpr": 18, "pi": 38, "pick": 38, "piec": 5, "pin": 18, "ping": 5, "pipelin": 40, "place": [1, 20, 21, 41, 49], "placeholderrowexec": 23, "plain": [31, 33, 34, 55], "plain_dictionari": [31, 33], "plan": [0, 5, 10, 13, 14, 15, 20, 21, 23, 24, 25, 26, 32, 33, 34, 35, 36, 39, 40, 43, 45, 49], "plan_err": 14, "plan_typ": [23, 37, 45], "plane": 9, "planet": 40, "planner": [13, 16, 23, 33, 34, 52], "planning_concurr": 33, "planproperti": 18, "platform": [1, 2, 39, 40], "pleas": [0, 1, 5, 6, 11, 12, 15, 17, 20, 21, 23, 26, 31, 32, 35, 36, 49, 50], "plenti": 1, "plu": [9, 10, 48], "plugin": 40, "pmc": [1, 13], "po": 49, "point": [13, 14, 20, 21, 23, 39, 40, 41, 49], "pointer": 18, "polar": 39, "polici": 13, "polish": 5, "polit": 5, "pool": 31, "popul": 41, "popular": 40, "portion": 11, "posit": [33, 38, 41, 55], "possibl": [0, 5, 6, 7, 12, 14, 15, 16, 24, 25, 27, 31, 33, 43, 44, 54], "post": [1, 6, 32, 49, 52], "postgr": [32, 52], "postgresql": [10, 20, 33, 40, 49], "potenti": [5, 11, 14, 23, 33], "pour": 29, "power": [38, 40], "powf": 14, "pr": [0, 1, 3, 6, 7, 11, 15, 20, 32], "practic": [3, 6, 32], "pre": [18, 43], "preced": [6, 46, 52, 54], "precis": [38, 42, 47, 49], "predic": [7, 33, 37, 38, 52, 53], "predicate_evaluation_error": 37, "predict": [7, 40], "prefer": [6, 15, 33], "prefer_existing_sort": 33, "prefer_existing_union": 33, "prefer_hash_join": [33, 37], "prefix": [5, 27, 38], "prelud": [16, 24, 25, 34, 35, 36, 38], "prepar": 37, "prepend": [38, 49], "presenc": 2, "present": [33, 49], "preserv": [11, 23], "preserve_ord": 33, "preserve_partit": 37, "pretti": [14, 25, 34], "prettier": 4, "prevent": [11, 25], "previou": [6, 11, 12, 16, 24, 49, 54], "previous": [6, 49], "primari": [5, 7], "primarili": 39, "primit": 52, "principl": 9, "print": [0, 14, 16, 31, 33, 34, 35, 36], "print_batch": 14, "println": [16, 23, 24], "prior": [5, 6, 11], "prioriti": [5, 7], "privat": [1, 3, 6], "privileg": [3, 6, 22], "probabilist": 32, "probabl": [6, 33, 55], "problem": 6, "problemat": 6, "proce": 33, "process": [0, 1, 5, 6, 23, 24, 26, 32, 33, 37, 39, 40, 53, 54], "prod": 14, "produc": [14, 16, 23, 33, 37, 50, 53], "product": [7, 14, 16, 40, 41, 50], "profil": [13, 32, 34], "program": 9, "programm": 40, "programmat": [24, 26, 37], "progress": 5, "project": [0, 1, 3, 5, 6, 7, 9, 11, 13, 16, 18, 20, 21, 23, 24, 26, 34, 36, 37, 39, 45, 52], "project_schema": 18, "projected_schema": 18, "projection_push_down": 23, "projectionexec": [23, 37, 45], "prone": 54, "proper": 33, "properli": [11, 26], "properti": [9, 18, 33, 55], "propos": [3, 6, 8], "prost": 4, "protobuf": 2, "protoc": 4, "protocol": 27, "prototyp": 0, "prove": 24, "provid": [0, 5, 11, 12, 13, 14, 15, 16, 17, 20, 25, 27, 31, 33, 39, 40, 43, 44, 49, 54], "provider_as_sourc": 16, "proxim": 14, "prql": 40, "prune": [32, 33, 43], "pub": [14, 15, 17, 18, 23, 24], "public": [0, 6, 11, 12, 15, 33, 36, 47], "publish": [7, 29, 40], "pull": [1, 3, 6, 13], "purpos": [0, 1, 14, 32], "push": [16, 18, 23, 32, 33, 37, 52], "pushdown": [7, 18, 37, 40, 52], "pushdown_filt": 33, "pushdown_rows_match": 37, "pushdown_rows_prun": 37, "put": 36, "pydant": 32, "pyramid": 11, "python": [1, 13, 32, 40], "q": [6, 31, 49], "qualifi": [9, 10, 53], "qualiti": [3, 40], "quantifi": 50, "quarter": 49, "quarterli": 13, "quartil": 49, "queri": [0, 4, 5, 7, 9, 10, 11, 13, 14, 16, 18, 20, 24, 25, 26, 27, 30, 31, 32, 33, 35, 39, 40, 42, 43, 44, 49, 50, 52, 53, 54, 55], "question": [1, 3, 6, 13, 37], "quick": [11, 49], "quickli": [0, 5, 17, 20, 23, 24, 37, 40], "quiet": 31, "quietli": 31, "quietmod": 31, "quit": 31, "quot": [10, 27, 33, 36, 50], "qv": 40, "r": [4, 11, 14, 15, 23, 24, 26, 31, 33, 34, 35, 38, 40, 42, 49, 55], "radian": 38, "rai": [13, 32], "rais": [5, 33, 38, 49, 55], "ran": 37, "random": [11, 14, 38], "randomli": 11, "rang": [0, 7, 14, 30, 38, 51, 54], "range_len": 14, "rank": 46, "rapidli": 5, "rare": 11, "rather": [0, 5, 6, 7, 15, 23, 33, 39, 49, 54], "ratio": 33, "rational": 5, "rc": 31, "re": [5, 14, 22, 23, 26, 32], "reach": [3, 6, 33], "read": [1, 7, 9, 13, 14, 18, 24, 26, 27, 30, 33, 40, 43, 45, 52, 55], "read_batch": 24, "read_csv": [24, 35, 36], "reader": [9, 32, 33, 37], "readi": 7, "readm": 11, "real": [5, 42], "reason": [5, 6, 26, 37], "recap": 32, "receiv": [1, 38], "recent": [0, 5, 32], "recognit": [3, 6], "recommend": [0, 4, 5, 6, 12], "recompil": 11, "record": [6, 9, 10, 32, 33], "record_batch": [14, 17, 18, 24, 25], "recordbatch": [9, 11, 14, 16, 17, 18, 24, 25, 33], "recurs": [2, 33], "red": 14, "redshift": 33, "reduc": [2, 31, 33], "reduce_cross_join": 23, "reduce_outer_join": 23, "refactor": [0, 11], "refer": [4, 8, 9, 11, 13, 15, 16, 18, 23, 25, 31, 33, 35, 38, 43, 50], "referenc": [9, 50, 54], "regclass": 42, "regen": 4, "regex": [4, 48], "regexp": 49, "regexp_match": 38, "regexp_replac": 38, "region": 27, "regist": [6, 7, 9, 17, 18, 24, 27, 36, 43], "register_avro": 25, "register_batch": 24, "register_catalog": 17, "register_csv": [14, 25, 36], "register_parquet": 25, "register_schema": 17, "register_t": [17, 18], "register_udaf": 14, "register_udf": [14, 26], "register_udtf": 14, "register_udwf": 14, "registri": 14, "regress": [0, 11, 41], "regular": [27, 46], "regularli": 40, "reimplement": 40, "rel": [33, 54], "relat": [1, 4, 5, 7, 10, 13, 32, 43, 44, 49, 54, 55], "releas": [0, 1, 2, 3, 5, 15, 29, 34, 37], "relev": [5, 11, 12, 27], "reli": 9, "rem": 38, "remain": [6, 15], "remaind": [38, 48], "remind": 5, "remot": [2, 16, 17, 20, 28, 30, 43], "remov": [5, 11, 15, 17, 33, 37, 38, 43, 44, 49], "renam": [23, 37], "render": 4, "reorder": [33, 40, 52], "reorder_filt": 33, "repartit": [23, 33], "repartition_aggreg": 33, "repartition_file_min_s": 33, "repartition_file_scan": 33, "repartition_join": 33, "repartition_sort": 33, "repartition_window": 33, "repartitionexec": [33, 37, 45], "repartitiontim": 45, "repeat": 38, "replac": [14, 33, 38, 40, 43], "repli": 6, "repo": 18, "report": [3, 5, 9, 11, 37], "repositori": [1, 3, 6, 11, 20, 29], "repost": 32, "repres": [4, 9, 14, 16, 18, 26, 35, 37, 38, 49], "represent": [16, 22, 23, 38, 39, 40, 49], "request": [0, 1, 3, 6, 7, 13, 41], "requir": [0, 1, 2, 3, 4, 6, 11, 14, 15, 22, 24, 33, 34, 36, 37, 41, 50, 54, 55], "research": 40, "reserv": 33, "resili": [7, 40], "resiz": [38, 49], "resolv": 8, "resort": 33, "resourc": [2, 5, 7, 32], "respect": [3, 9, 37, 55], "respond": [0, 5], "respons": [3, 5, 6], "rest": [6, 38, 40, 49], "restart": 7, "restat": 40, "restrict": [5, 7], "result": [0, 4, 5, 6, 9, 10, 14, 16, 17, 18, 22, 23, 24, 25, 26, 31, 33, 34, 35, 36, 37, 41, 43, 44, 48, 49, 50, 53, 54, 55], "retain": [54, 55], "retriev": [16, 38, 41, 49, 54], "return": [4, 9, 14, 15, 17, 18, 23, 24, 25, 26, 31, 33, 34, 36, 37, 38, 41, 48, 49, 50, 53, 54], "return_typ": [4, 14, 47], "reusabl": 39, "revers": 38, "review": [3, 6, 7, 8, 13, 21], "rewrit": [21, 53], "rewrite_add_on": 26, "rewrite_between": 23, "rewrite_disjunctive_pred": 23, "rewritten": [23, 26], "rewritten_expr": 23, "rfc3339": [49, 55], "rfc339": 55, "rich": [13, 40], "right": [6, 26, 33, 38, 48, 52], "rightanti": 33, "rightsemi": 33, "rle": [31, 33, 55], "rle_dictionari": 33, "rm": 29, "roadmap": 13, "roapi": 40, "robin": 33, "role": 27, "rollup": 38, "room": 53, "root": [9, 22, 29, 38, 49], "roster": 6, "roughli": [17, 33, 37], "round": [33, 38], "roundrobinbatch": [33, 45], "routin": 47, "rover": 2, "row": [7, 14, 18, 27, 30, 31, 33, 35, 37, 38, 44, 47, 50, 51, 52, 53, 54, 55], "row_group": 55, "row_group_byt": [14, 31], "row_group_id": [14, 31], "row_group_num_column": 31, "row_group_num_row": [14, 31], "row_groups_matched_bloom_filt": 37, "row_groups_matched_statist": 37, "row_groups_pruned_bloom_filt": 37, "row_groups_pruned_statist": 37, "row_num": 34, "row_numb": 34, "row_pushdown_eval_tim": 37, "row_replac": 37, "rpad": 38, "rss": 41, "rt": [34, 36], "rtrim": 38, "ru": 37, "rubi": 40, "rule": [9, 33, 44], "run": [2, 4, 6, 9, 11, 16, 24, 25, 26, 28, 30, 31, 32, 33, 34, 37, 39, 43, 44, 55], "runner": [11, 33, 37], "runtim": [9, 16, 37, 40, 46], "rust": [1, 2, 4, 5, 7, 9, 12, 13, 21, 23, 32, 34, 38, 39, 40], "rust_backtrac": 34, "rust_clippi": 2, "rust_fmt": 2, "rust_lint": 2, "rust_toml_fmt": 2, "rustc": 34, "rustflag": 34, "rustup": 2, "s3": [28, 30, 40], "safe": [0, 9, 48], "sail": 40, "salari": [41, 54], "sale": 54, "same": [5, 9, 11, 14, 16, 17, 23, 24, 26, 31, 33, 35, 37, 38, 43, 49, 54], "sampl": [10, 41], "san": 32, "satisfi": [5, 9], "save": [4, 11, 49], "scalabl": 7, "scalar": [13, 20, 38, 40, 46, 47], "scalar_func": 26, "scalar_subqueri": 38, "scalar_subquery_to_join": 23, "scalarfunct": 26, "scalarfunctionarg": 14, "scalarudf": [14, 26], "scalarudfimpl": 4, "scalarvalu": 14, "scale": [7, 13, 40, 42], "scan": [9, 16, 17, 24, 33, 37, 43, 50], "scan_with_filt": 16, "scenario": [5, 6], "scene": 54, "schedul": [7, 34], "schema": [10, 13, 14, 16, 18, 23, 25, 26, 27, 31, 33, 36, 42, 46, 50, 52], "schema_force_view_typ": 33, "schema_nam": [17, 43], "schema_provid": 17, "schemabl": 26, "schemaref": [16, 17, 18], "scienc": 40, "scientist": 39, "scope": 37, "script": 2, "sdk": 7, "seafowl": 40, "search": [31, 32, 38, 40, 49], "search_str": 49, "seattl": 32, "second": [14, 23, 27, 30, 31, 37, 38, 41, 42, 47, 49], "second_salary_by_dept": 41, "secret_access_kei": 27, "secretari": 6, "section": [0, 2, 4, 5, 9, 13, 15, 16, 17, 18, 21, 22, 24, 25, 27, 30, 34, 36, 37], "secur": [6, 13], "see": [0, 2, 4, 5, 6, 7, 8, 11, 13, 14, 17, 18, 20, 23, 24, 25, 26, 27, 30, 31, 33, 34, 35, 36, 37, 38, 42, 43, 44, 45, 50, 52, 55], "seed": 49, "seen": [4, 26, 31], "segment": 32, "select": [9, 10, 14, 18, 23, 24, 25, 26, 27, 30, 31, 33, 34, 35, 36, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 54], "select_column": 10, "select_expr": 50, "selector": 49, "self": [14, 17, 18, 23, 26], "semant": [8, 32], "seminar": 32, "semver": 15, "send": 23, "sendablerecordbatchstream": [18, 24], "sendtim": 45, "sens": [0, 6], "sensit": [33, 49], "sent": [6, 18, 37], "separ": [5, 10, 13, 22, 37, 38, 41, 44, 49, 54], "seri": [0, 32, 40, 49], "serial": [14, 27, 33], "serv": 16, "server": [1, 40], "serverless": 39, "servic": 27, "service_account": 27, "service_account_kei": 27, "service_account_path": 27, "session": [18, 25, 33, 47, 55], "session_st": 24, "sessionconfig": [33, 44, 55], "sessioncontext": [7, 14, 16, 18, 24, 26, 34, 35, 36], "sessionst": [16, 24, 25, 26], "set": [3, 9, 11, 13, 14, 16, 17, 20, 23, 27, 28, 34, 35, 38, 41, 42, 47, 48, 49, 52, 53, 54, 55], "sever": [5, 11, 16, 26, 34, 49, 54], "sh": [2, 4, 37], "sha": [12, 49], "sha224": 38, "sha224_hash_result": 49, "sha256": 38, "sha256_hash_result": 49, "sha384": 38, "sha384_hash_result": 49, "sha512": [12, 38], "sha512_hash_result": 49, "shard": 7, "share": [3, 54], "shasum": 12, "shift": [33, 38, 48], "shl": 38, "short": [14, 26], "should": [3, 4, 5, 6, 9, 10, 11, 12, 14, 16, 18, 23, 33, 37, 43, 44, 50, 54, 55], "show": [0, 5, 14, 23, 24, 28, 34, 35, 36, 37, 45, 46, 50, 52, 54], "show_schema": 33, "show_siz": 33, "show_statist": 33, "shown": [16, 24, 27, 37], "shr": 38, "shuffl": 7, "side": [33, 40, 49, 50], "sigmod": [7, 32], "sign": [12, 38, 49], "signal": 37, "signatur": [4, 14, 38], "signific": [2, 3, 32, 37], "significantli": [2, 6, 11, 34], "signum": 38, "silent": 43, "similar": [0, 5, 11, 14, 24, 35, 36, 39, 40, 49, 54], "similarli": [17, 24, 25], "simod": 32, "simpl": [5, 9, 14, 16, 17, 23, 26, 36], "simple_udaf": 14, "simple_udf": 14, "simple_udtf": 14, "simple_udwf": 14, "simplest": [14, 24, 25], "simpli": [1, 5, 6, 23], "simplic": 32, "simplif": 40, "simplifi": [23, 26], "simplify_express": 23, "sin": 38, "sinc": [5, 6, 9, 15, 33, 38, 49], "sine": [38, 49], "singapor": 27, "singl": [5, 9, 14, 18, 23, 25, 27, 32, 33, 37, 39, 41, 49, 53, 54, 55], "single_distinct_aggregation_to_group_bi": 23, "sinh": 38, "sion": 49, "sit": 49, "site": [12, 13, 37], "situat": [6, 11, 14], "six": 14, "sixth": 14, "size": [3, 14, 31, 33, 38, 43, 44, 49, 55], "size_hint": 33, "size_of_v": 14, "sketch": 32, "skip": [14, 33, 37, 54], "skip_arrow_metadata": 33, "skip_failed_rul": [31, 33, 47], "skip_metadata": 33, "skip_partial_aggregation_probe_ratio_threshold": 33, "skip_partial_aggregation_probe_rows_threshold": 33, "skip_physical_aggregate_schema_check": 33, "slack": 20, "slice": [14, 38, 49], "slide": 32, "slightli": [11, 33], "slope": 41, "slow": [2, 11, 37], "slower": [0, 33], "slowest": 14, "small": [5, 33, 37], "smaller": [5, 33, 37], "smallest": [9, 49], "smallint": [27, 42, 43], "smooth": 14, "smooth_it": 14, "smooth_spe": 14, "snappi": [31, 33, 55], "snmalloc": 34, "snmalloc_r": 34, "snowflak": 33, "so": [4, 5, 6, 9, 14, 15, 18, 23, 24, 26, 29, 33, 34, 36, 37, 43, 55], "soft": 33, "soft_max_rows_per_output_fil": 33, "softwar": [1, 3, 5, 13, 20, 32, 37, 39, 40], "soin": 49, "sole": 9, "some": [0, 3, 5, 6, 8, 9, 14, 16, 17, 18, 20, 23, 24, 26, 33, 34, 35, 36, 37, 38, 40, 47, 49, 50, 54, 55], "some_tim": 33, "somehow": [4, 54], "someon": [3, 5, 6], "someth": [18, 26], "sometim": [0, 5, 11, 15, 23, 33, 37], "soon": [19, 25], "sort": [7, 16, 24, 33, 37, 38, 40, 43, 49, 52], "sort_bi": 24, "sort_claus": 43, "sort_expression1": 43, "sort_expression2": 43, "sort_in_place_threshold_byt": 33, "sort_spill_reservation_byt": 33, "sortexec": [33, 37], "sortmergejoin": 33, "sortpreservingmergeexec": [33, 37], "sourc": [0, 2, 3, 5, 7, 8, 11, 12, 13, 14, 17, 18, 21, 27, 29, 30, 32, 33, 39, 40, 43, 44, 46, 49], "source_t": [44, 55], "space": [10, 38, 49], "spammer": 1, "span": 33, "spark": [10, 13, 32, 35, 40], "speak": 37, "special": [37, 40, 46, 55], "specif": [0, 1, 2, 5, 6, 9, 10, 11, 13, 16, 18, 21, 31, 33, 37, 38, 40, 42, 43, 47, 49, 53], "specifi": [14, 15, 27, 31, 33, 38, 41, 43, 44, 45, 46, 47, 49, 54], "speed": [14, 33], "spend": [6, 37], "spent": 37, "spice": [32, 40], "spider": 38, "spill": [33, 52], "spillabl": 33, "split": [5, 38, 49, 54], "split_file_groups_by_statist": 33, "split_part": 38, "sq": 23, "sql": [0, 4, 5, 7, 10, 13, 14, 18, 20, 21, 22, 23, 24, 26, 28, 30, 32, 33, 34, 37, 38, 39, 40, 43, 45, 47, 50, 55], "sql_file": 22, "sql_function_to_expr": 34, "sql_parser": 33, "sql_planner": [11, 22], "sql_with_opt": 25, "sqlancer": 11, "sqlite": [10, 11, 20, 33], "sqllancer": 11, "sqllogictest": 4, "sqlparser": 42, "sqltorel": 34, "sqrt": 38, "squar": [38, 41, 49], "squash": 5, "src": [4, 11, 34], "stabl": [0, 2], "stage": [14, 16, 23], "stand": [43, 44], "standalon": 4, "standard": [2, 5, 11, 26, 39, 40, 41], "star": 13, "start": [3, 5, 7, 13, 14, 17, 20, 21, 23, 37, 38, 49], "start_po": 49, "starts_with": [37, 38], "startup": 31, "state": [14, 16, 17, 23, 24, 38, 40, 43], "statement": [25, 31, 33, 35, 43, 45, 55], "static": [9, 34], "statist": [11, 18, 31, 33, 37, 46, 55], "statistics_en": [33, 55], "statistics_eval_tim": 37, "stats_distinct_count": 31, "stats_max": [14, 31], "stats_max_valu": 31, "stats_min": [14, 31], "stats_min_valu": 31, "stats_null_count": 31, "statu": [3, 46], "std": [14, 16, 17, 18, 23, 24, 26, 34], "step": [16, 33, 34, 37, 38, 49], "still": [0, 5, 23, 40], "stop": [38, 49], "storag": [17, 27, 29, 40], "store": [8, 17, 25, 27, 31, 33, 40, 43, 44, 49, 55], "stori": [7, 32], "str": [9, 14, 17, 18, 23, 26, 49], "str1": 49, "str2": 49, "str_n": 49, "straightforward": 17, "stream": [0, 13, 18, 32, 33, 37, 40, 43, 52], "streamext": 24, "streamprovid": 7, "strictli": 6, "stride": [38, 49], "string": [4, 5, 9, 10, 17, 20, 23, 25, 31, 32, 33, 36, 41, 42, 46, 48, 51, 52, 53, 55], "string_to_arrai": 38, "stringview": 32, "strip": 9, "strip_rel": 9, "strive": 3, "strlist": 49, "strong": 6, "strongli": 7, "strpo": 38, "struct": [4, 14, 16, 17, 18, 23, 24, 25, 26, 33, 35, 46, 52], "struct_column": 51, "structur": [0, 16, 17, 31, 32, 40, 44], "struggl": 5, "stuck": 5, "studi": 23, "studio": 2, "style": [5, 32, 38, 40, 43, 44], "sub": [33, 38, 49], "subdirectori": 33, "subfield": 38, "subject": [5, 6], "submit": [5, 6, 7], "submodul": [2, 23], "subproject": 1, "subqueri": [23, 46, 52], "subquery_filter_to_join": 23, "subscrib": [1, 6], "subsect": 9, "subsequ": [11, 33, 49], "subset": 43, "substanti": 5, "substitut": [6, 38, 49], "substr": 38, "substrait": 40, "subtract": [38, 48], "success": [6, 49], "successfulli": [33, 49], "sudo": [2, 11, 22], "suffici": 5, "suggest": [5, 7], "suitabl": [0, 5, 16, 23, 39, 40], "sum": [9, 14, 37, 38, 45, 52, 54], "sum12": 9, "summit": 32, "supplement": 11, "support": [0, 2, 5, 7, 11, 13, 14, 16, 17, 18, 20, 24, 26, 27, 28, 30, 33, 34, 39, 40, 43, 44, 46, 47, 49, 50, 53, 55], "support_varchar_with_length": 33, "sure": [6, 22, 50], "surpris": 7, "sustain": [3, 6], "swap": 49, "swhj": 32, "switch": 33, "symmetr": [32, 33], "symmetrichashjoin": 33, "symptom": 6, "sync": [14, 16, 17, 18, 23, 24, 26], "synnada": [32, 40], "syntact": 54, "syntax": [31, 38, 43, 46, 47, 55], "syntax_exampl": [14, 47], "system": [2, 5, 6, 9, 11, 13, 20, 22, 32, 33, 34, 39, 40, 42, 43], "t": [0, 5, 6, 14, 16, 20, 21, 23, 32, 33, 36, 41, 43, 47, 49, 50, 53, 55], "t1": [9, 10], "t2": [9, 10], "tabl": [10, 13, 20, 21, 24, 28, 31, 33, 36, 42, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55], "table1": 50, "table2": 50, "table_catalog": 47, "table_exist": 17, "table_nam": [17, 31, 41, 43, 44, 47], "table_provid": [16, 17], "table_scan": 16, "table_schema": 47, "table_sourc": 16, "table_typ": [18, 47], "table_with_opt": 55, "tablefunctionimpl": 14, "tableprovid": [0, 9, 14, 16, 17, 20, 21, 33, 40, 52], "tableproviderfilterpushdown": 18, "tablescan": [16, 37, 45], "tablesourc": 16, "tabletyp": 18, "tag": 29, "tailor": 40, "take": [5, 6, 11, 14, 23, 25, 26, 29, 37, 49, 55], "taken": [6, 37], "talk": [14, 32], "tan": 38, "tangent": [38, 49], "tanh": 38, "taplo": 4, "tar": 29, "target": [5, 13, 33, 34, 39], "target_batch_s": [37, 45], "target_partit": 33, "target_path": 24, "target_t": 44, "task": [5, 6, 7, 23], "taskcontext": 18, "taxi": [27, 43], "tech": 32, "technic": 1, "telemetri": 40, "tell": [14, 25], "tempdir": 24, "tempfil": 24, "tencent": 27, "tend": [5, 6], "tensorbas": 40, "term": [3, 11, 37], "test": [2, 3, 4, 5, 10, 13, 14, 16, 24, 25, 27, 34, 35, 36, 37, 40, 43, 49, 55], "test_array_agg": 22, "test_fil": 4, "test_get_backtrace_for_failed_cod": 34, "test_util": [11, 25], "testdata": 25, "text": [23, 33, 38, 40, 42, 49], "textual": 49, "than": [0, 1, 5, 6, 11, 12, 15, 23, 31, 32, 33, 38, 39, 48, 49, 53, 54], "thank": [6, 13], "thankfulli": 20, "thei": [5, 6, 9, 11, 14, 15, 16, 18, 23, 24, 33, 49], "them": [2, 5, 6, 11, 14, 15, 20, 24, 25, 26, 33, 37, 38, 41, 50], "therefor": [6, 11], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 13, 14, 16, 17, 18, 20, 22, 23, 24, 25, 26, 29, 31, 32, 33, 34, 35, 36, 38, 39, 41, 42, 43, 44, 47, 49, 50, 54, 55], "thin": 24, "thing": [3, 5, 6, 14], "think": 7, "third": 14, "those": [2, 5, 15, 17, 18, 24, 37, 43], "though": 0, "thought": 6, "thread": [2, 5, 7, 13, 18, 32, 34, 36, 39, 40], "three": [18, 24, 48, 53], "threshold": 33, "thrive": 6, "through": [4, 6, 8, 26, 44, 55], "throughput": 40, "thu": [0, 5, 9, 14, 15, 16, 33, 37, 42], "ticket": [1, 7], "time": [0, 3, 5, 6, 9, 14, 15, 23, 24, 32, 33, 34, 37, 38, 39, 40, 44, 46, 52, 55], "time32": 42, "time64": 42, "time_elapsed_open": 37, "time_elapsed_scanning_tot": 37, "time_format": 55, "time_zon": [31, 33, 47], "timestamp": [7, 38, 42, 47, 49], "timezon": [5, 49], "tini": 33, "tinyint": 42, "tinyint_col": 25, "titl": 5, "tl": 27, "tmp": [4, 27, 45], "to_hex": 38, "to_local_time_typ": 49, "to_str": [14, 17, 23, 24, 26], "to_timestamp": 38, "to_timestamp_micro": 38, "to_timestamp_milli": 38, "to_timestamp_second": 38, "togeth": [5, 9, 37, 38, 49], "token": 27, "tokio": [14, 16, 18, 24, 25, 26, 34, 35, 36], "told": 5, "toler": [7, 33], "tom": 38, "toml": [15, 34, 36], "tonic": 4, "too": [5, 33, 37], "took": [27, 31, 37], "tool": [2, 4, 6, 11, 29, 32, 40], "toolkit": [2, 40], "top": [5, 6, 9, 33, 34, 37], "top_down_join_key_reord": 33, "topk": 37, "total": [31, 33, 37, 38, 41, 49, 54], "total_compressed_s": 31, "total_row": 54, "total_uncompressed_s": 31, "touch": [13, 18], "toward": [32, 38, 48], "tpdf": 4, "trace": 34, "trace_unsynchron": 34, "track": [7, 37], "tracker": 13, "trade": 11, "tradit": 5, "traffic": 1, "trail": 49, "trait": [4, 7, 14, 17, 18, 23, 26, 38, 40, 52], "transact": [17, 40], "transcod": 40, "transform": [16, 23, 33, 35, 37], "transform_up": 23, "transit": 15, "translat": 38, "transmit": 6, "treat": 14, "tree": [9, 26], "tree_nod": 26, "treenod": [23, 26], "treenoderecurs": 23, "trent": 32, "tri": [11, 20, 43, 49], "triag": 3, "tricki": 2, "trigger": [5, 6], "trim": 38, "trim_arrai": 38, "trim_str": 49, "tripdata": [27, 43], "triplet": 9, "trivial": 0, "true": [14, 16, 17, 18, 22, 24, 26, 27, 31, 33, 34, 37, 38, 41, 43, 44, 47, 48, 49, 53, 55], "trunc": 38, "truncat": [33, 38, 47, 48, 49], "trust": [6, 12], "try": [5, 15, 33], "try_cast": 52, "try_for_each": 14, "try_from_arrai": 14, "try_from_it": 24, "try_new": [14, 16, 17, 18], "try_optim": 26, "tsv": 31, "tui": 40, "tune": 33, "tupl": 55, "turn": [4, 33], "twice": [32, 49], "two": [9, 23, 26, 33, 36, 37, 41, 42, 49, 53], "type": [4, 7, 9, 14, 15, 18, 20, 31, 33, 36, 38, 43, 46, 49, 52, 54, 55], "type_coercion": 23, "typic": [0, 3, 5, 23, 33, 35, 39], "tz": 47, "u": [0, 1, 6, 13, 14, 20, 27, 37, 49], "u32": [9, 14], "u64": [9, 18], "u8": 18, "ubuntu": 2, "udaf": [14, 21, 38], "udf": [10, 21, 38], "udwf": 14, "ui": 40, "uint16": 42, "uint32": [14, 42], "uint64": [18, 42], "uint64build": 18, "uint8": [18, 42], "uint8build": 18, "ultim": [7, 17], "unabl": [5, 33], "unambigu": 9, "unassign": 5, "unbound": [33, 43, 54], "uncompress": [33, 55], "under": [20, 43], "underli": [17, 33, 37, 49], "underscor": 33, "understand": [5, 6, 31, 39, 43], "understood": [9, 40], "unexpectedli": 36, "unfortun": 1, "unicod": [4, 49], "unicode_express": 34, "unifi": [32, 40], "uniform": 14, "unimpl": 23, "union": [33, 38, 46, 52], "uniqu": [6, 40, 49, 53], "unit": [22, 23, 34], "univers": 32, "unix": [38, 49], "unless": 55, "unlik": [38, 39, 49], "unnecessari": [5, 6], "unnest_placehold": 51, "unnested_rang": 51, "unqualifi": 36, "unreach": [14, 18], "unsign": [42, 49], "unsubscrib": 1, "unsuit": [6, 39], "unsupport": [18, 46, 55], "until": 24, "unwrap": [14, 17, 18, 23, 24, 26, 38], "unwrap_cast_in_comparison": 23, "up": [0, 2, 7, 9, 11, 16, 20, 23, 33, 35, 37, 54, 55], "upcom": 32, "updat": [2, 11, 14, 26, 29, 34, 37, 49], "update_batch": 14, "update_function_doc": 4, "upgrad": [4, 5], "upper": [31, 38], "uppercas": 33, "upsid": 37, "url": [27, 30, 37], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 20, 21, 22, 23, 26, 27, 28, 30, 31, 32, 33, 34, 35, 37, 38, 39, 41, 42, 44, 45, 47, 49, 50, 53, 54, 55], "usabl": [3, 32], "usag": [13, 28, 30, 33, 38], "use_row_number_estimates_to_optimize_partit": 33, "usecas": [18, 40], "user": [4, 6, 9, 10, 15, 17, 18, 20, 21, 24, 26, 32, 35, 37, 39, 43, 49, 52], "user_doc": 14, "userid": 37, "usernam": 6, "users_v": 43, "uses_window_fram": 14, "usiz": [14, 15, 18], "utc": [31, 47, 49], "utf8": [16, 23, 31, 33, 37, 42, 47, 48, 49], "utf8larg": 33, "utf8view": [33, 47], "util": [14, 25, 30, 39], "uuid": 42, "uwheel": 32, "v": [14, 29, 31, 49], "v12": 31, "v13": 31, "v16": 27, "v17": 27, "v21": 27, "v31": 34, "v37": [29, 30], "v4": 49, "v41": 37, "valid": [4, 14, 27, 33, 41, 44], "valu": [9, 10, 14, 16, 17, 18, 28, 32, 33, 37, 41, 42, 43, 44, 47, 49, 50, 51, 52, 53, 54, 55], "valuabl": 11, "value1": [38, 41, 49], "value2": [38, 41, 49], "values_to_arrai": 14, "valuet": 43, "varbinari": 42, "varchar": [10, 25, 27, 33, 42, 43, 49], "vari": 14, "variabl": [11, 27, 31, 33, 34, 41], "varianc": 41, "variant": [4, 16, 18, 26], "variou": [14, 17, 26, 33], "vast": 1, "ve": [4, 26], "vebos": 37, "vec": [10, 14, 16, 17, 18, 23, 24, 25, 26, 35, 36, 38], "vector": [4, 9, 13, 14, 40], "vector_express": 4, "vega": 40, "vegafus": 40, "velox": 39, "verbos": [23, 28, 34, 45], "veri": [0, 1, 6, 37, 39, 40], "verif": 33, "verifi": [2, 3, 11, 33], "version": [0, 2, 4, 5, 9, 13, 15, 31, 33, 34, 55], "via": [0, 3, 4, 6, 11, 12, 17, 20, 24, 27, 29, 32, 33, 37, 40, 49, 52], "video": [22, 32], "view": [1, 6, 33, 40, 46, 47, 51, 52], "view_nam": 43, "violat": 9, "virtual": [33, 43], "virtualbox": 2, "visibl": 7, "vision": 7, "visit": 23, "visual": [2, 22, 40], "visualcpp": 2, "vm": 2, "vmbuild_20190311": 2, "vo": 2, "voit": 6, "volatil": [14, 26], "volunt": 7, "vote": 3, "vote_result_url": 6, "vote_url": 6, "vp": 6, "w": [4, 54], "wa": [0, 15, 37], "wai": [3, 4, 5, 6, 11, 14, 16, 18, 22, 23, 24, 25, 36, 38, 48, 55], "wait": 5, "walk": 26, "want": [0, 2, 5, 11, 14, 17, 26, 32, 34, 37, 44, 50, 54], "warn": 33, "wast": 5, "watch": 37, "watchid": [31, 37], "we": [0, 1, 3, 4, 5, 6, 7, 8, 11, 14, 15, 16, 17, 18, 20, 23, 24, 25, 26, 32, 33, 37, 43, 50, 55], "web": 12, "websit": [7, 37], "week": 49, "weekend": 32, "weight": 41, "weight_column": 41, "weight_expr": 38, "welcom": [0, 1, 5, 6, 7, 8, 11, 40], "well": [0, 4, 5, 6, 9, 11, 12, 14, 15, 23, 26, 31, 34, 35, 37, 40, 53], "were": [23, 37], "wget": 2, "what": [0, 4, 6, 7, 9, 14, 31, 32, 33, 37, 54], "when": [3, 5, 6, 9, 11, 12, 15, 23, 24, 33, 34, 35, 37, 38, 39, 42, 49, 50, 54, 55], "whenev": 11, "where": [1, 2, 4, 6, 7, 9, 14, 16, 18, 22, 23, 25, 31, 36, 37, 38, 43, 46, 52, 54], "whether": [3, 6, 9, 17, 33, 38, 41, 49, 55], "which": [0, 2, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 33, 34, 37, 38, 39, 40, 43, 49, 50, 53, 54, 55], "whichev": 15, "while": [0, 3, 5, 6, 9, 11, 12, 14, 23, 24, 29, 30, 33, 37, 40], "whimsi": 6, "whitespac": 49, "who": [0, 3, 5, 6, 11], "whole": [49, 54], "whose": [9, 14], "why": [6, 37], "wic": 49, "wid": 37, "wide": [0, 1], "wildcard": 27, "win10": 2, "window": [13, 32, 33, 40, 46, 49, 52], "windowudf": 14, "wish": 5, "with_capac": 18, "with_max_pass": 23, "with_new_children": 18, "with_new_expr": 26, "with_queri": 50, "with_rul": 23, "with_skip_arrow_metadata": 33, "within": [4, 5, 6, 11, 18, 31, 33, 37, 39, 44, 49, 53, 54, 55], "without": [5, 9, 16, 17, 23, 27, 33, 36, 37, 38, 40, 49, 54, 55], "won": [33, 36], "word": [5, 9, 38, 49], "work": [0, 1, 3, 4, 6, 7, 11, 13, 14, 20, 25, 29, 31, 32, 33, 34, 36, 37, 38, 40, 43], "workaround": 33, "workload": [13, 32, 40], "workspac": 1, "world": [5, 10], "worldwid": 5, "worth": 34, "worthwhil": 33, "would": [0, 6, 7, 14, 16, 20, 26, 31, 33, 34, 37, 43, 54], "wrap": [10, 14, 16, 26, 34], "wrapper": 24, "write": [3, 4, 6, 7, 9, 11, 13, 18, 26, 30, 33, 39, 43, 44, 46, 52, 54], "write_batch_s": [33, 55], "write_parquet": 24, "writer": [26, 33, 55], "writer_opt": 24, "writer_vers": [33, 55], "written": [2, 13, 18, 23, 26, 33, 39, 55], "wsl2": 2, "www": [6, 49], "x": [23, 38, 41, 42, 44, 45, 49, 50, 53], "x2zno2hs1ormvfy13n7h82hmsxp3j66c": 6, "xcode": 32, "xiangpeng": 32, "xor": [38, 48], "xyz": [4, 13], "xz": 55, "y": [2, 23, 38, 41, 44, 49, 50, 53], "ye": [23, 26, 55], "year": [3, 6, 33, 43, 49], "yearmonth": 42, "yet": [0, 5, 34, 42], "yml": 11, "york": 32, "you": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 29, 31, 32, 33, 34, 36, 37, 38, 42, 43, 44, 45, 49, 50, 54], "your": [0, 2, 4, 5, 6, 12, 14, 17, 18, 20, 21, 25, 26, 31, 33, 34, 36, 37, 39, 40], "your_branch": 11, "yourself": 5, "yyyi": 49, "z": 49, "za": 49, "zero": [37, 38, 48, 49, 53], "zip": 2, "zone": [33, 49], "zstd": [33, 55], "\u00e5ngstr\u00f6m": 49, "\u00f6": 49, "\u03c0": [38, 49], "\u0441alcul": 38}, "titles": ["Architecture", "Communication", "Getting Started", "Governance", "HOWTOs", "Introduction", "Inviting New Committers and PMC Members", "Roadmap", "Specifications", "Invariants", "Output field name semantics", "Testing", "Download", "Apache DataFusion", "Adding User Defined Functions: Scalar/Window/Aggregate/Table Functions", "API health policy", "Building Logical Plans", "Catalogs, Schemas, and Tables", "Custom Table Provider", "Extending DataFusion\u2019s operators: custom LogicalPlan and Execution Plans", "Extensions List", "Introduction", "Profiling Cookbook", "DataFusion Query Optimizer", "Using the DataFrame API", "Using the SQL API", "Working with <code class=\"docutils literal notranslate\"><span class=\"pre\">Expr</span></code>s", "Local Files / Directories", "DataFusion CLI", "Installation", "Overview", "Usage", "Concepts, Readings, Events", "Configuration Settings", "Crate Configuration", "DataFrame API", "Example Usage", "Reading Explain Plans", "Expression API", "Frequently Asked Questions", "Introduction", "Aggregate Functions", "Data Types", "DDL", "DML", "EXPLAIN", "SQL Reference", "Information Schema", "Operators", "Scalar Functions", "SELECT syntax", "Special Functions", "Status", "Subqueries", "Window Functions", "Write Options"], "titleterms": {"": [5, 19, 27], "1": [6, 22], "2": [6, 22], "2022": 7, "2023": 7, "3": [6, 22], "4": 6, "5": 6, "6": 6, "A": 26, "AND": 48, "BY": 50, "IN": 53, "NOT": [48, 53], "OR": 48, "On": 5, "TO": 31, "The": 9, "To": 12, "WITH": [6, 43, 50], "ab": 49, "account": 6, "aco": 49, "acosh": 49, "ad": 14, "add": [4, 34, 36], "addit": 18, "against": 36, "aggreg": [4, 14, 37, 38, 41, 54], "alias": [41, 49], "all": [31, 47], "altern": 49, "an": [6, 14, 23, 25, 26, 37], "analyt": 54, "analyz": [37, 45], "announc": 6, "apach": [6, 13, 25, 39], "api": [0, 11, 15, 24, 25, 35, 36, 38], "appendic": 10, "approx_distinct": 41, "approx_median": 41, "approx_percentile_cont": 41, "approx_percentile_cont_with_weight": 41, "approxim": 41, "ar": [5, 9, 37], "architectur": 0, "argument": [41, 49, 51, 54], "arithmet": 38, "arrai": [38, 49], "array_agg": 41, "array_any_valu": 49, "array_append": 49, "array_cat": 49, "array_concat": 49, "array_contain": 49, "array_dim": 49, "array_dist": 49, "array_distinct": 49, "array_el": 49, "array_empti": 49, "array_except": 49, "array_extract": 49, "array_ha": 49, "array_has_al": 49, "array_has_ani": 49, "array_indexof": 49, "array_intersect": 49, "array_join": 49, "array_length": 49, "array_ndim": 49, "array_pop_back": 49, "array_pop_front": 49, "array_posit": 49, "array_prepend": 49, "array_push_back": 49, "array_push_front": 49, "array_remov": 49, "array_remove_al": 49, "array_remove_n": 49, "array_repeat": 49, "array_replac": 49, "array_replace_al": 49, "array_replace_n": 49, "array_res": 49, "array_revers": 49, "array_slic": 49, "array_sort": 49, "array_to_str": 49, "array_union": 49, "arrays_overlap": 49, "arrow": [36, 39, 42], "arrow_cast": 49, "arrow_typeof": 49, "artifact": 12, "ascii": 49, "asf": [6, 13], "asin": 49, "asinh": 49, "ask": 39, "assign": 5, "asynchron": 17, "atan": 49, "atan2": 49, "atanh": 49, "avail": 55, "avg": 41, "avro": 25, "background": 32, "backtrac": 34, "ballista": [7, 39], "baselin": 11, "becom": 3, "benchmark": [11, 22], "between": [24, 39], "bigtabl": 7, "binari": [42, 49], "bind": 40, "bit_and": 41, "bit_length": 49, "bit_or": 41, "bit_xor": 41, "bitwis": [38, 48], "board": [1, 6], "bool_and": 41, "bool_or": 41, "boolean": [38, 42], "bootstrap": 2, "both": 36, "break": 15, "btrim": 49, "build": [16, 22, 23], "builder": [9, 38], "candid": 6, "capit": 36, "cardin": 49, "cargo": 29, "case": 40, "catalog": 17, "categori": 53, "caution": 43, "cbrt": 49, "ceil": 49, "celebr": 6, "chair": 6, "chang": 15, "char_length": 49, "charact": 42, "character_length": 49, "checksum": 12, "chr": 49, "claus": [43, 50, 53], "cli": 28, "co": [27, 49], "coalesc": 49, "collect": 24, "column": [9, 10, 47], "command": 31, "commit": 5, "committ": [3, 6], "commun": [1, 32], "compar": [11, 39], "comparison": [10, 38, 48], "concat": 49, "concat_w": 49, "concept": [17, 32], "conclus": 26, "condit": [38, 49], "configur": [31, 33, 34, 47], "consist": 9, "contain": [2, 49], "contrib": [7, 20], "contribut": 5, "contributor": 13, "convent": 5, "cookbook": 22, "copi": 44, "core": 7, "corr": 41, "correl": 53, "cosh": 49, "cot": 49, "count": 41, "counter": 37, "covar": 41, "covar_pop": 41, "covar_samp": 41, "cpu": 22, "crate": 34, "creat": [0, 5, 25, 26, 27, 43], "create_udf": 14, "criterion": 11, "cross": 50, "csv": [25, 27, 36, 55], "cume_dist": 54, "current_d": 49, "current_tim": 49, "current_timestamp": 49, "custom": [18, 19, 23], "data": [9, 25, 26, 36, 37, 42, 52], "databas": 43, "datafram": [24, 35, 36], "datafus": [7, 13, 19, 20, 23, 28, 34, 36, 39, 40], "date": [42, 49], "date_bin": 49, "date_format": 49, "date_part": 49, "date_trunc": 49, "datepart": 49, "datetrunc": 49, "ddl": 43, "debug": [23, 37], "decod": 49, "defin": [14, 38], "degre": 49, "dense_rank": 54, "depend": [4, 34, 36], "deprec": 15, "dev": 2, "develop": 5, "digest": 49, "directori": 27, "discord": 1, "discuss": [5, 6], "displai": 4, "distinct": 48, "dml": 44, "docker": 29, "document": [4, 11], "doe": 39, "download": 12, "drop": 43, "edit": 4, "element_at": 49, "email": 6, "empti": 49, "enabl": 34, "encod": 49, "ends_with": 49, "environ": [2, 22], "epic": 7, "equal": 9, "evalu": 26, "event": 32, "exampl": [10, 11, 22, 26, 35, 36, 37, 41, 44, 49, 51, 53], "except": 50, "exclud": 50, "exec": 24, "execut": [18, 19, 37, 55], "exist": [6, 53], "exp": 49, "expans": 51, "explain": [37, 45], "expr": 26, "express": [23, 26, 38, 49], "extend": [11, 19], "extens": [0, 7, 20, 40], "extern": [25, 27, 43], "factori": 49, "featur": [5, 40], "field": [9, 10], "file": [4, 6, 24, 25, 27], "filter": 37, "find": 5, "find_in_set": 49, "first_valu": [41, 54], "fit": 5, "flamegraph": 22, "flatten": 49, "floor": 49, "fork": 0, "formal": 6, "format": [4, 27, 55], "frequent": 39, "from": [36, 48, 50, 53], "from_unixtim": 49, "full": 50, "function": [4, 9, 10, 14, 31, 38, 41, 47, 49, 51, 54], "fuzz": 11, "gc": 27, "gcd": 49, "gen": 4, "gener": [17, 22, 23, 24, 41, 52], "generate_seri": 49, "get": [2, 26], "get_field": 49, "github": 1, "goal": 40, "good": [5, 32], "govern": 3, "graphic": 4, "greatest": 49, "group": [41, 50], "guid": [5, 11, 13], "guidelin": [15, 23], "hash": 49, "have": [50, 53], "health": 15, "homebrew": 29, "how": [4, 24, 39], "howto": 4, "http": 27, "i": [9, 24, 39, 48], "icla": 6, "identifi": [36, 38], "ifnul": 49, "impl": 14, "implement": 17, "implic": 23, "improv": 5, "inform": [37, 47], "initcap": 49, "inner": 50, "insert": 44, "instal": [2, 22, 29], "instr": 49, "instrument": 22, "integr": [11, 40], "introduct": [5, 21, 37, 40], "invari": 9, "invit": 6, "isnan": 49, "issu": 5, "iszero": 49, "job": 1, "join": 50, "json": 55, "known": 40, "label": 5, "lag": 54, "languag": 40, "larg": 37, "last_valu": [41, 54], "latest": 34, "lcm": 49, "lead": 54, "least": 49, "left": [49, 50], "length": 49, "levenshtein": 49, "librari": 13, "limit": 50, "link": 13, "linux": 22, "list": [1, 20], "list_any_valu": 49, "list_append": 49, "list_cat": 49, "list_concat": 49, "list_contain": 49, "list_dim": 49, "list_dist": 49, "list_distinct": 49, "list_el": 49, "list_empti": 49, "list_except": 49, "list_extract": 49, "list_ha": 49, "list_has_al": 49, "list_has_ani": 49, "list_indexof": 49, "list_intersect": 49, "list_join": 49, "list_length": 49, "list_ndim": 49, "list_pop_back": 49, "list_pop_front": 49, "list_posit": 49, "list_prepend": 49, "list_push_back": 49, "list_push_front": 49, "list_remov": 49, "list_remove_al": 49, "list_remove_n": 49, "list_repeat": 49, "list_replac": 49, "list_replace_al": 49, "list_replace_n": 49, "list_res": 49, "list_revers": 49, "list_slic": 49, "list_sort": 49, "list_to_str": 49, "list_union": 49, "liter": [10, 38], "ln": 49, "local": 27, "locat": 27, "log": 49, "log10": 49, "log2": 49, "logic": [9, 16, 48], "logicalplan": [19, 24], "logicalplanbuild": 16, "lower": 49, "lpad": 49, "ltrim": 49, "maco": [22, 29], "mail": 1, "major": 5, "make_arrai": 49, "make_d": 49, "make_list": 49, "manual": 16, "map": 49, "map_extract": 49, "map_kei": 49, "map_valu": 49, "math": [38, 49], "max": 41, "md": 4, "md5": 49, "mean": 41, "median": 41, "member": [3, 6], "memorycatalogprovid": 17, "memorycatalogproviderlist": 17, "memoryschemaprovid": 17, "method": 18, "min": 41, "minor": 5, "more": 37, "multipl": 25, "name": [9, 10, 23], "named_struct": 49, "nanvl": 49, "natur": 50, "new": [0, 4, 5, 6], "next": 18, "non": [34, 53], "notat": 9, "note": [12, 32], "notic": 6, "now": 49, "nth_valu": [41, 54], "ntile": 54, "nullif": 49, "numer": [42, 48], "nvl": 49, "nvl2": 49, "octet_length": 49, "open": 5, "oper": [10, 19, 48, 53], "optim": [9, 23, 34], "optimizerrul": 26, "option": [31, 47, 55], "order": [43, 50, 55], "oss": 27, "other": [10, 38, 48, 49], "outer": 50, "output": [9, 10, 36], "overview": [3, 5, 30], "parquet": [11, 25, 27, 55], "parquet_metadata": 31, "partit": 37, "percent_rank": 54, "perform": 5, "physic": [9, 16], "pi": 49, "plan": [4, 7, 9, 16, 18, 19, 37], "planner": 9, "pmc": [3, 6], "polici": 15, "posit": 49, "pow": 49, "power": 49, "pr": 5, "preced": 55, "prepar": 22, "process": 36, "profil": 22, "project": [10, 40], "promot": 6, "protobuf": 4, "protoc": 2, "provid": [18, 23], "publish": [34, 36], "pull": 5, "python": 7, "q2": 7, "q4": 7, "quarterli": 7, "queri": [22, 23, 36, 37], "question": 39, "radian": 49, "random": 49, "rang": 49, "rank": 54, "ration": 9, "read": [25, 32, 37], "recap": [17, 18], "recurs": 23, "refer": 46, "regexp_count": 49, "regexp_lik": 49, "regexp_match": 49, "regexp_replac": 49, "regist": [14, 25], "registri": 9, "regr_avgi": 41, "regr_avgx": 41, "regr_count": 41, "regr_intercept": 41, "regr_r2": 41, "regr_slop": 41, "regr_sxi": 41, "regr_sxx": 41, "regr_syi": 41, "regular": [38, 49], "relat": 9, "relationship": [24, 39], "releas": [12, 32], "remot": 27, "repeat": 49, "replac": 49, "request": 5, "respons": 9, "revers": 49, "review": 5, "revisit": 18, "rewrit": [23, 26], "right": [49, 50], "roadmap": 7, "role": 3, "round": 49, "row": 49, "row_numb": 54, "rpad": 49, "rtrim": 49, "rule": [10, 23, 26], "run": [22, 23, 29, 36], "runtim": 52, "rust": 11, "s3": [7, 27], "scalar": [4, 14, 26, 49, 53], "scalarudfimpl": 14, "scan": 18, "schema": [9, 17, 43, 47], "schemaprovid": 17, "select": [37, 50, 53], "semant": 10, "send": 6, "sessioncontext": 25, "set": [31, 33], "setup": 2, "sha224": 49, "sha256": 49, "sha384": 49, "sha512": 49, "show": [31, 47], "signatur": 12, "signum": 49, "sin": 49, "sinh": 49, "slack": 1, "sourc": [9, 16, 25, 52], "special": 51, "specif": [8, 22, 55], "specifi": 55, "split_part": 49, "sql": [11, 25, 31, 36, 42, 46, 52], "sqllogictest": 11, "sqrt": 49, "stale": 5, "start": [2, 6], "starts_with": 49, "statist": 41, "statu": 52, "stddev": 41, "stddev_pop": 41, "stddev_samp": 41, "step": [6, 18, 22], "store": 36, "stream": [7, 24], "string": [38, 49], "string_agg": 41, "string_to_arrai": 49, "string_to_list": 49, "strpo": 49, "struct": [49, 51], "subproject": 13, "subqueri": [38, 53], "substr": 49, "substr_index": 49, "substring_index": 49, "suit": 11, "sum": 41, "support": [31, 42, 52], "supports_filters_pushdown": 18, "syntax": [49, 50, 54], "system": 10, "tabl": [14, 16, 17, 18, 25, 27, 43, 47], "tableprovid": 18, "tan": 49, "tanh": 49, "templat": 6, "tempor": 38, "test": [11, 22, 23, 26], "thi": 37, "thread": 6, "ticket": 5, "time": [42, 49], "to_char": 49, "to_dat": 49, "to_hex": 49, "to_local_tim": 49, "to_timestamp": 49, "to_timestamp_micro": 49, "to_timestamp_milli": 49, "to_timestamp_nano": 49, "to_timestamp_second": 49, "to_unixtim": 49, "todai": 49, "toml": 4, "tool": 22, "transform": [10, 26], "translat": [16, 49], "tree": [23, 37], "trim": 49, "trunc": 49, "tui": 7, "tupl": 9, "type": [26, 42], "udf": [4, 14, 26], "udtf": 14, "under": 9, "understand": 37, "union": 50, "uniqu": 9, "unit": 11, "unnest": 51, "unsupport": 42, "updat": [4, 32], "upper": 49, "upstream": 11, "us": [14, 18, 24, 25, 29, 36, 40, 43], "usag": [31, 36], "user": [11, 13, 14, 38, 40], "util": 23, "uuid": 49, "v": 0, "valid": 9, "valu": [31, 38], "var": 41, "var_pop": 41, "var_popul": 41, "var_samp": 41, "var_sampl": 41, "verbos": [31, 37], "verifi": 12, "version": [36, 49], "via": 25, "view": 43, "vote": 6, "walk": 23, "what": [5, 24, 39], "when": 43, "where": [50, 53], "why": 40, "window": [2, 14, 22, 54], "without": 6, "work": [5, 26], "write": [14, 23, 24, 55], "xcode": 22, "xyz": 39, "your": 22}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[49, "op-neq"]], "!~": [[49, "op-re-not-match"]], "!~*": [[49, "op-re-not-match-i"]], "!~~": [[49, "id19"]], "!~~*": [[49, "id20"]], "#": [[49, "op-bit-xor"]], "%": [[49, "op-modulo"]], "&": [[49, "op-bit-and"]], "(relation, name) tuples in logical fields and logical columns are unique": [[10, "relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": [[49, "op-multiply"]], "+": [[49, "op-plus"]], "-": [[49, "op-minus"]], "/": [[49, "op-divide"]], "2022 Q2": [[8, "q2"]], "2023 Q4": [[8, "q4"]], "<": [[49, "op-lt"]], "<<": [[49, "op-shift-l"]], "<=": [[49, "op-le"]], "<=>": [[49, "op-spaceship"]], "<@": [[49, "op-arr-contained-by"]], "=": [[49, "op-eq"]], ">": [[49, "op-gt"]], ">=": [[49, "op-ge"]], ">>": [[49, "op-shift-r"]], "@>": [[49, "op-arr-contains"]], "A Scalar UDF Example": [[27, "a-scalar-udf-example"]], "AND": [[49, "and"]], "API Documentation Examples": [[12, "api-documentation-examples"]], "API health policy": [[16, null]], "ASF Links": [[14, null]], "Add latest non published DataFusion dependency": [[35, "add-latest-non-published-datafusion-dependency"]], "Add published DataFusion dependency": [[37, "add-published-datafusion-dependency"]], "Adding User Defined Functions: Scalar/Window/Aggregate/Table Functions": [[15, null]], "Adding a Scalar UDF": [[15, "adding-a-scalar-udf"], [15, "id1"]], "Adding a Scalar UDF by create_udf": [[15, "adding-a-scalar-udf-by-create-udf"]], "Adding a User-Defined Table Function": [[15, "adding-a-user-defined-table-function"]], "Adding a Window UDF": [[15, "adding-a-window-udf"]], "Adding an Aggregate UDF": [[15, "adding-an-aggregate-udf"]], "Adding by impl ScalarUDFImpl": [[15, "adding-by-impl-scalarudfimpl"]], "Additional TableProvider Methods": [[19, "additional-tableprovider-methods"]], "Aggregate Function Builder": [[39, "aggregate-function-builder"]], "Aggregate Functions": [[39, "aggregate-functions"], [42, null]], "Aggregate functions": [[55, "aggregate-functions"]], "Aliases": [[42, "aliases"], [42, "id29"], [42, "id31"], [42, "id38"], [42, "id52"], [50, "aliases"], [50, "id45"], [50, "id54"], [50, "id57"], [50, "id105"], [50, "id109"], [50, "id112"], [50, "id130"], [50, "id135"], [50, "id137"], [50, "id142"], [50, "id145"], [50, "id164"], [50, "id167"], [50, "id170"], [50, "id173"], [50, "id176"], [50, "id179"], [50, "id182"], [50, "id185"], [50, "id188"], [50, "id191"], [50, "id194"], [50, "id197"], [50, "id200"], [50, "id203"], [50, "id206"], [50, "id209"], [50, "id212"], [50, "id215"], [50, "id218"], [50, "id221"], [50, "id224"], [50, "id227"], [50, "id230"], [50, "id233"], [50, "id236"], [50, "id239"], [50, "id242"], [50, "id245"], [50, "id248"], [50, "id251"], [50, "id254"], [50, "id257"], [50, "id262"], [50, "id269"], [50, "id274"], [50, "id279"], [50, "id284"]], "Alternative Syntax": [[50, "alternative-syntax"], [50, "id82"], [50, "id97"], [50, "id104"], [50, "id108"], [50, "id134"]], "Analytical Functions": [[55, "analytical-functions"]], "Apache DataFusion": [[14, null]], "Appendices": [[11, "appendices"]], "Application Process": [[4, "application-process"]], "Application Template": [[4, "application-template"]], "Approximate Functions": [[42, "approximate-functions"]], "Architecture": [[0, null]], "Arguments": [[42, "arguments"], [42, "id1"], [42, "id3"], [42, "id4"], [42, "id5"], [42, "id6"], [42, "id8"], [42, "id10"], [42, "id12"], [42, "id14"], [42, "id16"], [42, "id18"], [42, "id20"], [42, "id22"], [42, "id24"], [42, "id26"], [42, "id28"], [42, "id30"], [42, "id32"], [42, "id34"], [42, "id36"], [42, "id39"], [42, "id41"], [42, "id42"], [42, "id43"], [42, "id44"], [42, "id45"], [42, "id46"], [42, "id47"], [42, "id48"], [42, "id49"], [42, "id50"], [42, "id53"], [42, "id55"], [42, "id57"], [42, "id59"], [42, "id61"], [50, "arguments"], [50, "id1"], [50, "id2"], [50, "id3"], [50, "id4"], [50, "id5"], [50, "id6"], [50, "id7"], [50, "id8"], [50, "id9"], [50, "id10"], [50, "id11"], [50, "id12"], [50, "id13"], [50, "id14"], [50, "id15"], [50, "id16"], [50, "id17"], [50, "id18"], [50, "id19"], [50, "id20"], [50, "id21"], [50, "id22"], [50, "id23"], [50, "id24"], [50, "id25"], [50, "id26"], [50, "id27"], [50, "id28"], [50, "id29"], [50, "id30"], [50, "id31"], [50, "id32"], [50, "id33"], [50, "id34"], [50, "id35"], [50, "id36"], [50, "id37"], [50, "id39"], [50, "id41"], [50, "id43"], [50, "id46"], [50, "id48"], [50, "id50"], [50, "id52"], [50, "id55"], [50, "id58"], [50, "id60"], [50, "id62"], [50, "id64"], [50, "id66"], [50, "id68"], [50, "id70"], [50, "id72"], [50, "id74"], [50, "id76"], [50, "id78"], [50, "id80"], [50, "id83"], [50, "id85"], [50, "id87"], [50, "id89"], [50, "id91"], [50, "id93"], [50, "id95"], [50, "id98"], [50, "id100"], [50, "id102"], [50, "id106"], [50, "id110"], [50, "id113"], [50, "id115"], [50, "id117"], [50, "id120"], [50, "id121"], [50, "id122"], [50, "id124"], [50, "id126"], [50, "id128"], [50, "id131"], [50, "id133"], [50, "id136"], [50, "id138"], [50, "id140"], [50, "id143"], [50, "id146"], [50, "id148"], [50, "id150"], [50, "id152"], [50, "id154"], [50, "id156"], [50, "id158"], [50, "id160"], [50, "id162"], [50, "id165"], [50, "id168"], [50, "id171"], [50, "id174"], [50, "id177"], [50, "id180"], [50, "id183"], [50, "id186"], [50, "id189"], [50, "id192"], [50, "id195"], [50, "id198"], [50, "id201"], [50, "id204"], [50, "id207"], [50, "id210"], [50, "id213"], [50, "id216"], [50, "id219"], [50, "id222"], [50, "id225"], [50, "id228"], [50, "id231"], [50, "id234"], [50, "id237"], [50, "id240"], [50, "id243"], [50, "id246"], [50, "id249"], [50, "id252"], [50, "id255"], [50, "id258"], [50, "id260"], [50, "id263"], [50, "id265"], [50, "id267"], [50, "id270"], [50, "id272"], [50, "id275"], [50, "id277"], [50, "id280"], [50, "id282"], [50, "id285"], [50, "id287"], [50, "id289"], [50, "id291"], [50, "id293"], [50, "id295"], [50, "id297"], [50, "id299"], [50, "id301"], [50, "id303"], [50, "id305"], [52, "arguments"], [52, "id1"], [55, "arguments"], [55, "id1"], [55, "id2"], [55, "id3"], [55, "id4"], [55, "id5"]], "Arithmetic Expressions": [[39, "arithmetic-expressions"]], "Array Expressions": [[39, "array-expressions"]], "Array Functions": [[50, "array-functions"]], "Arrow Versions": [[37, "arrow-versions"]], "Asynchronous SchemaProvider": [[18, "asynchronous-schemaprovider"]], "Available Options": [[56, "available-options"]], "Ballista": [[8, "ballista"]], "Becoming a Committer": [[3, "becoming-a-committer"]], "Becoming a PMC Member": [[3, "becoming-a-pmc-member"]], "Benchmarks": [[12, "benchmarks"]], "Binary String Functions": [[50, "binary-string-functions"]], "Binary Types": [[43, "binary-types"]], "Bitwise Expressions": [[39, "bitwise-expressions"]], "Bitwise Operators": [[49, "bitwise-operators"]], "Boolean Expressions": [[39, "boolean-expressions"]], "Boolean Types": [[43, "boolean-types"]], "Bootstrap environment": [[2, "bootstrap-environment"]], "Breaking Changes": [[16, "breaking-changes"]], "Builder": [[10, "builder"]], "Building Expression Names": [[24, "building-expression-names"]], "Building Logical Plans": [[17, null]], "Building Logical Plans Manually": [[17, "building-logical-plans-manually"]], "Building Logical Plans with LogicalPlanBuilder": [[17, "building-logical-plans-with-logicalplanbuilder"]], "Building a flamegraph": [[23, "building-a-flamegraph"]], "COPY": [[45, "copy"]], "COS": [[28, "cos"]], "CPU profiling with XCode Instruments": [[23, "cpu-profiling-with-xcode-instruments"]], "CREATE DATABASE": [[44, "create-database"]], "CREATE EXTERNAL TABLE": [[28, "create-external-table"], [44, "create-external-table"]], "CREATE SCHEMA": [[44, "create-schema"]], "CREATE TABLE": [[44, "create-table"]], "CREATE VIEW": [[44, "create-view"]], "CROSS JOIN": [[51, "cross-join"]], "CSV": [[28, "csv"]], "CSV Format Specific Options": [[56, "csv-format-specific-options"]], "Catalogs, Schemas, and Tables": [[18, null]], "Cautions when using the WITH ORDER Clause": [[44, "cautions-when-using-the-with-order-clause"]], "Character Types": [[43, "character-types"]], "Collect / Streaming Exec": [[25, "collect-streaming-exec"]], "Column": [[10, "column"], [10, "id3"]], "Commands": [[32, "commands"]], "Committers WITH an existing Apache account": [[7, "committers-with-an-existing-apache-account"]], "Committers WITHOUT an Apache account and WITHOUT ICLA on file": [[7, "committers-without-an-apache-account-and-without-icla-on-file"]], "Committers WITHOUT an Apache account but WITH an ICLA on file": [[7, "committers-without-an-apache-account-but-with-an-icla-on-file"]], "Communication": [[1, null]], "Comparing Baselines": [[12, "comparing-baselines"]], "Comparison Expressions": [[39, "comparison-expressions"]], "Comparison Operators": [[49, "comparison-operators"]], "Concepts, Readings, Events": [[33, null]], "Conclusion": [[27, "conclusion"]], "Conditional Expressions": [[39, "conditional-expressions"]], "Conditional Functions": [[50, "conditional-functions"]], "Configuration Options": [[32, "configuration-options"]], "Configuration Settings": [[34, null]], "Contributor Guide": [[14, null]], "Conventional Commits & Labeling PRs": [[6, "conventional-commits-labeling-prs"]], "Correlated subqueries": [[54, "correlated-subqueries"]], "Crate Configuration": [[35, null]], "Creating Pull Requests": [[6, "creating-pull-requests"]], "Creating an OptimizerRule": [[27, "creating-an-optimizerrule"]], "Creating and Evaluating Exprs": [[27, "creating-and-evaluating-exprs"]], "Creating new Extension APIs": [[0, "creating-new-extension-apis"]], "Criterion Benchmarks": [[12, "criterion-benchmarks"]], "Custom Table Provider": [[19, null]], "DDL": [[44, null]], "DML": [[45, null]], "DROP TABLE": [[44, "drop-table"]], "DROP VIEW": [[44, "drop-view"]], "Data Sources": [[53, "data-sources"]], "Data Sources\u2019 registry": [[10, "data-sources-registry"]], "Data Types": [[43, null]], "Data in this Example": [[38, "data-in-this-example"]], "DataFrame API": [[36, null]], "DataFusion CLI": [[29, null]], "DataFusion Core": [[8, "datafusion-core"]], "DataFusion Query Optimizer": [[24, null]], "DataFusion Subprojects": [[14, null]], "DataFusion-BigTable": [[8, "datafusion-bigtable"]], "DataFusion-Python": [[8, "datafusion-python"]], "DataFusion-S3": [[8, "datafusion-s3"]], "DataFusion-Streams": [[8, "datafusion-streams"]], "DataFusion-Tui": [[8, "datafusion-tui"]], "Date/Time Types": [[43, "date-time-types"]], "Debugging": [[24, "debugging"]], "Deprecation Guidelines": [[16, "deprecation-guidelines"]], "Dev Container setup": [[2, "dev-container-setup"]], "Developer\u2019s guide": [[6, "developer-s-guide"]], "Discussing New Features": [[6, "discussing-new-features"]], "Documentation Examples": [[12, "documentation-examples"]], "Download": [[13, null]], "EXCLUDE and EXCEPT clause": [[51, "exclude-and-except-clause"]], "EXPLAIN": [[46, null], [46, "id1"]], "EXPLAIN ANALYZE": [[46, "explain-analyze"]], "Email Templates for Inviting New Committers": [[7, "email-templates-for-inviting-new-committers"]], "Enable backtraces": [[35, "enable-backtraces"]], "Example": [[36, "example"], [42, "example"], [42, "id2"], [42, "id7"], [42, "id9"], [42, "id11"], [42, "id13"], [42, "id15"], [42, "id17"], [42, "id19"], [42, "id21"], [42, "id23"], [42, "id25"], [42, "id27"], [42, "id33"], [42, "id35"], [42, "id37"], [42, "id40"], [42, "id51"], [42, "id54"], [42, "id56"], [42, "id58"], [42, "id60"], [42, "id62"], [50, "example"], [50, "id38"], [50, "id40"], [50, "id42"], [50, "id44"], [50, "id47"], [50, "id49"], [50, "id51"], [50, "id53"], [50, "id56"], [50, "id59"], [50, "id61"], [50, "id63"], [50, "id65"], [50, "id67"], [50, "id69"], [50, "id71"], [50, "id73"], [50, "id75"], [50, "id77"], [50, "id79"], [50, "id81"], [50, "id84"], [50, "id86"], [50, "id88"], [50, "id90"], [50, "id92"], [50, "id94"], [50, "id96"], [50, "id99"], [50, "id101"], [50, "id103"], [50, "id107"], [50, "id111"], [50, "id114"], [50, "id116"], [50, "id118"], [50, "id119"], [50, "id123"], [50, "id125"], [50, "id127"], [50, "id129"], [50, "id132"], [50, "id139"], [50, "id141"], [50, "id144"], [50, "id147"], [50, "id149"], [50, "id151"], [50, "id153"], [50, "id155"], [50, "id157"], [50, "id159"], [50, "id161"], [50, "id163"], [50, "id166"], [50, "id169"], [50, "id172"], [50, "id175"], [50, "id178"], [50, "id181"], [50, "id184"], [50, "id187"], [50, "id190"], [50, "id193"], [50, "id196"], [50, "id199"], [50, "id202"], [50, "id205"], [50, "id208"], [50, "id211"], [50, "id214"], [50, "id217"], [50, "id220"], [50, "id223"], [50, "id226"], [50, "id229"], [50, "id232"], [50, "id235"], [50, "id238"], [50, "id241"], [50, "id244"], [50, "id247"], [50, "id250"], [50, "id253"], [50, "id256"], [50, "id259"], [50, "id261"], [50, "id264"], [50, "id266"], [50, "id268"], [50, "id271"], [50, "id273"], [50, "id276"], [50, "id278"], [50, "id281"], [50, "id283"], [50, "id286"], [50, "id288"], [50, "id290"], [50, "id292"], [50, "id294"], [50, "id296"], [50, "id298"], [50, "id300"], [50, "id302"], [50, "id304"], [50, "id306"], [50, "id307"], [54, "example"], [54, "id1"]], "Example Usage": [[37, null]], "Example of an Aggregate Query": [[38, "example-of-an-aggregate-query"]], "Example: Flamegraph for a benchmark": [[23, "example-flamegraph-for-a-benchmark"]], "Example: Flamegraph for a specific test:": [[23, "example-flamegraph-for-a-specific-test"]], "Example: Generating a Flamegraph for a Specific Query": [[23, "example-generating-a-flamegraph-for-a-specific-query"]], "Example: Select and filter": [[38, "example-select-and-filter"]], "Examples": [[45, "examples"], [45, "id1"], [52, "examples"], [52, "id2"], [54, "examples"], [54, "id2"], [54, "id3"]], "Examples and comparison with other systems": [[11, "examples-and-comparison-with-other-systems"]], "Execution Counters: EXPLAIN ANALYZE": [[38, "execution-counters-explain-analyze"]], "Execution Plan": [[19, "execution-plan"]], "Execution Specific Options": [[56, "execution-specific-options"]], "Expansion Functions": [[52, "expansion-functions"]], "Expression API": [[39, null]], "Expression Naming": [[24, "expression-naming"]], "Extended Tests": [[12, "extended-tests"]], "Extending DataFusion\u2019s operators: custom LogicalPlan and Execution Plans": [[20, null]], "Extensions (datafusion-contrib)": [[8, "extensions-datafusion-contrib"]], "Extensions List": [[21, null]], "FROM clause": [[51, "from-clause"]], "FROM clause subqueries": [[54, "from-clause-subqueries"]], "FULL OUTER JOIN": [[51, "full-outer-join"]], "Features": [[41, "features"]], "Field name rules": [[11, "field-name-rules"]], "Final Steps": [[4, "final-steps"]], "Finding and Creating Issues to Work On": [[6, "finding-and-creating-issues-to-work-on"]], "Forks vs Extension APIs": [[0, "forks-vs-extension-apis"]], "Formats": [[28, "formats"]], "Frequently Asked Questions": [[40, null]], "Function": [[10, "function"], [10, "id1"]], "Function transformed columns": [[11, "function-transformed-columns"]], "Function with operators": [[11, "function-with-operators"]], "Functions": [[32, "functions"]], "Functions\u2019 registry": [[10, "functions-registry"]], "GCS": [[28, "gcs"]], "GROUP BY clause": [[51, "group-by-clause"]], "GSoC Application Guidelines": [[4, null]], "General": [[53, "general"]], "General Concepts": [[18, "general-concepts"]], "General Functions": [[42, "general-functions"]], "General Guidelines": [[24, "general-guidelines"]], "Getting Started": [[2, null]], "Getting the data type of the expression": [[27, "getting-the-data-type-of-the-expression"]], "GitHub": [[1, "github"]], "Governance": [[3, null]], "HAVING clause": [[51, "having-clause"]], "HAVING clause subqueries": [[54, "having-clause-subqueries"]], "HAVING clause with a non-scalar subquery": [[54, "having-clause-with-a-non-scalar-subquery"]], "HAVING clause with a scalar subquery": [[54, "having-clause-with-a-scalar-subquery"]], "HOWTOs": [[5, null]], "HTTP(s)": [[28, "http-s"]], "Hashing Functions": [[50, "hashing-functions"]], "How does DataFusion Compare with XYZ?": [[40, "how-does-datafusion-compare-with-xyz"]], "How to add a new aggregate function": [[5, "how-to-add-a-new-aggregate-function"]], "How to add a new scalar function": [[5, "how-to-add-a-new-scalar-function"]], "How to add/edit documentation for UDFs": [[5, "how-to-add-edit-documentation-for-udfs"]], "How to display plans graphically": [[5, "how-to-display-plans-graphically"]], "How to format .md document": [[5, "how-to-format-md-document"]], "How to format .toml files": [[5, "how-to-format-toml-files"]], "How to generate a DataFrame": [[25, "how-to-generate-a-dataframe"]], "How to update protobuf/gen dependencies": [[5, "how-to-update-protobuf-gen-dependencies"]], "INNER JOIN": [[51, "inner-join"]], "INSERT": [[45, "insert"]], "IS DISTINCT FROM": [[49, "is-distinct-from"]], "IS NOT DISTINCT FROM": [[49, "is-not-distinct-from"]], "Identifiers": [[39, "identifiers"]], "Identifiers and Capitalization": [[37, "identifiers-and-capitalization"]], "Implementing MemoryCatalogProvider": [[18, "implementing-memorycatalogprovider"]], "Implementing MemoryCatalogProviderList": [[18, "implementing-memorycatalogproviderlist"]], "Implementing MemorySchemaProvider": [[18, "implementing-memoryschemaprovider"]], "Implication": [[24, "implication"]], "Information Schema": [[48, null]], "Install and run using Cargo": [[30, "install-and-run-using-cargo"]], "Install and run using Homebrew (on MacOS)": [[30, "install-and-run-using-homebrew-on-macos"]], "Installation": [[30, null]], "Integrations": [[41, "integrations"]], "Integrations and Extensions": [[41, "integrations-and-extensions"]], "Introduction": [[4, "introduction"], [6, null], [22, null], [38, "introduction"], [41, null]], "Invariants": [[10, null], [10, "id4"]], "Inviting New Committers and PMC Members": [[7, null]], "JOIN clause": [[51, "join-clause"]], "JSON Format Specific Options": [[56, "json-format-specific-options"]], "Job Board": [[1, "job-board"]], "Known Users": [[41, "known-users"]], "LEFT OUTER JOIN": [[51, "left-outer-join"]], "LIMIT clause": [[51, "limit-clause"]], "Language Bindings": [[41, "language-bindings"]], "Library User Guide": [[14, null]], "Links": [[14, null]], "Linux": [[23, "linux"]], "Literal Values": [[39, "literal-values"]], "Local Files / Directories": [[28, null]], "Locations": [[28, "locations"]], "Logical": [[10, "logical"]], "Logical Operators": [[49, "logical-operators"]], "Logical Optimizer": [[10, "logical-optimizer"]], "Logical schema is invariant under logical optimization": [[10, "logical-schema-is-invariant-under-logical-optimization"]], "MacOS": [[23, "macos"]], "Mailing Lists": [[1, "mailing-lists"]], "Map Functions": [[50, "map-functions"]], "Math Functions": [[39, "math-functions"], [50, "math-functions"]], "More Debugging Information: EXPLAIN VERBOSE": [[38, "more-debugging-information-explain-verbose"]], "NATURAL JOIN": [[51, "natural-join"]], "New Committers": [[7, "new-committers"]], "New PMC Members": [[7, "new-pmc-members"]], "Next Steps": [[19, "next-steps"]], "Non-correlated subqueries": [[54, "non-correlated-subqueries"]], "Non-scalar subqueries": [[54, "non-scalar-subqueries"]], "Notation": [[10, "notation"]], "Notes": [[13, "notes"]], "Numeric Types": [[43, "numeric-types"]], "Numerical Operators": [[49, "numerical-operators"]], "OR": [[49, "or"]], "ORDER BY clause": [[51, "order-by-clause"]], "OSS": [[28, "oss"]], "Open Contribution and Assigning tickets": [[6, "open-contribution-and-assigning-tickets"]], "Operators": [[49, null]], "Optimized Configuration": [[35, "optimized-configuration"]], "Other Expressions": [[39, "other-expressions"]], "Other Functions": [[50, "other-functions"]], "Other Operators": [[49, "other-operators"]], "Output field name semantics": [[11, null]], "Output from both examples": [[37, "output-from-both-examples"], [37, "id3"]], "Overview": [[3, "overview"], [31, null]], "Parquet": [[28, "parquet"]], "Parquet Format Specific Options": [[56, "parquet-format-specific-options"]], "Parquet SQL Benchmarks": [[12, "parquet-sql-benchmarks"]], "Partitions and Execution": [[38, "partitions-and-execution"]], "Performance Improvements": [[6, "performance-improvements"]], "Physical": [[10, "physical"]], "Physical Optimizer": [[10, "physical-optimizer"]], "Physical Planner": [[10, "physical-planner"]], "Physical schema is consistent in physical functions": [[10, "physical-schema-is-consistent-in-physical-functions"]], "Physical schema is consistent with data": [[10, "physical-schema-is-consistent-with-data"]], "Physical schema is invariant under physical optimization": [[10, "physical-schema-is-invariant-under-physical-optimization"]], "Plan": [[10, "plan"], [10, "id2"]], "Planning EPICs": [[8, "planning-epics"]], "Prerequisites": [[4, "prerequisites"]], "Profiling Cookbook": [[23, null]], "Project Goals": [[41, "project-goals"]], "Project literals": [[11, "project-literals"]], "Projected columns": [[11, "projected-columns"]], "Protoc Installation": [[2, "protoc-installation"]], "Providing Custom Rules": [[24, "providing-custom-rules"]], "Pull Request Overview": [[6, "pull-request-overview"]], "Quarterly Roadmap": [[8, "quarterly-roadmap"]], "Query plans are trees": [[38, "query-plans-are-trees"]], "RIGHT OUTER JOIN": [[51, "right-outer-join"]], "Ranking Functions": [[55, "ranking-functions"]], "Rational": [[10, "rational"]], "Read a CSV File": [[26, "read-a-csv-file"]], "Read an Apache Avro file": [[26, "read-an-apache-avro-file"]], "Read an Apache Parquet file": [[26, "read-an-apache-parquet-file"]], "Reading Explain Plans": [[38, null]], "Reading Multiple Files as a table": [[26, "reading-multiple-files-as-a-table"]], "Recap": [[18, "recap"], [19, "recap"]], "Recursively walk an expression tree": [[24, "recursively-walk-an-expression-tree"]], "Registering Data Sources using SessionContext::register*": [[26, "registering-data-sources-using-sessioncontext-register"]], "Registering a Scalar UDF": [[15, "registering-a-scalar-udf"]], "Registering a Window UDF": [[15, "registering-a-window-udf"]], "Registering an Aggregate UDF": [[15, "registering-an-aggregate-udf"]], "Registering and Using the UDTF": [[15, "registering-and-using-the-udtf"]], "Regular Expression Functions": [[50, "regular-expression-functions"]], "Regular Expressions": [[39, "regular-expressions"]], "Relationship between LogicalPlans and DataFrames": [[25, "relationship-between-logicalplans-and-dataframes"]], "Releases": [[13, "releases"]], "Remote Files / Directories": [[28, "remote-files-directories"]], "Responsibility": [[10, "responsibility"], [10, "id5"], [10, "id7"], [10, "id9"], [10, "id11"], [10, "id13"], [10, "id15"]], "Reviewing Pull Requests": [[6, "reviewing-pull-requests"]], "Rewriting Exprs": [[27, "rewriting-exprs"]], "Rewriting expressions": [[24, "rewriting-expressions"]], "Rewriting with transform": [[27, "rewriting-with-transform"]], "Roadmap": [[8, null]], "Roles": [[3, "roles"]], "Run a SQL query against data stored in a CSV": [[37, "run-a-sql-query-against-data-stored-in-a-csv"]], "Run a SQL query against data stored in a CSV:": [[37, "id1"]], "Run using Docker": [[30, "run-using-docker"]], "Running the Optimizer": [[24, "running-the-optimizer"]], "Runtime": [[53, "runtime"]], "Rust Integration Tests": [[12, "rust-integration-tests"]], "S3": [[28, "s3"]], "SELECT clause": [[51, "select-clause"]], "SELECT clause subqueries": [[54, "select-clause-subqueries"]], "SELECT syntax": [[51, null]], "SET <OPTION> TO <VALUE>": [[32, "set-option-to-value"]], "SHOW <OPTION>>": [[32, "show-option"]], "SHOW ALL (configuration options)": [[48, "show-all-configuration-options"]], "SHOW ALL [VERBOSE]": [[32, "show-all-verbose"]], "SHOW COLUMNS": [[48, "show-columns"]], "SHOW FUNCTIONS": [[48, "show-functions"]], "SHOW TABLES": [[48, "show-tables"]], "SQL Reference": [[47, null]], "SQL Support": [[53, "sql-support"]], "SQL \u201cFuzz\u201d testing": [[12, "sql-fuzz-testing"]], "Scalar Functions": [[50, null]], "Scalar subqueries": [[54, "scalar-subqueries"]], "Scan": [[19, "scan"]], "Scan Revisited": [[19, "scan-revisited"]], "Slack and Discord": [[1, "slack-and-discord"]], "Special Functions": [[52, null]], "Specifications": [[9, null]], "Specifying Options and Order of Precedence": [[56, "specifying-options-and-order-of-precedence"]], "Stale PRs": [[6, "stale-prs"]], "Statistical Functions": [[42, "statistical-functions"]], "Status": [[53, null]], "Step 1: Install the flamegraph Tool": [[23, "step-1-install-the-flamegraph-tool"]], "Step 1: Start a Discussion Thread": [[7, "step-1-start-a-discussion-thread"], [7, "id1"]], "Step 2: Formal Vote": [[7, "step-2-formal-vote"], [7, "id2"]], "Step 2: Prepare Your Environment": [[23, "step-2-prepare-your-environment"]], "Step 3: Running the Flamegraph Tool": [[23, "step-3-running-the-flamegraph-tool"]], "Step 3: Send Invitation to the Candidate": [[7, "step-3-send-invitation-to-the-candidate"]], "Step 3: Send Notice to ASF Board": [[7, "step-3-send-notice-to-asf-board"]], "Step 4: Announce and Celebrate the New Committer": [[7, "step-4-announce-and-celebrate-the-new-committer"]], "Step 4: Send invitation email": [[7, "step-4-send-invitation-email"]], "Step 5: Chair Promotes the Committer to PMC": [[7, "step-5-chair-promotes-the-committer-to-pmc"]], "Step 6: Announce and Celebrate the New PMC Member": [[7, "step-6-announce-and-celebrate-the-new-pmc-member"]], "String Expressions": [[39, "string-expressions"]], "String Functions": [[50, "string-functions"]], "Struct Functions": [[50, "struct-functions"]], "Subqueries": [[54, null]], "Subquery Expressions": [[39, "subquery-expressions"]], "Subquery categories": [[54, "subquery-categories"]], "Subquery operators": [[54, "subquery-operators"]], "Supported Arrow Types": [[43, "supported-arrow-types"]], "Supported SQL": [[32, "supported-sql"]], "Syntax": [[55, "syntax"]], "Table Provider and Scan": [[19, "table-provider-and-scan"]], "Table Sources": [[17, "table-sources"]], "Temporal Expressions": [[39, "temporal-expressions"]], "Testing": [[12, null]], "Testing the Rule": [[27, "testing-the-rule"]], "The output schema equals the physical plan schema": [[10, "the-output-schema-equals-the-physical-plan-schema"]], "The physical schema is invariant under planning": [[10, "the-physical-schema-is-invariant-under-planning"]], "Time and Date Functions": [[50, "time-and-date-functions"]], "To verify the checksum of the release artifact": [[13, "to-verify-the-checksum-of-the-release-artifact"]], "To verify the signature of the release artifact": [[13, "to-verify-the-signature-of-the-release-artifact"]], "Translating Logical Plan to Physical Plan": [[17, "translating-logical-plan-to-physical-plan"]], "UNION clause": [[51, "union-clause"]], "Understanding large query plans": [[38, "understanding-large-query-plans"]], "Unit tests": [[12, "unit-tests"]], "Unsupported SQL Types": [[43, "unsupported-sql-types"]], "Upstream Benchmark Suites": [[12, "upstream-benchmark-suites"]], "Usage": [[32, null]], "Use Cases": [[41, "use-cases"]], "Use the DataFrame API to process data stored in a CSV": [[37, "use-the-dataframe-api-to-process-data-stored-in-a-csv"]], "Use the DataFrame API to process data stored in a CSV:": [[37, "id2"]], "User Guide": [[14, null]], "User Guide Documentation": [[12, "user-guide-documentation"]], "User-Defined Function Expressions": [[39, "user-defined-function-expressions"]], "Using CREATE EXTERNAL TABLE to register data sources via SQL": [[26, "using-create-external-table-to-register-data-sources-via-sql"]], "Using the Custom Table Provider": [[19, "using-the-custom-table-provider"]], "Using the DataFrame API": [[25, null]], "Using the SQL API": [[26, null]], "Utilities": [[24, "utilities"]], "Validation": [[10, "validation"], [10, "id6"], [10, "id8"], [10, "id10"], [10, "id12"], [10, "id14"], [10, "id16"]], "WHERE clause": [[51, "where-clause"]], "WHERE clause subqueries": [[54, "where-clause-subqueries"]], "WHERE clause with correlated subquery": [[54, "where-clause-with-correlated-subquery"]], "WHERE clause with non-scalar subquery": [[54, "where-clause-with-non-scalar-subquery"]], "WHERE clause with scalar subquery": [[54, "where-clause-with-scalar-subquery"]], "WITH clause": [[51, "with-clause"]], "What Contributions are Good Fits?": [[6, "what-contributions-are-good-fits"]], "What is a DataFrame?": [[25, "what-is-a-dataframe"]], "What is the relationship between Apache Arrow, DataFusion, and Ballista?": [[40, "what-is-the-relationship-between-apache-arrow-datafusion-and-ballista"]], "Why Contribute to Apache DataFusion?": [[4, "why-contribute-to-apache-datafusion"]], "Why DataFusion?": [[41, "why-datafusion"]], "Window Functions": [[55, null]], "Windows": [[23, "windows"]], "Windows setup": [[2, "windows-setup"]], "Working with Exprs": [[27, null]], "Write DataFrame to Files": [[25, "write-dataframe-to-files"]], "Write Options": [[56, null]], "Writing Optimization Rules": [[24, "writing-optimization-rules"]], "Writing Tests": [[24, "writing-tests"]], "Writing the UDTF": [[15, "writing-the-udtf"]], "[ NOT ] EXISTS": [[54, "not-exists"]], "[ NOT ] IN": [[54, "not-in"]], "abs": [[50, "abs"]], "acos": [[50, "acos"]], "acosh": [[50, "acosh"]], "approx_distinct": [[42, "approx-distinct"]], "approx_median": [[42, "approx-median"]], "approx_percentile_cont": [[42, "approx-percentile-cont"]], "approx_percentile_cont_with_weight": [[42, "approx-percentile-cont-with-weight"]], "array_agg": [[42, "array-agg"]], "array_any_value": [[50, "array-any-value"]], "array_append": [[50, "array-append"]], "array_cat": [[50, "array-cat"]], "array_concat": [[50, "array-concat"]], "array_contains": [[50, "array-contains"]], "array_dims": [[50, "array-dims"]], "array_distance": [[50, "array-distance"]], "array_distinct": [[50, "array-distinct"]], "array_element": [[50, "array-element"]], "array_empty": [[50, "array-empty"]], "array_except": [[50, "array-except"]], "array_extract": [[50, "array-extract"]], "array_has": [[50, "array-has"]], "array_has_all": [[50, "array-has-all"]], "array_has_any": [[50, "array-has-any"]], "array_indexof": [[50, "array-indexof"]], "array_intersect": [[50, "array-intersect"]], "array_join": [[50, "array-join"]], "array_length": [[50, "array-length"]], "array_ndims": [[50, "array-ndims"]], "array_pop_back": [[50, "array-pop-back"]], "array_pop_front": [[50, "array-pop-front"]], "array_position": [[50, "array-position"]], "array_positions": [[50, "array-positions"]], "array_prepend": [[50, "array-prepend"]], "array_push_back": [[50, "array-push-back"]], "array_push_front": [[50, "array-push-front"]], "array_remove": [[50, "array-remove"]], "array_remove_all": [[50, "array-remove-all"]], "array_remove_n": [[50, "array-remove-n"]], "array_repeat": [[50, "array-repeat"]], "array_replace": [[50, "array-replace"]], "array_replace_all": [[50, "array-replace-all"]], "array_replace_n": [[50, "array-replace-n"]], "array_resize": [[50, "array-resize"]], "array_reverse": [[50, "array-reverse"]], "array_slice": [[50, "array-slice"]], "array_sort": [[50, "array-sort"]], "array_to_string": [[50, "array-to-string"]], "array_union": [[50, "array-union"]], "arrays_overlap": [[50, "arrays-overlap"]], "arrow_cast": [[50, "arrow-cast"]], "arrow_typeof": [[50, "arrow-typeof"]], "ascii": [[50, "ascii"]], "asin": [[50, "asin"]], "asinh": [[50, "asinh"]], "atan": [[50, "atan"]], "atan2": [[50, "atan2"]], "atanh": [[50, "atanh"]], "avg": [[42, "avg"]], "bit_and": [[42, "bit-and"]], "bit_length": [[50, "bit-length"]], "bit_or": [[42, "bit-or"]], "bit_xor": [[42, "bit-xor"]], "bool_and": [[42, "bool-and"]], "bool_or": [[42, "bool-or"]], "btrim": [[50, "btrim"]], "cardinality": [[50, "cardinality"]], "cbrt": [[50, "cbrt"]], "ceil": [[50, "ceil"]], "char_length": [[50, "char-length"]], "character_length": [[50, "character-length"]], "chr": [[50, "chr"]], "coalesce": [[50, "coalesce"]], "concat": [[50, "concat"]], "concat_ws": [[50, "concat-ws"]], "contains": [[50, "contains"]], "corr": [[42, "corr"]], "cos": [[50, "cos"]], "cosh": [[50, "cosh"]], "cot": [[50, "cot"]], "count": [[42, "count"]], "covar": [[42, "covar"]], "covar_pop": [[42, "covar-pop"]], "covar_samp": [[42, "covar-samp"]], "cume_dist": [[55, "cume-dist"]], "current_date": [[50, "current-date"]], "current_time": [[50, "current-time"]], "current_timestamp": [[50, "current-timestamp"]], "datafusion-contrib": [[21, "datafusion-contrib"]], "date_bin": [[50, "date-bin"]], "date_format": [[50, "date-format"]], "date_part": [[50, "date-part"]], "date_trunc": [[50, "date-trunc"]], "datepart": [[50, "datepart"]], "datetrunc": [[50, "datetrunc"]], "decode": [[50, "decode"]], "degrees": [[50, "degrees"]], "dense_rank": [[55, "dense-rank"]], "digest": [[50, "digest"]], "element_at": [[50, "element-at"]], "empty": [[50, "empty"]], "encode": [[50, "encode"]], "ends_with": [[50, "ends-with"]], "exp": [[50, "exp"]], "factorial": [[50, "factorial"]], "find_in_set": [[50, "find-in-set"]], "first_value": [[42, "first-value"], [55, "first-value"]], "flatten": [[50, "flatten"]], "floor": [[50, "floor"]], "from_unixtime": [[50, "from-unixtime"]], "gcd": [[50, "gcd"]], "generate_series": [[50, "generate-series"]], "get_field": [[50, "get-field"]], "greatest": [[50, "greatest"]], "grouping": [[42, "grouping"]], "ifnull": [[50, "ifnull"]], "initcap": [[50, "initcap"]], "instr": [[50, "instr"]], "isnan": [[50, "isnan"]], "iszero": [[50, "iszero"]], "lag": [[55, "lag"]], "last_value": [[42, "last-value"], [55, "last-value"]], "lcm": [[50, "lcm"]], "lead": [[55, "lead"]], "least": [[50, "least"]], "left": [[50, "left"]], "length": [[50, "length"]], "levenshtein": [[50, "levenshtein"]], "list_any_value": [[50, "list-any-value"]], "list_append": [[50, "list-append"]], "list_cat": [[50, "list-cat"]], "list_concat": [[50, "list-concat"]], "list_contains": [[50, "list-contains"]], "list_dims": [[50, "list-dims"]], "list_distance": [[50, "list-distance"]], "list_distinct": [[50, "list-distinct"]], "list_element": [[50, "list-element"]], "list_empty": [[50, "list-empty"]], "list_except": [[50, "list-except"]], "list_extract": [[50, "list-extract"]], "list_has": [[50, "list-has"]], "list_has_all": [[50, "list-has-all"]], "list_has_any": [[50, "list-has-any"]], "list_indexof": [[50, "list-indexof"]], "list_intersect": [[50, "list-intersect"]], "list_join": [[50, "list-join"]], "list_length": [[50, "list-length"]], "list_ndims": [[50, "list-ndims"]], "list_pop_back": [[50, "list-pop-back"]], "list_pop_front": [[50, "list-pop-front"]], "list_position": [[50, "list-position"]], "list_positions": [[50, "list-positions"]], "list_prepend": [[50, "list-prepend"]], "list_push_back": [[50, "list-push-back"]], "list_push_front": [[50, "list-push-front"]], "list_remove": [[50, "list-remove"]], "list_remove_all": [[50, "list-remove-all"]], "list_remove_n": [[50, "list-remove-n"]], "list_repeat": [[50, "list-repeat"]], "list_replace": [[50, "list-replace"]], "list_replace_all": [[50, "list-replace-all"]], "list_replace_n": [[50, "list-replace-n"]], "list_resize": [[50, "list-resize"]], "list_reverse": [[50, "list-reverse"]], "list_slice": [[50, "list-slice"]], "list_sort": [[50, "list-sort"]], "list_to_string": [[50, "list-to-string"]], "list_union": [[50, "list-union"]], "ln": [[50, "ln"]], "log": [[50, "log"]], "log10": [[50, "log10"]], "log2": [[50, "log2"]], "lower": [[50, "lower"]], "lpad": [[50, "lpad"]], "ltrim": [[50, "ltrim"]], "make_array": [[50, "make-array"]], "make_date": [[50, "make-date"]], "make_list": [[50, "make-list"]], "map": [[50, "map"]], "map_extract": [[50, "map-extract"]], "map_keys": [[50, "map-keys"]], "map_values": [[50, "map-values"]], "max": [[42, "max"]], "md5": [[50, "md5"]], "mean": [[42, "mean"]], "median": [[42, "median"]], "min": [[42, "min"]], "named_struct": [[50, "named-struct"]], "nanvl": [[50, "nanvl"]], "now": [[50, "now"]], "nth_value": [[42, "nth-value"], [55, "nth-value"]], "ntile": [[55, "ntile"]], "nullif": [[50, "nullif"]], "nvl": [[50, "nvl"]], "nvl2": [[50, "nvl2"]], "octet_length": [[50, "octet-length"]], "parquet_metadata": [[32, "parquet-metadata"]], "percent_rank": [[55, "percent-rank"]], "pi": [[50, "pi"]], "position": [[50, "position"]], "pow": [[50, "pow"]], "power": [[50, "power"]], "radians": [[50, "radians"]], "random": [[50, "random"]], "range": [[50, "range"]], "rank": [[55, "rank"]], "regexp_count": [[50, "regexp-count"]], "regexp_like": [[50, "regexp-like"]], "regexp_match": [[50, "regexp-match"]], "regexp_replace": [[50, "regexp-replace"]], "regr_avgx": [[42, "regr-avgx"]], "regr_avgy": [[42, "regr-avgy"]], "regr_count": [[42, "regr-count"]], "regr_intercept": [[42, "regr-intercept"]], "regr_r2": [[42, "regr-r2"]], "regr_slope": [[42, "regr-slope"]], "regr_sxx": [[42, "regr-sxx"]], "regr_sxy": [[42, "regr-sxy"]], "regr_syy": [[42, "regr-syy"]], "repeat": [[50, "repeat"]], "replace": [[50, "replace"]], "reverse": [[50, "reverse"]], "right": [[50, "right"]], "round": [[50, "round"]], "row": [[50, "row"]], "row_number": [[55, "row-number"]], "rpad": [[50, "rpad"]], "rtrim": [[50, "rtrim"]], "sha224": [[50, "sha224"]], "sha256": [[50, "sha256"]], "sha384": [[50, "sha384"]], "sha512": [[50, "sha512"]], "signum": [[50, "signum"]], "sin": [[50, "sin"]], "sinh": [[50, "sinh"]], "split_part": [[50, "split-part"]], "sqllogictests Tests": [[12, "sqllogictests-tests"]], "sqrt": [[50, "sqrt"]], "starts_with": [[50, "starts-with"]], "stddev": [[42, "stddev"]], "stddev_pop": [[42, "stddev-pop"]], "stddev_samp": [[42, "stddev-samp"]], "string_agg": [[42, "string-agg"]], "string_to_array": [[50, "string-to-array"]], "string_to_list": [[50, "string-to-list"]], "strpos": [[50, "strpos"]], "struct": [[50, "struct"]], "substr": [[50, "substr"]], "substr_index": [[50, "substr-index"]], "substring": [[50, "substring"]], "substring_index": [[50, "substring-index"]], "sum": [[42, "sum"]], "supports_filters_pushdown": [[19, "supports-filters-pushdown"]], "tan": [[50, "tan"]], "tanh": [[50, "tanh"]], "to_char": [[50, "to-char"]], "to_date": [[50, "to-date"]], "to_hex": [[50, "to-hex"]], "to_local_time": [[50, "to-local-time"]], "to_timestamp": [[50, "to-timestamp"]], "to_timestamp_micros": [[50, "to-timestamp-micros"]], "to_timestamp_millis": [[50, "to-timestamp-millis"]], "to_timestamp_nanos": [[50, "to-timestamp-nanos"]], "to_timestamp_seconds": [[50, "to-timestamp-seconds"]], "to_unixtime": [[50, "to-unixtime"]], "today": [[50, "today"]], "translate": [[50, "translate"]], "trim": [[50, "trim"]], "trunc": [[50, "trunc"]], "unnest": [[52, "unnest"]], "unnest (struct)": [[52, "unnest-struct"]], "upper": [[50, "upper"]], "uuid": [[50, "uuid"]], "var": [[42, "var"]], "var_pop": [[42, "var-pop"]], "var_population": [[42, "var-population"]], "var_samp": [[42, "var-samp"]], "var_sample": [[42, "var-sample"]], "version": [[50, "version"]], "|": [[49, "op-bit-or"]], "||": [[49, "op-str-cat"]], "~": [[49, "op-re-match"]], "~*": [[49, "op-re-match-i"]], "~~": [[49, "id17"]], "~~*": [[49, "id18"]], "\u201cMajor\u201d and \u201cMinor\u201d PRs": [[6, "major-and-minor-prs"]], "\u2728 Good Reads": [[33, "good-reads"]], "\ud83c\udf0e Community Events": [[33, "community-events"]], "\ud83d\udcc5 Release Notes & Updates": [[33, "release-notes-updates"]], "\ud83e\udded Background Concepts": [[33, "background-concepts"]]}, "docnames": ["contributor-guide/architecture", "contributor-guide/communication", "contributor-guide/getting_started", "contributor-guide/governance", "contributor-guide/gsoc_application_guidelines", "contributor-guide/howtos", "contributor-guide/index", "contributor-guide/inviting", "contributor-guide/roadmap", "contributor-guide/specification/index", "contributor-guide/specification/invariants", "contributor-guide/specification/output-field-name-semantic", "contributor-guide/testing", "download", "index", "library-user-guide/adding-udfs", "library-user-guide/api-health", "library-user-guide/building-logical-plans", "library-user-guide/catalogs", "library-user-guide/custom-table-providers", "library-user-guide/extending-operators", "library-user-guide/extensions", "library-user-guide/index", "library-user-guide/profiling", "library-user-guide/query-optimizer", "library-user-guide/using-the-dataframe-api", "library-user-guide/using-the-sql-api", "library-user-guide/working-with-exprs", "user-guide/cli/datasources", "user-guide/cli/index", "user-guide/cli/installation", "user-guide/cli/overview", "user-guide/cli/usage", "user-guide/concepts-readings-events", "user-guide/configs", "user-guide/crate-configuration", "user-guide/dataframe", "user-guide/example-usage", "user-guide/explain-usage", "user-guide/expressions", "user-guide/faq", "user-guide/introduction", "user-guide/sql/aggregate_functions", "user-guide/sql/data_types", "user-guide/sql/ddl", "user-guide/sql/dml", "user-guide/sql/explain", "user-guide/sql/index", "user-guide/sql/information_schema", "user-guide/sql/operators", "user-guide/sql/scalar_functions", "user-guide/sql/select", "user-guide/sql/special_functions", "user-guide/sql/sql_status", "user-guide/sql/subqueries", "user-guide/sql/window_functions", "user-guide/sql/write_options"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1}, "filenames": ["contributor-guide/architecture.md", "contributor-guide/communication.md", "contributor-guide/getting_started.md", "contributor-guide/governance.md", "contributor-guide/gsoc_application_guidelines.md", "contributor-guide/howtos.md", "contributor-guide/index.md", "contributor-guide/inviting.md", "contributor-guide/roadmap.md", "contributor-guide/specification/index.rst", "contributor-guide/specification/invariants.md", "contributor-guide/specification/output-field-name-semantic.md", "contributor-guide/testing.md", "download.md", "index.rst", "library-user-guide/adding-udfs.md", "library-user-guide/api-health.md", "library-user-guide/building-logical-plans.md", "library-user-guide/catalogs.md", "library-user-guide/custom-table-providers.md", "library-user-guide/extending-operators.md", "library-user-guide/extensions.md", "library-user-guide/index.md", "library-user-guide/profiling.md", "library-user-guide/query-optimizer.md", "library-user-guide/using-the-dataframe-api.md", "library-user-guide/using-the-sql-api.md", "library-user-guide/working-with-exprs.md", "user-guide/cli/datasources.md", "user-guide/cli/index.rst", "user-guide/cli/installation.md", "user-guide/cli/overview.md", "user-guide/cli/usage.md", "user-guide/concepts-readings-events.md", "user-guide/configs.md", "user-guide/crate-configuration.md", "user-guide/dataframe.md", "user-guide/example-usage.md", "user-guide/explain-usage.md", "user-guide/expressions.md", "user-guide/faq.md", "user-guide/introduction.md", "user-guide/sql/aggregate_functions.md", "user-guide/sql/data_types.md", "user-guide/sql/ddl.md", "user-guide/sql/dml.md", "user-guide/sql/explain.md", "user-guide/sql/index.rst", "user-guide/sql/information_schema.md", "user-guide/sql/operators.md", "user-guide/sql/scalar_functions.md", "user-guide/sql/select.md", "user-guide/sql/special_functions.md", "user-guide/sql/sql_status.md", "user-guide/sql/subqueries.md", "user-guide/sql/window_functions.md", "user-guide/sql/write_options.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 4, 7, 8, 10, 12, 13, 14, 15, 17, 18, 19, 21, 22, 25, 27, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 44, 45, 48, 50, 54, 55], "0": [2, 5, 7, 13, 15, 16, 17, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 46, 49, 50, 51, 52, 53, 54, 55, 56], "00": [34, 50], "000": 32, "000000000": 15, "000000000z": 50, "000000z": 50, "000z": 50, "002": 32, "005": 32, "007": 28, "00z": 50, "01": [26, 33, 34, 44, 50], "011": 32, "01t00": 50, "01t03": 50, "01t18": 50, "02": [26, 33, 50], "02t12": 50, "03": [15, 26, 33, 43, 50], "033333333333333": 15, "03t00": 50, "03t03": 50, "03t17": 43, "03t19": 50, "03z": 50, "04": [15, 26, 33, 50], "05": [15, 33, 50], "053": 32, "06": [15, 33], "060": 38, "062": 38, "07": [15, 33, 50], "08": [15, 33, 50], "08t09": 50, "08t12": 50, "09": [15, 26, 33, 50], "0mb": 30, "0x12": 43, "0x34": 43, "1": [2, 11, 12, 15, 18, 24, 25, 26, 27, 28, 31, 32, 33, 34, 35, 37, 38, 39, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56], "10": [15, 26, 32, 33, 38, 39, 42, 43, 50, 51, 52, 55], "100": [24, 26, 34, 36, 37, 39, 42, 50], "1000": 6, "100000": 34, "1000000": 28, "10000000": 45, "100x": 33, "101": 24, "1024": [32, 34], "1048576": 34, "10485760": 34, "105": 35, "108996": 15, "109827": 15, "10g": 32, "10mb": 45, "11": [15, 33, 44, 50, 55], "1111": 39, "11t23": 50, "12": [15, 33, 38, 42, 44, 50], "120": 42, "121073": 15, "122484": 15, "122528525": 46, "123": [39, 50], "1234": 43, "12345": 42, "123456": 50, "123456789": 50, "12345689": 50, "125": 15, "128": 50, "128640": 50, "129f3b9964af4d4a709d1383930ade12dfe7c081": 35, "12t12": 15, "13": [11, 15, 33, 35, 38], "131072": 34, "137103898": 15, "138833963": 15, "13m": 38, "14": [15, 33, 50], "145453612": 15, "14779976446": 38, "1477997645": 38, "147838157": 15, "14gb": 38, "15": [2, 15, 33, 39, 50], "150": 42, "1599566400": 50, "1599572549": 50, "16": [24, 33, 38, 43, 46, 48, 50], "161242466": 15, "1673638290": 50, "1677": 50, "16n": 38, "17": [15, 33, 50], "171": 28, "171428571428573": 15, "17t03": 50, "18": [33, 50], "18342019": 31, "188921521": 15, "18z": 50, "19": [33, 43], "191140113": 15, "1934": 50, "1970": 50, "1992": 50, "1993": 50, "1996": 15, "1a": 50, "1b5e": 39, "1i64": 27, "1m": 34, "1y": 50, "2": [5, 11, 12, 15, 24, 25, 26, 27, 28, 32, 33, 34, 35, 37, 38, 39, 41, 42, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55, 56], "20": [15, 33, 34, 50], "20000": 34, "2010youy01": 12, "2017": 50, "2019": 33, "2020": [33, 50], "2021": [33, 34, 44], "2022": [33, 44], "2023": [33, 43, 50], "2024": [33, 50], "2025": 33, "203002m": 38, "208038598": 15, "20t05": 50, "20z": 50, "21": [33, 43], "210338885": 15, "21t00": 50, "22": [33, 35], "224": 50, "2262": 50, "23": [33, 42], "2326": 53, "233333333333334": 15, "235549898": 15, "24": [6, 33], "243038m": 38, "25": [33, 37, 42], "256": 50, "25\u00b5": 38, "26": [33, 50], "27": 33, "28": [23, 33], "29": [33, 50], "2955995290": 38, "298": 35, "3": [2, 5, 11, 15, 24, 25, 28, 32, 33, 34, 35, 38, 39, 43, 44, 49, 50, 52, 54, 55], "30": [33, 35, 50], "30000": 42, "300m": 38, "303104": 15, "3031680": 32, "308": 38, "31": [33, 35, 50], "311296": 15, "31t09": 50, "31t14": 50, "32": [34, 50], "321": 39, "33": 50, "331": 35, "332": 35, "333333333333": 55, "335872": 15, "34": [33, 42], "344": 28, "344064": [15, 32], "35": 15, "3500": 55, "35000": 42, "350342183": 38, "3523": 43, "3555": 24, "36": 38, "36923816": 38, "37": [13, 30], "3700": 55, "3703192723": 38, "3704": 24, "374": 28, "375\u00b5": 38, "384": 50, "3866": 55, "3883759": 32, "39": 37, "3900": 55, "3a": 7, "3am": 50, "4": [11, 15, 28, 33, 34, 35, 39, 44, 49, 50, 52, 54, 55], "40": [32, 33, 37, 49], "40000": 42, "4096": [34, 46], "41": [13, 16, 50], "41cc": 50, "42": [42, 50], "4200": 55, "43": [16, 33, 50], "436": 35, "44": [16, 50], "440000000000001": 15, "4433992935": 38, "45": [34, 42], "4500": 55, "45000": 42, "450560": [15, 32], "4611687214012840539": 32, "4611689135232456464": 32, "4611692774829951781": 32, "47": 50, "4700": 55, "48": 39, "4800": 55, "482": 38, "4866": 55, "5": [11, 15, 27, 33, 35, 38, 39, 42, 44, 49, 50, 52, 55, 56], "500": [6, 17], "5000": 55, "50000": 42, "50000000": 34, "5020": 55, "50th": 42, "512": [13, 50], "5133": 55, "5176803": 32, "5200": 55, "53": [34, 50], "5327877": 46, "5466": 55, "56": [42, 50], "5600": 55, "5660489": 46, "5680fa18feaa87f3ff04063800aec256c3d4b4b": 35, "573440": 15, "59": 50, "5911990580": 38, "595": 28, "6": [3, 15, 16, 27, 33, 39, 44, 49, 50, 52], "60": 6, "6000": 55, "606208": 15, "612174": [15, 32], "63": 30, "64": 34, "65": [15, 42], "6569": 8, "66": [35, 38], "6666666666665": 55, "666666666667": 55, "66\u00b5": 38, "6782": 8, "6980": 8, "6ec17ef8": 50, "7": [6, 7, 11, 15, 33, 38, 39, 49, 50, 52, 55], "7000": 25, "700000000000001": 15, "720": 38, "73256": 15, "7389988225": 38, "75": [38, 42], "78": 42, "79228162514264337593543950336": 43, "7gb": 38, "7m": 38, "7rocc026wckknrjt9j6bsqk3z4c0g5yf": 7, "8": [11, 15, 32, 33, 34, 38, 39, 42, 49, 50, 52, 55], "80": 50, "8000": 25, "8012": 46, "811821": 38, "811k": 38, "8192": [32, 34, 38, 48], "839560": 46, "85": 42, "873379m": 38, "8d59": 50, "9": [5, 15, 30, 35, 52, 55], "90": [39, 42], "9000": 25, "9223363791697310021": 32, "9223369186199968220": 32, "9223371478009085789": 32, "9223372036": 50, "9223372037": 50, "923748528": 38, "93": 35, "954545454545455": 15, "95823": 15, "969": 31, "97": [39, 50], "99": 38, "9999": 50, "99997497": 38, "9m": 38, "A": [6, 7, 8, 10, 12, 15, 17, 18, 19, 23, 33, 36, 37, 38, 39, 41, 42, 44, 49, 50, 51, 54, 55], "AND": [24, 26, 39, 42, 53, 55], "AS": [10, 24, 26, 27, 28, 38, 42, 44, 45, 50, 51, 53, 54, 55, 56], "AT": 50, "And": [15, 19, 35, 49], "As": [3, 7, 8, 12, 15, 18, 19, 25, 27, 38], "At": 15, "BY": [15, 25, 26, 37, 38, 42, 44, 45, 46, 47, 53, 54, 55, 56], "Being": [7, 41], "By": [12, 34, 35, 41, 45, 49, 51], "For": [0, 2, 5, 6, 12, 13, 15, 16, 17, 18, 19, 23, 24, 25, 26, 27, 28, 31, 32, 34, 35, 37, 38, 42, 43, 44, 45, 50, 54, 55, 56], "IF": 44, "IN": 39, "INTO": [11, 45, 53, 56], "If": [0, 2, 3, 4, 6, 7, 12, 21, 22, 24, 27, 34, 35, 37, 38, 39, 42, 44, 45, 46, 50, 51, 54, 56], "In": [1, 5, 6, 7, 10, 12, 15, 16, 18, 19, 24, 25, 27, 28, 32, 33, 37, 38, 51, 53, 54, 56], "Into": 39, "It": [0, 1, 6, 7, 10, 13, 15, 17, 18, 19, 26, 27, 28, 35, 38, 39, 40, 42, 44, 50, 51], "NO": 48, "NOT": [24, 28, 39, 44], "No": [17, 56], "Not": [39, 43, 49], "ON": [11, 51], "OR": [39, 42, 44], "Of": [7, 38], "On": [2, 7], "One": [34, 56], "Or": [37, 49], "Such": 6, "TO": [7, 29, 45, 56], "That": 15, "The": [0, 1, 3, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 49, 50, 51, 54, 55, 56], "Then": [5, 13, 15, 18, 35, 38], "There": [0, 1, 12, 15, 17, 19, 24, 27, 30, 34, 35, 38, 41, 55, 56], "These": [1, 7, 9, 12, 15, 21, 24, 32, 34, 39, 56], "To": [4, 5, 6, 7, 12, 14, 15, 16, 17, 18, 19, 23, 25, 26, 27, 28, 30, 34, 35, 37, 38, 42, 48, 49], "WITH": 47, "With": [6, 7, 15, 18, 19, 34, 44], "_": [15, 18, 19, 24, 27, 32, 35, 39, 50], "___datafus": 50, "___datafusion___": 50, "__datafusion____": 50, "_config": [24, 27], "_context": 19, "_filter": 19, "_limit": 19, "_partit": 19, "_state": [19, 25], "_t": 19, "aaa": 39, "aaabb": 39, "aaabbc321": 39, "aabbac": 50, "aabchello": 39, "aabchelloccb": 39, "aarch64": 50, "ab": [11, 39], "ababbaba": 50, "abc": [39, 50], "abcababc": 50, "abcd": 39, "abcdbaba": 50, "abil": 4, "abl": [6, 27, 38, 55], "about": [0, 3, 4, 6, 7, 8, 10, 15, 18, 24, 27, 32, 35, 38, 48], "abov": [6, 15, 18, 24, 25, 32, 38, 54], "absolut": [39, 50], "abstract": [17, 27], "abstractli": 19, "acceler": [14, 33, 41], "accept": [6, 7, 10, 15, 39, 51], "access": [0, 3, 7, 15, 17, 28, 34, 38, 48, 50, 53, 55], "access_key_id": 28, "accident": 12, "accompani": 6, "accomplish": [4, 24], "accord": [34, 35, 42, 43, 44], "accordingli": 51, "account": [19, 25, 28], "account_arrai": 19, "accumul": [5, 15], "accur": [34, 42], "acd": 39, "achiev": 34, "acknowledg": [6, 7], "acm": 33, "aco": 39, "acosh": 39, "acreq": 7, "across": [15, 19, 38, 41, 42, 55], "act": [0, 6, 7, 55], "action": 36, "activ": [3, 4, 6, 7, 9, 41], "actual": [1, 5, 7, 10, 15, 17, 19, 24, 27, 36, 37, 38, 44], "ad": [0, 5, 6, 7, 14, 16, 21, 24, 27, 35, 38, 39, 51], "add": [0, 4, 7, 8, 12, 15, 16, 17, 21, 25, 27, 33, 34, 38, 39], "add_merge_exec": 24, "add_on": [15, 27], "add_one_inlin": 27, "add_one_udf": 27, "add_optimizer_rul": 27, "added_on": 27, "addit": [3, 4, 6, 7, 8, 12, 14, 18, 25, 28, 32, 34, 39, 49, 50, 53], "addition": 34, "addon": 15, "addoneinlin": 27, "address": [4, 6, 7], "adjust": 16, "admin": 7, "advanc": [6, 12, 15], "advanced_udaf": 15, "advanced_udf": [5, 15], "advanced_udwf": 15, "advertis": 1, "affect": [34, 44], "after": [3, 5, 6, 7, 12, 19, 24, 25, 32, 34, 35, 38, 39, 50, 51, 55], "afterward": 34, "ag": 51, "again": [6, 15, 18, 19, 38], "against": [5, 12, 23, 31, 38, 39, 50, 51], "aggr": [38, 46], "aggreg": [8, 10, 14, 22, 33, 34, 36, 37, 41, 46, 47, 50, 51, 53, 54], "aggregate_expression1": 54, "aggregate_expression2": 54, "aggregate_expressionn": 54, "aggregate_simpl": 44, "aggregate_statist": 24, "aggregate_test_100": [24, 28, 44], "aggregateexec": [38, 46], "aggregateexpr": 5, "aggregatefunct": 5, "aggregateudf": 15, "agreement": 7, "ahead": 16, "ai": [33, 41], "aim": [0, 6, 40, 41], "akin": 15, "algorithm": [17, 39, 42, 50], "alia": [7, 24, 28, 42, 49, 50], "alibaba": 28, "alic": 42, "align": [4, 7, 8], "aliyunc": 28, "all": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 18, 19, 21, 22, 24, 25, 28, 29, 34, 37, 38, 39, 42, 47, 50, 51, 53, 54, 55, 56], "alloc": [8, 35], "allow": [0, 5, 6, 7, 17, 19, 21, 24, 25, 26, 34, 36, 41, 44, 50, 51, 53, 55], "allow_single_file_parallel": 34, "allow_symmetric_joins_without_prun": 34, "alltypes_plain": 26, "almost": [1, 6, 14, 27, 38, 41], "along": [12, 38], "alphanumer": 50, "alreadi": [3, 6, 7, 18, 34, 44, 50], "also": [0, 3, 6, 7, 9, 10, 12, 13, 14, 15, 17, 18, 19, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 38, 39, 40, 44, 45, 54, 55, 56], "alter": 5, "altern": [2, 6, 12, 37, 54], "alwai": [6, 10, 15, 38, 39, 55, 56], "ambigu": 9, "america": 50, "among": 6, "amount": 34, "ampl": 16, "amsterdam": 33, "an": [0, 1, 2, 4, 5, 6, 8, 10, 12, 14, 17, 18, 19, 21, 23, 25, 28, 31, 32, 34, 35, 36, 37, 39, 40, 41, 42, 44, 49, 50, 51, 52, 54, 55, 56], "analog": 34, "analys": 12, "analysi": [15, 41], "analyt": [4, 14, 33, 38, 40, 41, 47], "analyz": [27, 41, 47], "analyzer_rul": 27, "andi": 33, "andrew": 33, "andrewlamb": 38, "ani": [0, 1, 2, 3, 4, 6, 7, 8, 10, 12, 15, 17, 18, 19, 24, 28, 31, 32, 33, 34, 36, 38, 39, 41, 42, 43, 50, 52, 56], "annot": 38, "anoth": [7, 12, 15, 18, 24, 27, 34, 39, 41, 50, 52, 55], "ansi": 34, "answer": [3, 7, 38], "anyon": [3, 6, 7], "anyth": [4, 12], "ap": 28, "apach": [1, 3, 6, 8, 13, 21, 23, 24, 30, 32, 33, 35, 41, 50], "api": [6, 8, 11, 14, 15, 17, 21, 22, 24, 33, 41], "api_to_deprec": 16, "appear": [16, 24, 27, 39, 45, 50], "append": [39, 50], "append_valu": 19, "appli": [4, 6, 11, 19, 24, 34, 38, 44, 50, 56], "applic": [14, 28, 34, 41, 56], "application_credentials_path": 28, "approach": [0, 6, 24, 33, 36], "appropri": [7, 26, 32], "approv": 6, "approx_distinct": 39, "approx_median": 39, "approx_percentile_cont": 39, "approx_percentile_cont_with_weight": 39, "approxim": [38, 39, 47, 50], "apt": 2, "aptli": 19, "ar": [0, 1, 3, 4, 5, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 27, 28, 32, 34, 35, 36, 37, 39, 41, 42, 43, 44, 45, 49, 50, 51, 54, 55, 56], "arbitrari": [15, 42, 53, 56], "arc": [15, 17, 18, 19, 24, 25, 27, 50], "arch": 2, "architectur": [14, 17, 22, 33, 35], "archiv": [1, 7, 13], "area": [19, 33, 50], "aren": [6, 7], "arg": [15, 27], "argument": [5, 10, 11, 15, 23, 39], "arithmet": [42, 50], "arm64_sonoma": 30, "around": [12, 15, 50], "arr": [15, 18], "arrai": [5, 8, 10, 15, 18, 19, 25, 42, 43, 47, 49, 52, 53], "array1": [39, 50], "array2": [39, 50], "array_agg": 51, "array_any_valu": 39, "array_append": 39, "array_concat": 39, "array_dim": 39, "array_distinct": 39, "array_el": 39, "array_elem": 15, "array_except": 39, "array_ha": 39, "array_has_al": 39, "array_has_ani": 39, "array_intersect": 39, "array_length": 39, "array_n": [39, 50], "array_ndim": 39, "array_pop_back": 39, "array_pop_front": 39, "array_posit": 39, "array_prepend": 39, "array_remov": 39, "array_remove_al": 39, "array_remove_n": 39, "array_repeat": 39, "array_replac": 39, "array_replace_al": 39, "array_replace_n": 39, "array_res": 39, "array_slic": 39, "array_sort": 39, "array_to_str": 39, "array_union": 39, "arrayref": [15, 18, 25, 37], "arrow": [1, 8, 10, 11, 12, 13, 14, 15, 17, 18, 19, 24, 25, 26, 27, 31, 32, 33, 34, 39, 41, 44, 45, 47, 50, 53, 56], "arrow_cast": 43, "arrow_schema": 37, "arrow_test_data": 26, "arrow_typeof": 43, "arrow_writ": 34, "arrowwriteropt": 34, "arroyo": 41, "art": 41, "articl": 33, "as_ani": [10, 15, 18, 19], "as_int64_arrai": 15, "as_primit": 15, "as_ref": [15, 17], "as_str": 18, "asarrai": 15, "asc": [13, 34, 38, 42, 44, 50, 51, 55], "ascend": 51, "ascii": 39, "asf": 1, "asin": 39, "asinh": 39, "ask": [0, 1, 4, 6, 7, 14], "aspect": 34, "assert_batches_eq": [12, 25, 26], "assert_batches_sorted_eq": 12, "assert_contain": 12, "assert_eq": [15, 25, 27], "assert_not_contain": 12, "assign": 55, "assist": 3, "associ": [10, 19, 37, 55], "assum": [7, 10, 27], "assumpt": 10, "async": [15, 17, 18, 19, 25, 26, 27, 35, 36, 37, 41], "async_trait": [18, 19], "asynchron": 41, "atan": 39, "atan2": 39, "atanh": 39, "athena_partit": 28, "attach": [6, 37], "attempt": 34, "attent": [6, 15], "attribut": [16, 18], "aug": 33, "austin": 33, "author": 7, "auto": 8, "autom": 6, "automat": [7, 12, 28, 34, 41], "avail": [2, 4, 7, 14, 15, 21, 32, 34, 37, 39, 47, 48], "averag": [15, 39, 42, 54, 55], "avg": [11, 39, 54, 55], "avoid": [6, 8, 34, 39, 41], "avro": [14, 25, 28, 31, 41, 44, 53], "avro_fil": 26, "avroreadopt": 26, "avx2": 35, "aw": [28, 41], "awai": [16, 17], "await": [15, 17, 19, 25, 26, 27, 35, 36, 37, 41], "awar": [8, 37, 41, 51], "aws_access_key_id": 28, "aws_allow_http": 28, "aws_container_credentials_relative_uri": 28, "aws_default_region": 28, "aws_endpoint": 28, "aws_secret_access_kei": 28, "aws_session_token": 28, "az792536": 2, "azur": 41, "b": [7, 10, 11, 16, 25, 26, 27, 28, 32, 36, 37, 39, 42, 46, 50, 51, 52, 56], "back": [25, 28, 55], "background": 4, "backrefer": 50, "backtrace_r": 35, "backward": 50, "bai": 33, "ballista": [1, 14, 33, 41], "bandwidth": 6, "bank": [19, 25], "bank_account": [19, 25], "bank_account_index": 19, "bar": [11, 45, 50], "bare": 11, "barrier": 12, "base": [0, 4, 6, 8, 10, 11, 12, 14, 15, 18, 19, 33, 34, 35, 38, 39, 40, 42, 44, 48, 50, 51, 54], "base64": 50, "bash": 2, "basic": [4, 18, 24, 38, 53], "batch": [10, 11, 15, 19, 25, 32, 34, 38, 41, 56], "batch_siz": [32, 34, 48], "bb": 39, "bbaaa": 39, "bbc": 39, "bc6159": 50, "bdt": 41, "becaus": [6, 7, 10, 15, 24], "becom": [6, 7, 55], "been": [3, 6, 7, 27], "befor": [4, 6, 7, 8, 17, 22, 27, 34, 36, 38, 50, 55], "beforehand": 34, "begin": [25, 32, 39, 50], "behalf": 7, "behav": 51, "behavior": [0, 3, 6, 9, 21, 22, 27, 35, 37, 50, 54, 55], "behaviour": 34, "behind": 55, "being": [5, 10, 19, 23, 24, 34, 37, 50, 54], "belgrad": 33, "believ": 4, "belong": [32, 39], "below": [4, 5, 6, 7, 15, 17, 19, 21, 23, 28, 34, 35, 38, 39, 41, 54], "bench": [6, 12, 23, 38], "benchmark": [6, 8, 15, 38], "benchmark_nam": 12, "benefici": 34, "benefit": [0, 4, 34], "best": [6, 7, 34, 56], "better": [8, 33, 34, 44], "between": [6, 8, 15, 24, 34, 38, 39, 42, 50, 51, 53, 55], "beyond": [3, 38], "big": 41, "bigint": [28, 43, 44, 56], "bigqueri": 34, "bigtabl": 41, "bin": 50, "binari": [2, 5, 14, 23, 34, 39, 47], "binary_as_str": 34, "binary_hash_result": 50, "binaryexpr": 27, "binarylarg": 34, "binaryview": 34, "bind": [7, 8, 14, 15, 30], "bioinformat": 33, "bit": [39, 50], "bit_and": 39, "bit_length": 39, "bit_or": 39, "bit_pack": 34, "bit_xor": 39, "bitand": 39, "bitor": 39, "bitwis": [42, 47], "bitwise_and": 39, "bitwise_or": 39, "bitwise_shift_left": 39, "bitwise_shift_right": 39, "bitwise_xor": 39, "bitxor": 39, "blake2": 50, "blake2b": 50, "blake3": 50, "blaze": 41, "blazingli": 41, "blob": [34, 41, 43], "block": [32, 33], "blog": [14, 33], "bloom": [34, 38, 56], "bloom_filter_en": 56, "bloom_filter_eval_tim": 38, "bloom_filter_fpp": [34, 56], "bloom_filter_ndv": [34, 56], "bloom_filter_on_read": 34, "bloom_filter_on_writ": 34, "blue": 0, "bob": 42, "book": [12, 16, 33], "bool": [10, 15, 18, 39], "bool_and": 39, "bool_or": 39, "boolean": [47, 49], "boost": 34, "bore": 41, "boston": 33, "both": [6, 8, 10, 11, 12, 13, 24, 28, 39, 40, 41, 49, 50, 51, 56], "bottl": 30, "bottom": [24, 38], "bound": [8, 44, 50], "boundari": [41, 50], "box": [14, 15, 19, 21, 25], "branch": [6, 10, 12, 35], "breviti": 15, "brew": [2, 30], "broader": 6, "broken": 12, "brotli": 34, "brown": 50, "brussel": 50, "btreemap": 19, "btrim": 39, "bucket": 28, "buffer": [25, 34], "bug": [3, 6, 12, 24, 34], "build": [2, 6, 10, 14, 25, 30, 32, 33, 35, 36, 39, 40, 41], "builder": 17, "built": [0, 2, 5, 10, 12, 14, 15, 33, 40, 41, 53], "builtin": 24, "buzz": 41, "byte": [10, 32, 34, 38, 39, 43, 50, 56], "byte_stream_split": 34, "bytea": 43, "bytes_scan": 38, "bzip2": 56, "c": [12, 13, 16, 18, 25, 27, 32, 35, 37, 39, 40, 41, 50, 51], "c0": 50, "c1": [10, 11, 27, 28, 44, 50], "c10": [28, 44], "c11": [28, 44], "c12": [28, 44], "c13": [28, 44], "c2": [10, 11, 27, 28, 44, 50], "c3": [28, 44], "c4": [28, 44], "c5": [28, 44], "c6": [28, 44], "c7": [28, 44], "c8": [28, 44], "c9": [24, 28, 44], "cach": [8, 25, 33, 34], "calcul": [10, 15, 39, 42, 50, 51, 54, 55], "call": [5, 7, 11, 15, 17, 25, 27, 34, 35, 36, 37, 38, 39, 50, 55], "can": [0, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 48, 50, 51, 52, 54, 55, 56], "candl": 33, "cannot": [19, 34, 39, 50, 54], "canonical_nam": 24, "capabl": [6, 8], "capit": [50, 51], "capitalized_exampl": 37, "captur": 35, "car": 15, "cardin": 39, "care": [7, 24], "career": 4, "cargo": [2, 5, 12, 16, 23, 29, 35, 37, 38], "cargo_command": 38, "cargo_profile_release_debug": 23, "carnegi": 33, "carri": 7, "cartesian": 51, "cascad": 18, "case": [0, 14, 15, 28, 32, 33, 34, 37, 38, 39, 49, 50, 51, 56], "cast": [15, 24, 26, 32, 34, 43, 50, 53], "castexpr": 27, "cat": 44, "catalog": [14, 15, 17, 19, 34, 44, 48, 53], "catalog_nam": 18, "catalogprovid": [18, 41], "catalogproviderlist": 18, "categor": [6, 54], "categori": 47, "caught": 34, "caus": [34, 55], "cbrt": 39, "cc": 7, "cd": [30, 38, 50], "cdn": 41, "ceil": 39, "cellar": 30, "centric": 41, "centroid": 42, "centuri": 50, "certain": [1, 10, 34, 38, 39], "chain": 39, "challeng": [4, 15, 33], "chanc": [4, 7], "chang": [0, 6, 9, 12, 24, 32, 33, 35, 50, 51], "changelog": 6, "channel": [1, 4], "char": [43, 50], "char_length": 39, "charact": [39, 47, 50, 56], "character_length": 39, "charli": 42, "check": [6, 7, 12, 13, 15, 18, 22, 34, 37, 38], "checklist": [3, 5], "checkout": 12, "checksum": 50, "chicago": 33, "child": 10, "children": [19, 34], "choco": 2, "choic": 41, "choos": [4, 7], "chore": 6, "chosen": [3, 12], "chr": 39, "chrono": 50, "chunk": [32, 34], "ci": [2, 3, 6, 12], "citi": 33, "cla": 7, "claim": 10, "clarif": 51, "clariti": [4, 38], "classic": 27, "claus": [45, 47, 55, 56], "cleanup": [8, 30], "clear": [4, 6], "cli": [5, 14, 15, 23, 28, 30, 31, 32, 34, 35, 38, 49], "clickbench": 38, "clickbench_1": 38, "clickhous": [28, 34], "client": 32, "clientip": 38, "clippi": 6, "clob": 43, "clone": [15, 18, 19, 24, 27, 30], "close": [0, 6, 34], "cloud": [28, 41], "cloudfus": 41, "cluster": 14, "cn": [28, 50], "cnosdb": 41, "co": [29, 39], "coalesc": [34, 39], "coalesce_batch": [24, 32, 34, 48], "coalescebatchesexec": [38, 46], "coalescepartit": 38, "coalescepartitionsexec": [34, 46], "code": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 12, 14, 16, 17, 18, 24, 27, 35, 37, 50], "codebas": [4, 6, 10, 12, 16], "codec": [34, 56], "codegen": 35, "codespac": 2, "coeffici": 42, "coerc": [34, 50], "coercion": [41, 53], "col": [11, 15, 17, 24, 25, 27, 36, 37, 39, 53], "col1": 56, "collect": [8, 15, 18, 19, 21, 26, 27, 34, 35, 36, 38], "collect_span": 34, "collect_statist": 34, "collis": 12, "color": 32, "column": [15, 19, 24, 27, 32, 34, 36, 37, 38, 39, 42, 44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56], "column1": [42, 44, 45, 52, 56], "column2": [42, 44, 45], "column3": 56, "column4": 56, "column_1": [28, 51, 54], "column_2": [28, 51, 54], "column_definit": 44, "column_expression1": 54, "column_expression2": 54, "column_expressionn": 54, "column_id": [15, 32], "column_index_truncate_length": [34, 56], "column_list": 44, "column_nam": [32, 42, 44, 45, 48], "columnar": [14, 33, 38, 40, 41], "columnarvalu": 15, "com": [7, 28, 30, 35], "combin": [10, 25, 38, 39, 42, 50, 52], "come": [4, 6, 18, 20, 25, 26, 32], "comet": [1, 14, 33, 41], "comfort": 4, "comma": 11, "command": [5, 12, 13, 23, 24, 29, 30, 31, 38, 43, 45, 46, 48, 56], "comment": [6, 7, 12, 27], "commerci": 3, "commit": [1, 3, 7, 12], "committ": [1, 6, 14], "committe": [3, 7], "committer_month": 7, "committership": 7, "commmit": 7, "common": [7, 15, 16, 17, 18, 19, 24, 27, 35, 38, 39, 40, 50, 51, 53], "common_sub_expression_elimin": 24, "commun": [0, 3, 4, 6, 7, 8, 14, 21, 41], "compani": 40, "compar": [14, 17, 24, 26, 33, 50, 54, 55], "comparison": [40, 47], "compat": [13, 16, 28, 34, 41], "compil": [2, 8, 10, 16, 17, 27], "complement": 39, "complet": [4, 6, 7, 12, 19, 24, 40], "complex": [6, 8, 10, 15, 19, 44], "compon": [41, 50], "compos": [10, 50], "compound": 11, "comprehend": 38, "compress": [28, 32, 34, 44, 56], "comput": [10, 15, 24, 25, 27, 33, 39, 40, 42, 50, 55], "computation": 10, "concat": 39, "concat_w": 39, "concaten": [34, 39, 42, 49, 50], "concept": [14, 55], "concern": 6, "concis": [4, 15, 16], "concurr": 34, "condit": [47, 51, 53], "conditional_express": 54, "conduct": [1, 3, 14], "confer": 33, "config": [24, 56], "configur": [14, 28, 29, 38, 47, 56], "confirm": [5, 7, 13], "conflict": [7, 34], "congratul": 7, "connect": [5, 7, 28, 33, 41], "consecut": 55, "consensu": [3, 7], "consid": [3, 6, 7, 15, 21, 37], "consider": 38, "consist": [3, 34, 50], "consol": 32, "constant": [24, 42, 50, 52, 53], "constitut": 6, "constraint": 7, "construct": [3, 6, 19, 25, 34], "consult": 4, "consum": [10, 34], "consumpt": 34, "contact": 21, "contain": [0, 6, 8, 11, 13, 14, 16, 17, 18, 19, 21, 23, 24, 25, 30, 34, 35, 39, 44, 45, 49, 54, 55], "contains_kei": 18, "content": [10, 15, 25, 45], "context": [8, 10, 15, 19, 26, 27], "contigu": 6, "continu": [7, 24], "contrib": 1, "contribut": [0, 1, 3, 7, 8, 12, 14, 22, 33], "contributor": [0, 1, 3, 4, 6, 7, 8, 12, 22], "control": [18, 26, 34, 35, 50, 55], "controversi": 6, "conveni": [12, 13, 24], "convent": [12, 50], "convers": [8, 10], "convert": [11, 17, 27, 32, 34, 39, 50], "cookbook": [7, 14], "coolest": 33, "coordin": 1, "copi": [8, 47, 53, 56], "core": [0, 6, 12, 14, 15, 19, 21, 25, 27, 34, 35, 38], "corner": 39, "corollari": 10, "correct": [6, 12, 15, 19, 44], "correctli": 34, "correl": 42, "correspond": [10, 32, 39, 43, 50], "cosh": 39, "cosin": [39, 50], "cost": 34, "cotang": 50, "could": [2, 15, 18, 19, 34, 38, 39], "count": [10, 15, 19, 24, 28, 31, 32, 33, 34, 38, 39, 45, 50, 51, 55], "count_distinct": 39, "counterpart": 39, "cours": [3, 7], "covari": 42, "cover": [0, 6, 8, 15, 18], "coverag": [6, 12], "cpu": [8, 34, 35, 38], "crate": [0, 12, 13, 14, 19, 24, 30, 37, 41], "creat": [5, 7, 8, 9, 10, 11, 15, 17, 18, 19, 21, 23, 24, 25, 29, 33, 34, 35, 36, 37, 38, 39, 42, 43, 47, 50, 52, 53, 56], "create_aggregate_expr": 5, "create_default_catalog_and_schema": 34, "create_physical_plan": [17, 19], "create_udaf": [15, 39], "create_udf": [27, 39], "create_udwf": 15, "created_bi": [34, 56], "creation": 7, "credenti": 28, "criteria": 6, "critic": [12, 24], "crlf": 50, "crn": 33, "cross": [38, 53], "crypto": 5, "csv": [14, 15, 19, 25, 29, 31, 32, 34, 36, 41, 44, 45, 46, 53], "csv_path": 15, "csvreadopt": [15, 25, 26, 36, 37], "csvsourc": 19, "cte": [34, 53], "ctrl": 12, "ctx": [15, 17, 19, 25, 26, 27, 35, 36, 37], "cube": [33, 39, 41, 50], "cum_min": 55, "curat": 6, "current": [3, 6, 8, 9, 10, 16, 24, 32, 34, 39, 41, 43, 48, 50, 54, 55], "custom": [0, 12, 14, 17, 22, 25, 40, 41, 43, 53, 56], "custom_file_format": 25, "custom_table_provid": 19, "customdatasourc": 19, "customdatasourceinn": 19, "customer_a": 44, "customexec": 19, "cycl": 12, "d": [10, 27, 32, 50, 51], "d0c8f9eea1f0": 50, "d3l2": 33, "dai": [6, 7, 50], "dashmap": 18, "dask": 41, "dat": 49, "dat_f": 49, "data": [4, 5, 6, 8, 11, 12, 14, 15, 17, 18, 19, 21, 23, 25, 28, 30, 31, 32, 33, 34, 36, 39, 40, 41, 42, 44, 45, 47, 50, 51, 56], "data2": 28, "data_dir": [28, 38], "data_fus": 50, "data_page_offset": 32, "data_page_row_count_limit": [34, 56], "data_pagesize_limit": [34, 56], "data_path": 32, "data_typ": [10, 32, 44, 48], "databas": [4, 14, 17, 18, 19, 27, 33, 39, 40, 41, 47], "databend": 40, "databrick": 33, "datacouncil": 33, "datadatadata": 50, "datafram": [8, 11, 14, 17, 19, 22, 23, 24, 26, 27, 38, 39, 40, 41], "dataframewriteopt": 25, "datafus": [0, 1, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 22, 23, 25, 26, 27, 28, 30, 31, 32, 33, 34, 36, 38, 39, 43, 44, 48, 49, 50, 51, 53, 54, 56], "datafusion2": 38, "datafusion_": 50, "datafusion___": 50, "datafusion_common": [15, 35], "datafusion_doc": 15, "datafusion_execution_batch_s": [32, 34], "datafusion_expr": 15, "datafusion_macro": 15, "datafusion_sql": 35, "datafusionerror": [15, 17, 35], "datafusionrc": 32, "dataset": [12, 28], "datasourc": [15, 17, 18, 19, 28, 41, 53], "datasourceexec": [17, 38, 46], "datastor": 19, "datatyp": [10, 15, 17, 18, 19, 27, 37, 43, 50], "date": [0, 8, 12, 39, 47, 53, 56], "date32": [43, 50], "date_bin_with_timezon": 50, "date_format": 56, "date_part": 39, "date_string_col": 26, "date_trunc": [39, 48], "datetim": [5, 34, 43, 56], "datetime_format": 56, "datetrunc": 48, "daylight": 50, "daytim": 43, "db": 19, "dd": 50, "ddl": [26, 47], "ddt00": 50, "deadlin": [4, 6], "dear": 7, "debug": [15, 18, 19, 27, 35], "decid": 34, "decim": [34, 43, 50], "decimal128": 43, "decimal256": 43, "decimal_plac": 50, "decis": [1, 3, 34], "declar": [10, 15, 17], "declin": 7, "decod": [34, 38], "decorrelate_where_exist": 24, "decorrelate_where_in": 24, "dedic": 56, "def": [39, 50], "default": [0, 2, 12, 15, 17, 19, 24, 26, 27, 32, 34, 35, 38, 39, 42, 44, 45, 50, 51, 55, 56], "default_catalog": 34, "default_filter_select": 34, "default_schema": 34, "defaulttablesourc": 17, "defin": [0, 10, 12, 14, 22, 25, 28, 33, 37, 41, 43, 50, 51, 53], "definit": [5, 36, 44], "degre": 39, "delai": 6, "deleg": 17, "delet": [18, 30], "delim": 50, "delimit": [39, 42, 50, 56], "deliver": 4, "delta": 41, "delta_binary_pack": 34, "delta_byte_arrai": 34, "delta_length_byte_arrai": 34, "delv": 38, "demonstr": [4, 6, 7, 17, 24], "denot": 38, "dens": 55, "depart": 55, "depend": [10, 15, 19, 22, 38, 42, 54], "deploy": 8, "depnam": 55, "deprec": [34, 39], "dept_id": 42, "depth": [25, 33, 50], "deregist": 18, "deregister_schema": 18, "deregister_t": 18, "deriv": [10, 15, 18, 19, 24, 27, 28], "desc": [25, 38, 39, 44, 50, 51, 55], "descend": [25, 38, 50, 51], "describ": [0, 2, 3, 4, 10, 12, 16, 17, 18, 25, 32, 38, 41, 51, 55], "describet": 32, "descript": [4, 15, 21, 28, 32, 34, 39, 48, 56], "design": [0, 1, 4, 6, 8, 22, 24, 33, 34, 38, 40, 41], "desir": [2, 5, 39], "detail": [2, 4, 5, 7, 8, 12, 14, 17, 18, 22, 27, 32, 35, 36, 38, 44, 45, 46, 53], "determin": [6, 15, 24, 34, 38, 39, 45, 50, 55, 56], "dev": [1, 5, 7, 8, 32], "devel": 2, "develop": [2, 4, 5, 8, 9, 10, 12, 14, 40, 41, 55], "deviat": 42, "df": [11, 15, 19, 25, 26, 36, 37], "df1": 39, "df2": 39, "df_set": 48, "dfschema": 27, "dialect": 34, "dictionari": [32, 34, 50, 56], "dictionary_en": [34, 56], "dictionary_page_offset": 32, "dictionary_page_size_limit": [34, 56], "did": [35, 38], "differ": [6, 7, 10, 12, 15, 19, 23, 34, 37, 38], "digest": [39, 42], "digit": 50, "dimens": [39, 50], "dir_nam": 45, "direct": 3, "directli": [17, 28, 35, 37, 40, 41, 55], "director": 7, "directori": [12, 14, 19, 23, 29, 31, 32, 34, 44, 45], "disabl": 5, "disagre": 7, "discard": 38, "discord": [4, 21], "discuss": [0, 1, 3, 4, 8, 33], "disk": [34, 53, 56], "diskmanag": 34, "dispatch": 19, "displai": [17, 24, 32, 34, 39], "display_graphviz": 5, "display_ind": 24, "display_indent_schema": 17, "display_nam": 24, "displaya": 19, "displayableexecutionplan": 17, "displayformattyp": 19, "distanc": 50, "distinct": [15, 17, 31, 32, 34, 37, 38, 39, 42, 50, 51, 56], "distinguish": 55, "distribut": [13, 14, 34, 40, 41], "div": 39, "dive": 18, "divid": [38, 49, 55], "divis": [34, 39, 49], "divisor": [39, 50], "dml": 47, "dnf": 2, "do": [0, 2, 3, 5, 6, 7, 10, 12, 15, 17, 24, 25, 30, 34, 38, 55], "doc": [5, 6, 9, 12, 14, 15, 16, 22, 34, 36, 38], "doc_com": 12, "doc_sect": 15, "docker": 29, "dockerfil": 30, "dockerignor": 30, "doctest": 12, "document": [0, 2, 3, 4, 6, 7, 8, 9, 10, 11, 14, 15, 17, 32, 36, 38, 39, 41, 51], "doe": [0, 3, 4, 7, 10, 14, 24, 25, 34, 36, 38, 44, 50, 55, 56], "doesn": [0, 6, 15, 44, 54, 56], "doi": 50, "dolli": 50, "dolomit": 1, "domcheloveplanet": 38, "don": [6, 17, 24, 33, 50], "donat": 14, "done": [5, 7, 19, 26, 38, 55], "dot": 5, "doubl": [11, 28, 37, 43, 44, 50, 51], "double_col": 26, "doubt": 7, "dow": 50, "down": [17, 19, 22, 24, 33, 34, 38, 53], "downcast": 10, "downcast_ref": [15, 37], "download": [2, 14, 33, 38], "downsampl": 50, "downscal": 10, "downstream": 0, "draft": 6, "drive": [6, 27], "driven": [3, 8, 12], "drop": [47, 53], "dtrace": 23, "duckdb": [12, 21, 40], "due": [1, 2, 6, 38], "duplic": [6, 39, 50, 55], "durabl": 41, "durat": [43, 50], "dure": [8, 9, 10, 12, 19, 34, 35, 38], "dutch": 33, "dyn": [15, 18, 19, 24, 27], "dynam": [10, 19], "e": [6, 7, 10, 12, 15, 17, 18, 19, 21, 27, 28, 32, 34, 35, 38, 39, 43, 44, 45, 50, 56], "e0308": 37, "each": [6, 10, 12, 15, 19, 24, 25, 32, 34, 36, 38, 39, 50, 54, 55, 56], "eager": 4, "earli": [4, 6], "earlier": 13, "eas": [26, 27], "easi": [6, 41], "easier": [6, 7, 12, 15, 17, 27], "easiest": [17, 37], "easili": [25, 39, 41], "east": 28, "echo": [15, 28], "echofunct": 15, "ecosystem": [4, 41], "edit": 38, "editor": 8, "effect": [6, 12, 24, 27, 37, 51], "effici": [6, 8, 10, 24, 34], "effort": [6, 8, 12, 34, 56], "either": [2, 5, 7, 38, 50, 51], "el": 39, "elaps": [31, 38], "elapsed_comput": 38, "element": [10, 39, 42, 50], "element1": 42, "element2": 42, "element3": 42, "elev": 23, "elimin": 34, "eliminate_filt": 24, "eliminate_limit": 24, "els": [4, 6, 7, 15, 18, 24], "email": 4, "emb": 41, "embed": [34, 40, 41], "embedd": 33, "emit": [34, 38, 50], "emphas": 7, "employe": [42, 51, 55], "empno": 55, "empsalari": 55, "empti": [17, 18, 24, 39, 49, 53], "emptyrel": [24, 27], "emu": 44, "enabl": [0, 5, 7, 32, 34, 38, 45, 50, 56], "enable_distinct_aggregation_soft_limit": 34, "enable_ident_norm": 34, "enable_options_value_norm": 34, "enable_page_index": 34, "enable_recursive_ct": 34, "enable_round_robin_repartit": 34, "enable_topk_aggreg": 34, "enclos": 28, "encod": [5, 32, 34, 56], "encount": 34, "encourag": [1, 3, 6], "end": [12, 14, 15, 34, 38, 39, 40, 50, 56], "endpoint": 28, "enforc": [6, 10, 34, 53], "enforce_batch_size_in_join": 34, "engag": 4, "engin": [0, 4, 6, 12, 14, 21, 32, 33, 38, 40, 41], "enhanc": 6, "enjoi": 4, "enough": [6, 7], "ensur": [0, 3, 4, 6, 10, 12, 19, 23, 27, 34, 37, 38], "entir": [3, 8, 12, 34, 56], "entireti": 56, "entitl": 3, "entri": [5, 10, 15], "enum": [17, 19, 43], "enumer": 10, "environ": [5, 10, 12, 28, 32, 34, 35], "environment": 28, "epoch": 50, "eprintln": 35, "eq": 39, "equal": [39, 49, 50, 54, 55], "equat": 42, "equival": [10, 24, 39, 50], "err": 35, "error": [8, 10, 15, 25, 26, 34, 35, 36, 37, 38, 50, 55, 56], "especi": [6, 23, 34], "estim": [6, 34, 38], "etc": [1, 2, 3, 4, 6, 7, 10, 41, 50, 53], "euclidean": 50, "europ": 50, "evalu": [6, 10, 12, 15, 17, 34, 36, 38, 42, 50, 53, 54, 55], "evaluate_al": 15, "evaluate_all_with_rank": 15, "even": [6, 7, 34, 37, 44, 51, 54, 55], "evenli": 34, "event": 14, "ever": 7, "everi": [7, 10, 21, 24, 51], "everyon": [0, 1], "everyth": [7, 50], "everywher": 41, "evolv": [0, 6, 12], "ex": [2, 37], "exact": [16, 19, 34, 35], "exactli": [34, 55], "examin": 34, "exampl": [0, 5, 6, 7, 10, 14, 15, 16, 17, 18, 19, 24, 25, 26, 28, 31, 32, 34, 39, 41, 43, 44, 48, 51, 55, 56], "exceed": 34, "excel": [14, 41], "except": [3, 18, 47, 53], "exchang": 8, "excit": 4, "exclud": 47, "exclus": [1, 39, 42], "exec": 38, "exec_err": 18, "execut": [8, 10, 12, 14, 15, 16, 17, 21, 23, 24, 25, 26, 27, 31, 32, 33, 34, 36, 37, 40, 41, 43, 44, 45, 46, 48, 50, 53, 54], "execute_stream": 25, "executionopt": [45, 56], "executionplan": [0, 17, 19, 22, 24, 38], "executor": 8, "exercis": 3, "exhibit": 7, "exist": [0, 5, 6, 9, 10, 18, 19, 24, 39, 44, 50, 56], "exit": [12, 32], "exon": [33, 41], "exp": 39, "expand": 52, "expand_views_at_output": 34, "expans": 47, "expect": [3, 4, 5, 7, 10, 15, 24, 26, 27, 37, 38], "expens": 10, "experi": [4, 6], "experienc": 4, "experiment": [8, 34, 43], "expert": 6, "expertis": 38, "explain": [4, 8, 14, 17, 22, 24, 32, 34, 47, 48], "explicit": [2, 8], "explicitli": [7, 28, 34], "explor": [4, 8], "expon": [39, 50], "exponenti": [39, 50], "export": [28, 37], "export_funct": 5, "expos": [8, 34], "expr": [5, 14, 15, 19, 24, 35, 36, 38, 39, 46, 55], "expr1": 50, "expr_api": [27, 39], "expr_fn": [36, 37], "express": [7, 8, 11, 14, 19, 33, 34, 36, 38, 41, 42, 43, 44, 45, 47, 48, 51, 52, 53, 54, 55], "expression1": [42, 50, 54], "expression1_input": 50, "expression1_nam": 50, "expression2": [42, 50, 54], "expression3": 50, "expression_i": [42, 50], "expression_n": 50, "expression_n_input": 50, "expression_n_nam": 50, "expression_x": [42, 50], "expressionn": 54, "exprfunctionext": 39, "exprschem": 27, "extend": [6, 14, 18, 19, 21, 39, 41], "extens": [4, 6, 12, 14, 16, 17, 22, 24, 40, 45], "extern": [15, 29, 34, 43, 47, 56], "extra": 10, "extract": [24, 34, 39, 50], "extract_subquery_filt": 24, "f": [10, 11, 19, 23, 30, 32, 50], "f64": 15, "f_n": 49, "facebook": 40, "facilit": 34, "fact": [12, 25], "factori": [15, 39], "fail": [2, 12, 13, 34, 38, 39, 44, 56], "failur": 8, "fair": 32, "fairli": [18, 27], "fall": [33, 55], "fals": [15, 19, 24, 25, 32, 34, 35, 39, 42, 46, 48, 49, 50, 54, 56], "familiar": [4, 6, 10, 12], "fan": 34, "fantast": 4, "far": 7, "fashion": [34, 44], "fast": [0, 14, 33, 40, 41], "faster": [6, 15, 27, 33, 34, 38], "fastest": [33, 40], "fault": 8, "fdap": 33, "feasibl": 4, "feat": 6, "featur": [0, 5, 12, 14, 21, 33, 35, 37, 39, 50], "feder": [1, 21, 41], "fedora": 2, "feedback": [0, 4, 6], "feel": [0, 1, 3, 6, 7], "fetch": [13, 17, 18, 31, 34, 38, 48, 50], "fetchtim": 46, "few": [4, 6, 7, 15, 56], "fewer": 38, "field": [2, 9, 15, 17, 18, 19, 27, 38, 39, 50, 51, 52, 53, 54, 56], "field_a": 50, "field_b": 50, "field_nam": 50, "fifo": 44, "fifth": 15, "figur": 38, "file": [0, 8, 10, 11, 12, 13, 14, 15, 18, 19, 21, 23, 24, 29, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41, 44, 45, 56], "file_format": 15, "file_group": [38, 46], "file_nam": 45, "file_offset": 32, "file_typ": [38, 44], "fileformat": 19, "filenam": [15, 32, 45], "fileopen": 19, "fill": [8, 39], "filter": [17, 19, 24, 25, 34, 36, 37, 39, 41, 53, 54, 56], "filter_expr": 17, "filter_null_join_kei": [32, 34, 48], "filter_push_down": 24, "filterexec": 38, "final": [7, 15, 18, 38, 50, 56], "finalpartit": [38, 46], "find": [0, 7, 12, 24, 25, 26, 33, 37, 38, 39, 44, 50], "find_join": 24, "finish": [6, 19], "first": [4, 6, 15, 26, 32, 33, 34, 35, 38, 39, 41, 42, 44, 45, 50, 54, 55], "first_el": 42, "first_valu": [39, 54], "first_value_udaf": 39, "fit": [9, 42], "five": 15, "fix": [3, 6, 39, 44], "fixedsizebinari": 43, "flag": [10, 34, 45, 50, 56], "flamegraph": 33, "flat": [39, 50], "flatten": 39, "flexibl": [21, 44], "flight": [21, 33, 41], "flightsql": 33, "float": [15, 28, 34, 42, 43, 44, 50], "float16": 43, "float32": [27, 43], "float64": [15, 24, 43], "float64arrai": 15, "float64typ": 15, "flock": 41, "floor": 39, "flow": [17, 24], "fluent": 39, "fmt": [2, 5, 19], "fmt_a": 19, "fn": [15, 16, 17, 18, 19, 24, 25, 26, 27, 35, 36, 37], "focu": 41, "focus": [6, 7, 17, 38], "fold": 53, "folder": [9, 28, 39, 56], "follow": [3, 4, 5, 6, 7, 10, 12, 13, 14, 15, 17, 18, 19, 24, 25, 27, 28, 30, 32, 34, 36, 38, 43, 44, 45, 50, 51, 53, 54, 55, 56], "foo": [11, 16, 24, 39, 45, 50, 52], "foo_bar": 11, "foobarbaz": 50, "footer": 34, "foov": 52, "fooxaryxazi": 50, "fork": 14, "form": [1, 3, 7, 27, 34], "formal": 9, "format": [2, 6, 8, 10, 14, 19, 21, 24, 25, 26, 27, 29, 32, 34, 35, 38, 39, 40, 41, 45, 50, 53], "format_n": 50, "formatt": 19, "formula": 15, "forth": 25, "forum": 7, "forward": [4, 6, 7, 55], "found": [7, 8, 12, 24, 27, 37, 38, 50, 51, 54], "foundat": [1, 3, 7, 14, 21, 40, 41], "four": 54, "fourth": 15, "fox": 50, "fpp": 56, "frame": [6, 15, 34, 55], "frame_claus": 55, "frame_end": 55, "frame_start": 55, "framework": [12, 21, 24, 40, 41], "francisco": 33, "free": [0, 1, 6, 7], "freed": 41, "frequent": [0, 14], "friendli": [6, 41], "from": [0, 1, 2, 4, 5, 6, 7, 8, 10, 11, 12, 13, 15, 16, 17, 18, 19, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 53, 55, 56], "from_env": 34, "from_item": 51, "from_unixtim": 39, "from_unqualified_field": 27, "fromstr": 5, "frontend": 40, "frozen": 10, "frustrat": 6, "fu": 50, "full": [7, 12, 14, 17, 19, 24, 26, 31, 34, 38, 53], "fulli": [1, 34, 38], "func": 27, "function": [0, 6, 8, 14, 16, 17, 18, 19, 21, 22, 23, 25, 27, 29, 33, 34, 35, 37, 41, 43, 47, 51, 53, 54], "function_nam": 48, "function_typ": 48, "functions_aggreg": [36, 37], "funnel": 41, "further": [12, 17, 34], "fusion": [33, 50], "futur": [0, 6, 10, 25, 34], "fyi": 7, "g": [5, 6, 7, 10, 12, 15, 21, 27, 28, 32, 34, 38, 39, 43, 45, 50, 56], "gain": 38, "gap": [8, 55], "gather": 6, "gby": [38, 46], "gc": 29, "gcd": 39, "gcp": 28, "gener": [0, 1, 5, 6, 7, 8, 11, 12, 15, 16, 17, 19, 27, 33, 34, 38, 41, 44, 47, 54, 56], "geo_mean": 15, "geometr": 15, "geometric_mean": 15, "geometricmean": 15, "german": 33, "get": [0, 1, 4, 6, 7, 10, 14, 15, 17, 18, 19, 22, 25, 34, 38], "get_back_trac": 35, "get_supertyp": 10, "get_typ": 27, "ghi": 39, "git": [2, 7, 12, 30, 35], "gitbox": 7, "github": [2, 4, 5, 6, 7, 8, 14, 21, 30, 35], "give": [8, 15, 16, 34, 51], "given": [5, 6, 7, 10, 11, 12, 17, 27, 32, 39, 42, 44, 50, 51, 54], "gladli": 21, "glaredb": 41, "global": [5, 34, 50], "global_alloc": 35, "globallimitexec": 38, "glue": 41, "go": [0, 25], "goal": [6, 7, 8], "goe": [7, 15], "golang": 41, "good": [4, 15, 19, 21], "googl": [4, 28, 41], "google_application_credenti": 28, "google_bucket": 28, "google_bucket_nam": 28, "google_service_account": 28, "google_service_account_kei": 28, "google_service_account_path": 28, "govern": [1, 14, 21, 40, 41], "gpg": 13, "grai": 33, "grammar": 41, "grant": [3, 7], "graphviz": 5, "great": [1, 6, 14, 41], "greater": [2, 6, 34, 39, 44, 49, 50, 54], "greatest": 39, "greedi": 32, "green": 15, "greptimedb": 41, "group": [8, 15, 26, 32, 33, 34, 37, 38, 39, 45, 46, 47, 50, 53, 54, 55, 56], "group_column": 42, "groupbi": [38, 46], "grouping_el": 51, "grouping_set": 39, "grove": 33, "grow": [1, 3, 7], "gsoc": 14, "gt": [17, 39], "gt_eq": [24, 25, 39], "guarante": [10, 15, 19, 34, 49], "guid": [3, 4, 17, 22, 25, 27, 31, 36, 37, 38], "guidanc": 1, "guidelin": [3, 7, 14], "gz": [30, 44], "gzip": [34, 44, 56], "h": [32, 50], "ha": [1, 2, 4, 6, 7, 12, 15, 16, 18, 19, 24, 26, 27, 32, 34, 37, 38, 50], "had": 7, "handl": [8, 15, 24, 50], "hangzhou": 28, "hao": 33, "happen": 34, "happi": [1, 7], "hardwar": [2, 10, 38], "has_head": [15, 28, 34, 44, 46, 56], "hash": [12, 33, 34, 38, 39, 46, 47], "hash_join_single_partition_threshold": 34, "hash_join_single_partition_threshold_row": 34, "hashaggregateexec": 46, "hashjoin": 34, "hashmap": [19, 27], "hasn": 6, "hauck": 33, "have": [0, 3, 4, 6, 7, 10, 12, 14, 15, 17, 19, 24, 28, 34, 37, 38, 47, 53, 55, 56], "haven": 22, "hdf": 8, "head": [8, 50], "header": [28, 56], "health": [3, 14], "healthi": 6, "hello": [11, 39, 44, 49, 50], "helloccb": 39, "hellodolli": 50, "help": [3, 6, 7, 8, 9, 12, 15, 16, 32, 34, 38, 40], "helper": 15, "henc": 37, "her": [50, 55], "here": [5, 7, 8, 9, 12, 15, 17, 18, 19, 21, 23, 24, 31, 36, 37, 38, 40, 41, 44, 50, 55], "herebi": 7, "heurist": 34, "hex": [43, 50], "hexadecim": [39, 50], "hi": [39, 55], "hierarchi": [7, 18], "high": [3, 4, 8, 17, 24, 41], "higher": [12, 17, 34, 42], "highest": [19, 26], "highli": [6, 34], "highlight": [16, 32], "hint": 15, "hire": 1, "hit": [15, 28, 31, 32, 38], "hits_1": 28, "hits_compat": 28, "hive": [34, 44, 45], "hola": 39, "hold": 15, "homebrew": 29, "horaedb": 41, "hour": [4, 6, 34, 50], "how": [0, 2, 4, 6, 7, 10, 11, 14, 15, 18, 19, 22, 23, 26, 27, 31, 32, 33, 35, 38, 44, 46, 50, 55, 56], "howev": [6, 8, 12, 15, 17, 38, 55], "howto": 14, "html": [7, 34], "http": [2, 7, 8, 29, 30, 34, 35, 38], "hundr": 33, "hyperbol": [39, 50], "hyperloglog": 42, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 50, 51, 54, 55, 56], "i32": [10, 16], "i64": [10, 15], "iam": 28, "id": [2, 4, 7, 10, 11, 17, 19, 25, 26, 32], "id_arrai": 19, "idea": [2, 3, 4, 6, 19], "ideal": 35, "ident": [13, 34, 37, 39, 55], "identifi": [6, 10, 24], "idl": 34, "idx": 50, "ignor": [34, 35, 39, 44, 56], "illustr": [15, 37], "imag": [23, 30, 33], "immedi": [36, 38], "immut": [15, 27], "impact": 34, "impl": [18, 19, 24, 27, 35], "implement": [0, 5, 6, 8, 10, 12, 15, 17, 19, 24, 25, 27, 33, 38, 39, 40, 41], "impli": 45, "implicitli": 56, "import": [1, 4, 10, 12, 13, 16, 19, 35, 36, 44, 55], "importantli": 1, "impos": 6, "improv": [0, 3, 4, 7, 8, 54], "in_list": 39, "in_subqueri": 39, "inact": 6, "includ": [3, 6, 7, 8, 10, 14, 17, 21, 22, 24, 27, 32, 34, 40, 41, 42, 50, 51, 53, 56], "inclus": [0, 39, 42, 50], "incom": [5, 10], "incorpor": 8, "increas": [4, 34, 35, 50], "increment": [1, 25], "indent": 17, "independ": [3, 38, 42, 54], "index": [7, 10, 15, 19, 30, 32, 34, 38, 39, 46, 50, 56], "index_page_offset": 32, "indic": [6, 19, 38, 56], "indirectli": 50, "individu": [12, 19, 24, 40, 52], "industri": 8, "inexact": 19, "inf": [32, 39], "infer": [19, 28, 34, 44, 45, 51], "influxdata": 33, "influxdb": [33, 41], "inform": [1, 2, 4, 12, 19, 26, 28, 31, 32, 34, 35, 36, 37, 44, 46, 47, 50, 53], "information_schema": [34, 48], "ing": 7, "ingest": 33, "init": 2, "initcap": 39, "initi": [6, 8, 12, 15, 24, 34, 39, 50], "initial_logical_plan": 24, "initial_physical_plan": 24, "initialis": 34, "inject": 19, "inlin": [8, 27], "inner": [19, 27, 53, 54], "input": [10, 15, 24, 27, 34, 37, 38, 39, 42, 50, 51], "input_arg": 27, "input_partit": [34, 38], "insensit": [34, 49, 50], "insert": [8, 11, 18, 34, 42, 47, 50, 53, 56], "insid": [24, 28, 32], "inspect": 32, "inspir": 8, "instal": [5, 29, 31], "instanc": 17, "instantan": 38, "instanti": 18, "instead": [2, 7, 12, 15, 16, 30, 32, 34, 37, 38, 55, 56], "instruct": [2, 4, 5, 7, 12, 23, 35], "instrument": 33, "insubqueri": 24, "int": [11, 28, 43, 44, 50], "int16": 43, "int32": [10, 15, 17, 18, 27, 43, 50], "int32arrai": [10, 18, 25], "int64": [15, 24, 27, 32, 38, 39, 43, 48, 49, 50], "int64arrai": 15, "int8": [43, 50], "int_col": 26, "integ": [15, 39, 42, 43, 49, 50, 51, 55], "integr": [5, 24], "intellig": 41, "intellij": 2, "intend": [7, 31], "interact": [3, 7, 15, 26, 31], "intercept": 42, "interchang": 49, "interest": [0, 3, 6, 21], "interfac": [10, 12, 14, 25, 41], "interleav": 34, "intermedi": [17, 38], "intermediari": 10, "intern": [0, 24, 33, 34, 38, 54], "interpret": [46, 50], "interrupt": 12, "intersect": [39, 50, 53], "interv": [43, 50], "intervalmonthdaynano": 43, "intimid": 38, "into_arrai": 15, "into_it": 27, "into_optimized_plan": 27, "into_part": 25, "into_unoptimized_plan": 27, "introduc": [4, 25], "introduct": [8, 14], "invalid": 35, "invari": 9, "invers": [39, 50], "invest": 6, "invit": [1, 3, 14, 33], "invok": [5, 15, 23, 36, 50], "invoke_with_arg": 15, "involv": [1, 6, 44, 55], "io": [0, 8, 13, 14, 30, 35, 37, 41], "ion": 50, "iox": 33, "ip": 38, "irrelev": 34, "is_empti": 15, "is_nul": 48, "isnan": 39, "iso": 48, "isol": [2, 6, 15, 24], "issu": [0, 1, 2, 3, 4, 5, 7, 8, 14, 21], "iszero": 39, "item": [5, 8], "iter": [15, 18], "its": [4, 5, 6, 10, 12, 14, 15, 19, 21, 22, 24, 34, 38, 39, 40, 41, 50, 55], "itself": [10, 41], "java": 41, "jeopard": 10, "jit": 8, "job": 38, "join": [1, 3, 4, 7, 10, 11, 17, 24, 25, 33, 34, 41, 47, 53, 54], "join_item": 51, "join_select": 24, "json": [14, 21, 25, 28, 31, 32, 41, 44, 45, 53], "judgement": 6, "judgment": [3, 6], "just": [0, 25, 26, 27, 38, 55], "justifi": 6, "k": 42, "kabak": 33, "kamu": 41, "ke": 39, "keep": [0, 6, 8, 12, 34, 38, 45], "keep_partition_by_column": [34, 45, 56], "kei": [6, 13, 18, 28, 34, 50], "kernel": 40, "key1": 50, "key2": 50, "key_value_list": 44, "keynot": 33, "keyr": 13, "keyword": [38, 44, 51], "kim": 33, "kind": 6, "kitten": 50, "know": [7, 10, 15, 21, 38], "knowledg": 38, "known": [5, 10, 54], "kudo": 12, "kv_meta": 34, "kx": 42, "k\u00f6ln": 50, "l": 28, "lab": 33, "label": [8, 15, 16], "lack": 6, "lai": 22, "lake": 41, "lakehous": 41, "lakesoul": 41, "lamb": 33, "lanc": 41, "land": 22, "languag": [14, 38, 44, 45], "larg": [6, 8, 16, 34], "largebinari": 34, "larger": [6, 34, 38, 56], "largest": [38, 50], "largeutf8": [34, 43, 50], "last": [7, 34, 38, 39, 42, 44, 50, 55], "last_el": 42, "late": 34, "latenc": [33, 41], "later": 38, "latest": [2, 5, 13, 30, 37], "latest_vers": 37, "layer": 33, "lazi": [25, 36], "lazylock": 15, "lcm": 39, "lead": 50, "learn": [4, 6, 12, 24, 27, 41], "least": [6, 7, 25, 28, 35, 39], "leav": [0, 6], "left": [27, 34, 39, 49, 53], "leftanti": 34, "leftsemi": 34, "legaci": 34, "legal": 7, "len": [15, 19, 43], "length": [10, 34, 39, 54, 56], "less": [0, 6, 12, 38, 39, 41, 49, 50, 54], "let": [5, 7, 15, 17, 18, 19, 24, 25, 26, 27, 35, 36, 37, 38], "letter": [37, 39, 50], "level": [6, 7, 8, 10, 12, 15, 17, 26, 32, 34, 35, 38, 39, 56], "leverag": [34, 41], "lf": 10, "lf1": 10, "lf2": 10, "li": 39, "lib": [12, 35], "libprotoc": 2, "librari": [12, 16, 22, 27, 35, 36, 37, 40, 41], "libunwind": 35, "licens": [7, 14, 41], "life": 41, "lifecycl": 6, "like": [0, 1, 6, 7, 12, 15, 17, 18, 19, 21, 24, 25, 27, 30, 34, 35, 38, 39, 40, 41, 48, 49, 50, 51, 55], "likewis": [10, 24], "limit": [6, 8, 15, 17, 19, 26, 32, 34, 36, 37, 38, 47, 53], "limit_push_down": 24, "line": [5, 6, 31, 32, 42, 50], "linear": 42, "link": [1, 4, 6, 7, 8, 12], "linkedin": 4, "linux": 2, "lion": 39, "list": [3, 4, 6, 7, 8, 9, 12, 14, 15, 16, 17, 18, 19, 26, 32, 33, 34, 35, 38, 39, 44, 45, 48, 50, 53, 54, 56], "listing_table_ignore_subdirectori": 34, "listingtableprovid": [19, 26], "listtabl": 32, "lit": [17, 24, 25, 27, 39], "liter": [15, 17, 27, 42, 43, 44, 50, 54], "littl": 1, "ll": [7, 15, 18, 19, 21, 23, 27], "llvm": 8, "ln": 39, "load": [34, 38], "local": [2, 12, 18, 26, 29, 31, 44], "locat": [5, 26, 29, 31, 34, 44, 56], "lock": [2, 5, 19], "log": [6, 8, 39, 41], "log10": 39, "log2": 39, "logarithm": [39, 50], "logfir": 33, "logic": [14, 19, 24, 27, 33, 34, 36, 38, 39, 46, 47], "logical_expr": [15, 17, 19, 24, 25, 27], "logical_field": 10, "logical_plan": [10, 17, 24, 25, 38, 46], "logical_plan_onli": [32, 34, 48], "logicalplan": [5, 10, 14, 17, 22, 24, 27, 34], "logicalplanbuild": [24, 25, 27], "logicaltablesourc": 17, "long": [3, 34, 38], "longer": [6, 12, 16], "look": [0, 3, 4, 6, 7, 19, 24, 25, 27, 32, 38, 50], "lost": [6, 8], "lot": 15, "love": [0, 41], "low": [24, 41], "lower": [15, 26, 37, 39, 51], "lowercas": [11, 34], "lowest": [15, 56], "lpad": 39, "lt": 39, "lt_eq": [24, 36, 37, 39], "lto": 35, "ltrim": 39, "luke": 33, "lz4": 34, "lz4_raw": 34, "lzo": 34, "m": [7, 32, 50], "mac": 33, "machin": [38, 41], "maco": [2, 12, 29, 50], "macro": [12, 25, 26], "made": [1, 6, 7, 19, 24, 37, 41, 51], "mai": [0, 2, 3, 6, 10, 12, 15, 17, 21, 24, 30, 34, 37, 38, 39, 40, 44, 54], "mail": [3, 4, 7, 8], "main": [1, 6, 12, 13, 15, 17, 19, 25, 26, 27, 35, 36, 37], "maintain": [0, 6, 12, 16, 18, 21, 37, 45], "mainten": 6, "major": [0, 1, 16], "make": [0, 3, 4, 6, 7, 8, 12, 15, 16, 23, 27, 33, 34, 38, 39, 50, 51], "make_arrai": [39, 49, 52], "make_map": 50, "make_partition_evalu": 15, "make_udf_funct": 5, "manag": [2, 3, 7, 8, 13, 18, 33], "mani": [0, 2, 6, 17, 19, 23, 24, 37, 38, 39, 40, 41, 50, 53, 55], "manipul": [25, 38, 45], "manner": [10, 55], "mantra": 27, "manual": [12, 44], "map": [5, 10, 15, 18, 27, 39, 43, 47, 52], "mark": [4, 6, 12, 16], "markdown": 5, "market": 41, "master": 12, "match": [10, 15, 19, 26, 27, 34, 35, 37, 39, 45, 49, 50, 51, 54, 55], "materi": [1, 34, 41], "math": [5, 15, 47, 53], "matter": 50, "max": [32, 34, 38, 39, 50, 51, 54, 56], "max_buffered_batches_per_output_fil": 34, "max_pass": 34, "max_row_group_s": [34, 45, 56], "max_statistics_s": [34, 56], "maxim": 34, "maximum": [32, 34, 39, 42, 45, 51, 54, 56], "maximum_buffered_record_batches_per_stream": 34, "maximum_parallel_row_group_writ": 34, "maxrow": 32, "md5": 39, "md5_checksum_result": 50, "me": 6, "mean": [0, 2, 6, 10, 15, 24, 25, 35, 36, 50, 55], "meaning": 4, "meant": [7, 8], "measur": [12, 54], "mechan": 18, "median": [39, 53], "meet": [1, 6], "meetup": 33, "mehmet": 33, "mellon": 33, "mem": [15, 32], "mem_pool_typ": 32, "member": [1, 6, 14], "membership": [1, 7], "memori": [2, 8, 14, 15, 17, 18, 19, 24, 25, 32, 34, 35, 38, 40, 41, 42, 44, 53, 56], "memory_limit": 32, "memorystream": 19, "memtabl": [15, 17, 18, 44], "mention": [0, 4, 6, 18, 19], "mentor": 4, "merg": [0, 3, 6, 7, 8, 12, 34, 35, 38], "merge_batch": 15, "merit": 7, "messag": [7, 34, 35], "meta_fetch_concurr": 34, "metadata": [8, 10, 15, 18, 32, 34, 48], "metadata_size_hint": 34, "method": [15, 16, 17, 18, 24, 25, 26, 27, 34, 36, 38, 39], "methodologi": 4, "metric": [38, 46], "micro": 12, "microbenchmark": 6, "microsecond": [38, 39, 43, 48, 50], "microsoft": 33, "might": [0, 6, 12, 15, 34, 40], "migrat": 16, "mileston": 4, "million": 33, "millisecond": [33, 39, 43, 48, 50], "min": [10, 26, 33, 34, 36, 37, 38, 39, 55, 56], "mind": 6, "minim": [7, 16, 34, 36, 42], "minimum": [32, 34, 38, 39, 42], "minimum_parallel_output_fil": 34, "minu": [49, 50], "minut": 50, "mismatch": 37, "miss": 8, "mit": 33, "ml": 41, "mm": 50, "mnt": [28, 44], "mod": [5, 35], "mode": [34, 38, 44, 46, 50, 55], "model": [10, 25, 40, 41], "modern": [4, 41], "modif": [0, 41], "modifi": [5, 36, 38, 44, 45], "modul": [5, 12, 18], "modular": [24, 33], "modulo": 49, "monitor": 8, "month": [3, 7, 16, 34, 43, 44, 50], "monthdaynano": 43, "more": [0, 2, 3, 6, 7, 8, 10, 12, 14, 15, 17, 18, 19, 24, 25, 26, 27, 28, 31, 32, 33, 34, 35, 36, 37, 39, 41, 42, 45, 46, 51, 53, 54, 55, 56], "most": [0, 1, 2, 6, 15, 19, 27, 38, 39, 41, 50], "mostli": 34, "move": [0, 15, 24], "msecnd": 2, "msedg": 2, "mssql": 34, "much": [0, 3, 6, 12, 15, 17, 34, 38], "mul": 39, "multi": [8, 14, 35, 37, 38, 41, 50], "multipl": [6, 8, 12, 15, 34, 39, 44, 45, 49, 50, 54, 55, 56], "multipli": 49, "multithread": 34, "must": [6, 7, 10, 11, 15, 17, 24, 28, 34, 37, 42, 50, 54, 55], "mut": [5, 15, 19, 24, 25], "mutat": 24, "mutex": 19, "my": [7, 28, 33, 39], "my_column": 27, "my_csv_tabl": 56, "my_op": 10, "my_optimizer_rul": 24, "my_struct_col": 50, "my_tabl": 56, "myoptimizerrul": 24, "mypartitionevalu": 15, "myqcloud": 28, "mysql": [11, 21, 34], "n": [7, 15, 17, 24, 35, 39, 42, 49, 50, 55], "n_column": 34, "n_file": 34, "n_row_group": 34, "name": [4, 5, 7, 9, 15, 17, 18, 19, 21, 26, 27, 28, 32, 34, 36, 37, 42, 44, 45, 46, 48, 50, 51, 55], "names_list": 42, "nan": [39, 50, 56], "nanosecond": [43, 48, 50], "nanvl": 39, "nativ": [35, 41], "natur": [39, 50], "navig": 4, "nbacktrac": 35, "nd": 32, "ndid": 35, "ndv": 56, "nearest": [39, 50], "necessari": [5, 10, 15, 16, 23, 30, 41, 44, 50], "necessit": 27, "need": [0, 5, 6, 7, 10, 13, 15, 17, 18, 19, 23, 24, 27, 28, 30, 33, 35, 40, 46], "neg": [39, 50, 51, 55], "negat": [24, 39, 49], "nest": [50, 53, 54, 56], "net": 2, "nevertheless": 44, "new": [3, 4, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 21, 24, 25, 26, 27, 33, 34, 35, 36, 37, 38, 39, 41, 50], "new_arrai": 15, "new_committ": 7, "new_df": 25, "new_express": 27, "new_pmc_memb": 7, "new_pmc_member_apache_id": 7, "new_pmc_members_github_account": 7, "new_pmc_membm": 7, "new_york": 50, "newlin": 34, "newlines_in_valu": 34, "next": [0, 7, 16, 17, 25, 34, 38, 56], "nextest": 12, "nocaptur": 35, "node": [5, 10, 22, 33, 34, 38, 41], "nois": 6, "noisufatad": 50, "non": [0, 6, 34, 39, 41, 42, 50, 51, 55], "none": [10, 15, 17, 18, 19, 25, 27, 32, 34, 37, 39, 43, 48, 50], "nonexistent_t": 44, "nor": [3, 6], "normal": [12, 32, 34, 38, 55], "not_eq": 39, "not_exist": 39, "not_in_subqueri": 39, "note": [1, 2, 6, 7, 10, 12, 15, 16, 17, 25, 27, 28, 30, 34, 35, 37, 38, 43, 44, 50, 54, 56], "notic": 6, "notif": 1, "notifi": 7, "notion": 34, "now": [7, 15, 17, 19, 28, 33, 34, 39, 43], "no\u00ebl": 33, "npm": 5, "npx": 5, "nth": [42, 55], "null": [10, 28, 32, 34, 38, 39, 42, 43, 44, 49, 50, 51, 54, 55, 56], "null_first": 39, "null_str": [39, 50], "null_valu": 56, "nullabl": [10, 34], "nullif": 39, "nulls_first": 50, "num_predicate_creation_error": 38, "num_valu": 32, "number": [5, 7, 10, 15, 24, 27, 32, 34, 38, 39, 41, 42, 50, 51, 54, 55, 56], "numer": [39, 42, 47, 50, 54], "numeric_express": 50, "nvarchar": 43, "nyctaxi": [28, 44], "o": 34, "object": [10, 18, 27, 41, 44, 52], "objectstor": 41, "observ": [8, 24, 41], "obtain": [27, 35], "occur": [1, 7, 24, 43], "occurr": [39, 50], "octet_length": 39, "odd": 54, "off": 12, "offer": [3, 4, 7, 8, 10, 14, 15, 31, 41], "offic": 7, "offici": [7, 13, 30], "offset": [32, 50, 55], "often": [0, 6, 17, 18, 39, 50], "ok": [15, 17, 18, 19, 24, 25, 26, 27, 35, 36, 37], "older": [2, 15], "olleh": 39, "omit": [15, 19, 38, 50], "onc": [2, 6, 7, 15, 17, 26, 34, 44], "one": [0, 3, 6, 7, 12, 15, 18, 19, 21, 24, 25, 33, 34, 38, 39, 40, 44, 45, 50, 54, 55], "onli": [1, 7, 10, 15, 24, 34, 38, 39, 44, 45, 50, 51, 54, 55], "onlin": 33, "onto": 24, "op": [15, 27], "open": [1, 4, 7, 19, 21, 33, 34, 38, 40, 41], "openobserv": 41, "openpgp": 13, "oper": [0, 8, 10, 14, 15, 17, 19, 23, 24, 27, 33, 34, 38, 39, 40, 42, 43, 47, 50, 52, 53, 55, 56], "operand": [11, 49], "opinion": 7, "opportun": [1, 4, 6, 33], "opportunist": 34, "opt": 30, "optim": [1, 14, 15, 17, 22, 25, 27, 32, 34, 36, 38, 40, 41, 48, 53], "optimis": 12, "optimist": 34, "optimized_plan": 24, "optimizer_rul": [24, 27], "optimizerconfig": [24, 27], "optimizercontext": [24, 27], "optimizerrul": [0, 24], "option": [4, 8, 15, 17, 18, 19, 27, 28, 29, 34, 35, 39, 44, 45, 47, 50, 51], "optum": 33, "orc": [6, 21], "order": [3, 7, 15, 19, 25, 30, 34, 35, 38, 39, 42, 45, 47, 50, 53, 55], "order_bi": 39, "ordered_column_list": 44, "ordinari": 7, "org": [1, 3, 7, 8, 32, 50], "organ": [0, 12, 18, 38], "origin": [27, 34, 41, 44, 50], "origstr": 50, "oss": 29, "osx": 33, "other": [0, 1, 3, 5, 6, 7, 10, 12, 15, 18, 19, 21, 24, 25, 27, 32, 33, 38, 40, 41, 47], "other_column": 42, "otherwis": [39, 42, 49, 50, 56], "our": [1, 3, 4, 6, 7, 8, 10, 12, 15, 27], "out": [0, 3, 14, 21, 22, 34, 35, 39, 50, 55, 56], "outer": 54, "output": [5, 8, 9, 15, 19, 24, 25, 26, 34, 38, 42, 43, 44, 45, 46, 48, 50, 55, 56], "output_row": 38, "outputrow": 46, "outsid": 50, "over": [3, 6, 7, 15, 25, 27, 33, 34, 35, 42, 53, 55, 56], "overal": [0, 24, 36, 38], "overall_plan": 24, "overhead": 34, "overlap": 34, "overload": 39, "overrid": 56, "overridden": 19, "oversight": [3, 7], "overview": [8, 17, 29], "ovgp8z97l1vh0wzjkgn0ktktggomxq9t": 7, "own": [4, 6, 15, 18, 19, 27], "ozan": 33, "p": [12, 27, 32], "pack": 34, "packag": [2, 13, 35], "pacman": 2, "pad": 50, "padding_str": 50, "page": [2, 6, 15, 16, 21, 32, 34, 37, 38, 46, 56], "page_index_eval_tim": 38, "page_index_rows_match": 38, "page_index_rows_prun": 38, "pair": [18, 42, 50], "panda": [25, 36], "panic": 10, "paper": 8, "paradedb": [33, 41], "parallel": [2, 8, 34, 38, 40, 53, 56], "param": 10, "paramet": [10, 15, 16, 19, 48], "parameter_typ": 48, "parellel": 41, "parenthes": 11, "parquet": [10, 14, 15, 19, 25, 29, 31, 32, 33, 34, 37, 38, 40, 41, 44, 45, 53], "parquet_exec": 12, "parquet_fil": 12, "parquet_metadata": [15, 29], "parquet_query_sql": 12, "parquet_test_data": 26, "parquetreadopt": 26, "parquetsourc": [19, 38], "pars": [15, 34, 37, 38, 50], "parse_float_as_decim": 34, "parseabl": 41, "parser": [34, 53], "part": [3, 6, 12, 16, 21, 24, 27, 33, 36, 38, 39, 41, 50, 54], "partial": [34, 38, 46], "partial_filt": 38, "partialeq": 39, "partialord": 39, "particip": [1, 7], "particular": [6, 10, 12, 14, 15, 19, 39], "particularli": [10, 15], "partit": [8, 10, 14, 15, 17, 18, 34, 35, 42, 44, 45, 46, 53, 55, 56], "partition_bi": 34, "partition_s": 17, "partitionevalu": 15, "pass": [6, 7, 10, 15, 19, 22, 23, 24, 34, 37, 38, 41, 44, 50, 54, 56], "passion": 4, "past": 4, "patch": 50, "path": [10, 12, 22, 25, 26, 28, 30, 32, 39, 44, 56], "path_in_schema": 32, "path_to_sql_fil": 23, "patient": 6, "pattern": 48, "pcre": 50, "pdf": 5, "peak": 34, "peer": [7, 55], "peopl": [0, 6, 7], "per": [4, 6, 15, 19, 34, 50, 54, 55], "percentag": 55, "percentil": [39, 42], "perform": [0, 4, 8, 10, 12, 14, 15, 17, 19, 23, 24, 25, 27, 34, 36, 37, 38, 39, 40, 41, 43, 50, 54, 55], "perhap": 37, "period": [16, 34], "permiss": [7, 23, 41], "permit": [6, 28, 34], "persist": 30, "person": [4, 7, 17, 51], "personnel": 55, "persons_nam": 7, "pf": 10, "pf1": 10, "pf2": 10, "phase": 38, "philipp": 33, "phonebook": 3, "physic": [19, 33, 34, 38, 46], "physical_field": 10, "physical_plan": [10, 15, 17, 19, 24, 38, 46], "physical_plan_onli": [32, 34, 48], "physical_plann": 35, "physical_schema": 10, "physicalplan": 10, "physicalsortexpr": 19, "pi": 39, "pick": 39, "piec": 6, "pin": 19, "ping": 6, "pipelin": 41, "place": [1, 21, 22, 42, 50], "placeholderrowexec": 24, "plain": [32, 34, 35, 56], "plain_dictionari": [32, 34], "plan": [0, 4, 6, 11, 14, 15, 16, 21, 22, 24, 25, 26, 27, 33, 34, 35, 36, 37, 40, 41, 44, 46, 50], "plan_err": 15, "plan_typ": [24, 38, 46], "plane": 10, "planet": 41, "planner": [14, 17, 24, 34, 35, 53], "planning_concurr": 34, "planproperti": 19, "platform": [1, 2, 40, 41], "pleas": [0, 1, 6, 7, 12, 13, 16, 18, 21, 22, 24, 27, 32, 33, 36, 37, 50, 51], "plenti": 1, "plu": [10, 11, 49], "plugin": 41, "pmc": [1, 14], "po": 50, "point": [14, 15, 21, 22, 24, 40, 41, 42, 50], "pointer": 19, "polar": 40, "polici": 14, "polish": 6, "polit": 6, "pool": 32, "popul": 42, "popular": 41, "portal": 4, "portion": 12, "posit": [34, 39, 42, 56], "possibl": [0, 6, 7, 8, 13, 15, 16, 17, 25, 26, 28, 32, 34, 44, 45, 55], "post": [1, 7, 33, 50, 53], "postgr": [33, 53], "postgresql": [11, 21, 34, 41, 50], "potenti": [4, 6, 12, 15, 24, 34], "pour": 30, "power": [39, 41], "powf": 15, "pr": [0, 1, 3, 4, 7, 8, 12, 16, 21, 33], "practic": [3, 7, 33], "pre": [19, 44], "preced": [7, 47, 53, 55], "precis": [39, 43, 48, 50], "predic": [8, 34, 38, 39, 53, 54], "predicate_evaluation_error": 38, "predict": [8, 41], "prefer": [4, 7, 16, 34], "prefer_existing_sort": 34, "prefer_existing_union": 34, "prefer_hash_join": [34, 38], "prefix": [6, 28, 39], "prelud": [17, 25, 26, 35, 36, 37, 39], "prepar": 38, "prepend": [39, 50], "presenc": 2, "present": [34, 50], "preserv": [12, 24], "preserve_ord": 34, "preserve_partit": 38, "pretti": [15, 26, 35], "prettier": 5, "prevent": [12, 26], "previou": [7, 12, 13, 17, 25, 50, 55], "previous": [7, 50], "primari": [6, 8], "primarili": 40, "primit": 53, "principl": 10, "print": [0, 15, 17, 32, 34, 35, 36, 37], "print_batch": 15, "println": [17, 24, 25], "prior": [4, 6, 7, 12], "prioriti": [6, 8], "privat": [1, 3, 7], "privileg": [3, 7, 23], "probabilist": 33, "probabl": [7, 34, 56], "problem": [4, 7], "problemat": 7, "proce": 34, "process": [0, 1, 6, 7, 24, 25, 27, 33, 34, 38, 40, 41, 54, 55], "prod": 15, "produc": [15, 17, 24, 34, 38, 51, 54], "product": [8, 15, 17, 41, 42, 51], "profil": [14, 33, 35], "program": [4, 10], "programm": 41, "programmat": [25, 27, 38], "progress": [4, 6], "project": [0, 1, 3, 4, 6, 7, 8, 10, 12, 14, 17, 19, 21, 22, 24, 25, 27, 35, 37, 38, 40, 46, 53], "project_schema": 19, "projected_schema": 19, "projection_push_down": 24, "projectionexec": [24, 38, 46], "prone": 55, "proper": 34, "properli": [12, 27], "properti": [10, 19, 34, 56], "propos": [3, 4, 7, 9], "prost": 5, "protobuf": 2, "protoc": 5, "protocol": 28, "prototyp": 0, "prove": 25, "provid": [0, 4, 6, 12, 13, 14, 15, 16, 17, 18, 21, 26, 28, 32, 34, 40, 41, 44, 45, 50, 55], "provider_as_sourc": 17, "proxim": 15, "prql": 41, "prune": [33, 34, 44], "pub": [15, 16, 18, 19, 24, 25], "public": [0, 7, 12, 13, 16, 34, 37, 48], "publish": [8, 30, 41], "pull": [1, 3, 4, 7, 14], "purpos": [0, 1, 15, 33], "push": [17, 19, 24, 33, 34, 38, 53], "pushdown": [8, 19, 38, 41, 53], "pushdown_filt": 34, "pushdown_rows_match": 38, "pushdown_rows_prun": 38, "put": 37, "pydant": 33, "pyramid": 12, "python": [1, 14, 33, 41], "q": [7, 32, 50], "qualifi": [10, 11, 54], "qualiti": [3, 41], "quantifi": 51, "quarter": 50, "quarterli": 14, "quartil": 50, "queri": [0, 4, 5, 6, 8, 10, 11, 12, 14, 15, 17, 19, 21, 25, 26, 27, 28, 31, 32, 33, 34, 36, 40, 41, 43, 44, 45, 50, 51, 53, 54, 55, 56], "question": [1, 3, 4, 7, 14, 38], "quick": [12, 50], "quickli": [0, 6, 18, 21, 24, 25, 38, 41], "quiet": 32, "quietli": 32, "quietmod": 32, "quit": 32, "quot": [11, 28, 34, 37, 51], "qv": 41, "r": [5, 12, 15, 16, 24, 25, 27, 32, 34, 35, 36, 39, 41, 43, 50, 56], "radian": 39, "rai": [14, 33], "rais": [6, 34, 39, 50, 56], "ran": 38, "random": [12, 15, 39], "randomli": 12, "rang": [0, 8, 15, 31, 39, 52, 55], "range_len": 15, "rank": 47, "rapidli": 6, "rare": 12, "rather": [0, 6, 7, 8, 16, 24, 34, 40, 50, 55], "ratio": 34, "rational": 6, "rc": 32, "re": [6, 15, 23, 24, 27, 33], "reach": [3, 7, 34], "read": [1, 4, 8, 10, 14, 15, 19, 25, 27, 28, 31, 34, 41, 44, 46, 53, 56], "read_batch": 25, "read_csv": [25, 36, 37], "reader": [10, 33, 34, 38], "readi": [4, 8], "readm": 12, "real": [6, 43], "reason": [6, 7, 27, 38], "recap": 33, "receiv": [1, 39], "recent": [0, 6, 33], "recognit": [3, 7], "recommend": [0, 5, 6, 7, 13], "recompil": 12, "record": [7, 10, 11, 33, 34], "record_batch": [15, 18, 19, 25, 26], "recordbatch": [10, 12, 15, 17, 18, 19, 25, 26, 34], "recurs": [2, 34], "red": 15, "redshift": 34, "reduc": [2, 32, 34], "reduce_cross_join": 24, "reduce_outer_join": 24, "refactor": [0, 12], "refer": [4, 5, 9, 10, 12, 14, 16, 17, 19, 24, 26, 32, 34, 36, 39, 44, 51], "referenc": [10, 51, 55], "regclass": 43, "regen": 5, "regex": [5, 49], "regexp": 50, "regexp_match": 39, "regexp_replac": 39, "region": 28, "regist": [7, 8, 10, 18, 19, 25, 28, 37, 44], "register_avro": 26, "register_batch": 25, "register_catalog": 18, "register_csv": [15, 26, 37], "register_parquet": 26, "register_schema": 18, "register_t": [18, 19], "register_udaf": 15, "register_udf": [15, 27], "register_udtf": 15, "register_udwf": 15, "registri": 15, "regress": [0, 12, 42], "regular": [28, 47], "regularli": 41, "reimplement": 41, "rel": [34, 55], "relat": [1, 4, 5, 6, 8, 11, 14, 33, 44, 45, 50, 55, 56], "releas": [0, 1, 2, 3, 6, 16, 30, 35, 38], "relev": [4, 6, 12, 13, 28], "reli": 10, "rem": 39, "remain": [4, 7, 16], "remaind": [39, 49], "remind": 6, "remot": [2, 17, 18, 21, 29, 31, 44], "remov": [6, 12, 16, 18, 34, 38, 39, 44, 45, 50], "renam": [24, 38], "render": 5, "reorder": [34, 41, 53], "reorder_filt": 34, "repartit": [24, 34], "repartition_aggreg": 34, "repartition_file_min_s": 34, "repartition_file_scan": 34, "repartition_join": 34, "repartition_sort": 34, "repartition_window": 34, "repartitionexec": [34, 38, 46], "repartitiontim": 46, "repeat": 39, "replac": [15, 34, 39, 41, 44], "repli": 7, "repo": 19, "report": [3, 6, 10, 12, 38], "repositori": [1, 3, 4, 7, 12, 21, 30], "repost": 33, "repres": [5, 10, 15, 17, 19, 27, 36, 38, 39, 50], "represent": [17, 23, 24, 39, 40, 41, 50], "request": [0, 1, 3, 4, 7, 8, 14, 42], "requir": [0, 1, 2, 3, 4, 5, 7, 12, 15, 16, 23, 25, 34, 35, 37, 38, 42, 51, 55, 56], "research": [4, 41], "reserv": 34, "resili": [8, 41], "resiz": [39, 50], "resolv": 9, "resort": 34, "resourc": [2, 6, 8, 33], "respect": [3, 10, 38, 56], "respond": [0, 6], "respons": [3, 6, 7], "rest": [7, 39, 41, 50], "restart": 8, "restat": 41, "restrict": [6, 8], "result": [0, 5, 6, 7, 10, 11, 15, 17, 18, 19, 23, 24, 25, 26, 27, 32, 34, 35, 36, 37, 38, 42, 44, 45, 49, 50, 51, 54, 55, 56], "retain": [55, 56], "retriev": [17, 39, 42, 50, 55], "return": [5, 10, 15, 16, 18, 19, 24, 25, 26, 27, 32, 34, 35, 37, 38, 39, 42, 49, 50, 51, 54, 55], "return_typ": [5, 15, 48], "reusabl": 40, "revers": 39, "review": [3, 4, 7, 8, 9, 14, 22], "rewrit": [22, 54], "rewrite_add_on": 27, "rewrite_between": 24, "rewrite_disjunctive_pred": 24, "rewritten": [24, 27], "rewritten_expr": 24, "rfc3339": [50, 56], "rfc339": 56, "rich": [14, 41], "right": [7, 27, 34, 39, 49, 53], "rightanti": 34, "rightsemi": 34, "rle": [32, 34, 56], "rle_dictionari": 34, "rm": 30, "roadmap": [4, 14], "roapi": 41, "robin": 34, "role": 28, "rollup": 39, "room": 54, "root": [10, 23, 30, 39, 50], "roster": 7, "rough": 4, "roughli": [18, 34, 38], "round": [34, 39], "roundrobinbatch": [34, 46], "routin": 48, "rover": 2, "row": [8, 15, 19, 28, 31, 32, 34, 36, 38, 39, 45, 48, 51, 52, 53, 54, 55, 56], "row_group": 56, "row_group_byt": [15, 32], "row_group_id": [15, 32], "row_group_num_column": 32, "row_group_num_row": [15, 32], "row_groups_matched_bloom_filt": 38, "row_groups_matched_statist": 38, "row_groups_pruned_bloom_filt": 38, "row_groups_pruned_statist": 38, "row_num": 35, "row_numb": 35, "row_pushdown_eval_tim": 38, "row_replac": 38, "rpad": 39, "rss": 42, "rt": [35, 37], "rtrim": 39, "ru": 38, "rubi": 41, "rule": [10, 34, 45], "run": [2, 4, 5, 7, 10, 12, 17, 25, 26, 27, 29, 31, 32, 33, 34, 35, 38, 40, 44, 45, 56], "runner": [12, 34, 38], "runtim": [10, 17, 38, 41, 47], "rust": [1, 2, 4, 5, 6, 8, 10, 13, 14, 22, 24, 33, 35, 39, 40, 41], "rust_backtrac": 35, "rust_clippi": 2, "rust_fmt": 2, "rust_lint": 2, "rust_toml_fmt": 2, "rustc": 35, "rustflag": 35, "rustup": 2, "s3": [29, 31, 41], "safe": [0, 10, 49], "sail": 41, "salari": [42, 55], "sale": 55, "same": [6, 10, 12, 15, 17, 18, 24, 25, 27, 32, 34, 36, 38, 39, 44, 50, 55], "sampl": [4, 11, 42], "san": 33, "satisfi": [6, 10], "save": [5, 12, 50], "scalabl": 8, "scalar": [14, 21, 39, 41, 47, 48], "scalar_func": 27, "scalar_subqueri": 39, "scalar_subquery_to_join": 24, "scalarfunct": 27, "scalarfunctionarg": 15, "scalarudf": [15, 27], "scalarudfimpl": 5, "scalarvalu": 15, "scale": [8, 14, 41, 43], "scan": [10, 17, 18, 25, 34, 38, 44, 51], "scan_with_filt": 17, "scenario": [6, 7], "scene": 55, "schedul": [8, 35], "schema": [11, 14, 15, 17, 19, 24, 26, 27, 28, 32, 34, 37, 43, 47, 51, 53], "schema_force_view_typ": 34, "schema_nam": [18, 44], "schema_provid": 18, "schemabl": 27, "schemaref": [17, 18, 19], "scienc": 41, "scientist": 40, "scope": 38, "script": 2, "sdk": 8, "seafowl": 41, "search": [32, 33, 39, 41, 50], "search_str": 50, "seattl": 33, "second": [15, 24, 28, 31, 32, 38, 39, 42, 43, 48, 50], "second_salary_by_dept": 42, "secret_access_kei": 28, "secretari": 7, "section": [0, 2, 5, 6, 10, 14, 16, 17, 18, 19, 22, 23, 25, 26, 28, 31, 35, 37, 38], "secur": [7, 14], "see": [0, 2, 5, 6, 7, 8, 9, 12, 14, 15, 18, 19, 21, 24, 25, 26, 27, 28, 31, 32, 34, 35, 36, 37, 38, 39, 43, 44, 45, 46, 51, 53, 56], "seed": 50, "seek": 4, "seen": [5, 27, 32], "segment": 33, "select": [4, 10, 11, 15, 19, 24, 25, 26, 27, 28, 31, 32, 34, 35, 36, 37, 39, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 55], "select_column": 11, "select_expr": 51, "selector": 50, "self": [15, 18, 19, 24, 27], "semant": [9, 33], "seminar": 33, "semver": 16, "send": 24, "sendablerecordbatchstream": [19, 25], "sendtim": 46, "sens": [0, 7], "sensit": [34, 50], "sent": [7, 19, 38], "sentenc": 4, "separ": [6, 11, 14, 23, 38, 39, 42, 45, 50, 55], "seri": [0, 33, 41, 50], "serial": [15, 28, 34], "serv": 17, "server": [1, 41], "serverless": 40, "servic": 28, "service_account": 28, "service_account_kei": 28, "service_account_path": 28, "session": [19, 26, 34, 48, 56], "session_st": 25, "sessionconfig": [34, 45, 56], "sessioncontext": [8, 15, 17, 19, 25, 27, 35, 36, 37], "sessionst": [17, 25, 26, 27], "set": [3, 10, 12, 14, 15, 17, 18, 21, 24, 28, 29, 35, 36, 39, 42, 43, 48, 49, 50, 53, 54, 55, 56], "sever": [6, 12, 17, 27, 35, 50, 55], "sh": [2, 5, 38], "sha": [13, 50], "sha224": 39, "sha224_hash_result": 50, "sha256": 39, "sha256_hash_result": 50, "sha384": 39, "sha384_hash_result": 50, "sha512": [13, 39], "sha512_hash_result": 50, "shard": 8, "share": [3, 55], "shasum": 13, "shift": [34, 39, 49], "shl": 39, "short": [15, 27], "should": [3, 5, 6, 7, 10, 11, 12, 13, 15, 17, 19, 24, 34, 38, 44, 45, 51, 55, 56], "show": [0, 6, 15, 24, 25, 29, 35, 36, 37, 38, 46, 47, 51, 53, 55], "show_schema": 34, "show_siz": 34, "show_statist": 34, "shown": [17, 25, 28, 38], "shr": 39, "shuffl": 8, "side": [34, 41, 50, 51], "sigmod": [8, 33], "sign": [13, 39, 50], "signal": 38, "signatur": [5, 15, 39], "signific": [2, 3, 33, 38], "significantli": [2, 7, 12, 35], "signum": 39, "silent": 44, "similar": [0, 6, 12, 15, 25, 36, 37, 40, 41, 50, 55], "similarli": [18, 25, 26], "simod": 33, "simpl": [6, 10, 15, 17, 18, 24, 27, 37], "simple_udaf": 15, "simple_udf": 15, "simple_udtf": 15, "simple_udwf": 15, "simplest": [15, 25, 26], "simpli": [1, 4, 6, 7, 24], "simplic": 33, "simplif": 41, "simplifi": [24, 27], "simplify_express": 24, "sin": 39, "sinc": [6, 7, 10, 16, 34, 39, 50], "sine": [39, 50], "singapor": 28, "singl": [6, 10, 15, 19, 24, 26, 28, 33, 34, 38, 40, 42, 50, 54, 55, 56], "single_distinct_aggregation_to_group_bi": 24, "sinh": 39, "sion": 50, "sit": 50, "site": [13, 14, 38], "situat": [7, 12, 15], "six": 15, "sixth": 15, "size": [3, 15, 32, 34, 39, 44, 45, 50, 56], "size_hint": 34, "size_of_v": 15, "sketch": 33, "skill": 4, "skip": [15, 34, 38, 55], "skip_arrow_metadata": 34, "skip_failed_rul": [32, 34, 48], "skip_metadata": 34, "skip_partial_aggregation_probe_ratio_threshold": 34, "skip_partial_aggregation_probe_rows_threshold": 34, "skip_physical_aggregate_schema_check": 34, "slack": 21, "slice": [15, 39, 50], "slide": 33, "slightli": [12, 34], "slope": 42, "slow": [2, 12, 38], "slower": [0, 34], "slowest": 15, "small": [4, 6, 34, 38], "smaller": [6, 34, 38], "smallest": [10, 50], "smallint": [28, 43, 44], "smooth": 15, "smooth_it": 15, "smooth_spe": 15, "snappi": [32, 34, 56], "snmalloc": 35, "snmalloc_r": 35, "snowflak": 34, "so": [5, 6, 7, 10, 15, 16, 19, 24, 25, 27, 30, 34, 35, 37, 38, 44, 56], "soft": 34, "soft_max_rows_per_output_fil": 34, "softwar": [1, 3, 6, 14, 21, 33, 38, 40, 41], "soin": 50, "sole": 10, "solv": 4, "some": [0, 3, 6, 7, 9, 10, 15, 17, 18, 19, 21, 24, 25, 27, 34, 35, 36, 37, 38, 39, 41, 48, 50, 51, 55, 56], "some_tim": 34, "somehow": [5, 55], "someon": [3, 6, 7], "someth": [19, 27], "sometim": [0, 6, 12, 16, 24, 34, 38], "soon": [20, 26], "sort": [8, 17, 25, 34, 38, 39, 41, 44, 50, 53], "sort_bi": 25, "sort_claus": 44, "sort_expression1": 44, "sort_expression2": 44, "sort_in_place_threshold_byt": 34, "sort_spill_reservation_byt": 34, "sortexec": [34, 38], "sortmergejoin": 34, "sortpreservingmergeexec": [34, 38], "sourc": [0, 2, 3, 4, 6, 8, 9, 12, 13, 14, 15, 18, 19, 22, 28, 30, 31, 33, 34, 40, 41, 44, 45, 47, 50], "source_t": [45, 56], "space": [11, 39, 50], "spammer": 1, "span": 34, "spark": [11, 14, 33, 36, 41], "speak": 38, "special": [38, 41, 47, 56], "specif": [0, 1, 2, 6, 7, 10, 11, 12, 14, 17, 19, 22, 32, 34, 38, 39, 41, 43, 44, 48, 50, 54], "specifi": [15, 16, 28, 32, 34, 39, 42, 44, 45, 46, 47, 48, 50, 55], "speed": [15, 34], "spend": [7, 38], "spent": 38, "spice": [33, 41], "spider": 39, "spill": [34, 53], "spillabl": 34, "split": [6, 39, 50, 55], "split_file_groups_by_statist": 34, "split_part": 39, "sq": 24, "sql": [0, 4, 5, 6, 8, 11, 14, 15, 19, 21, 22, 23, 24, 25, 27, 29, 31, 33, 34, 35, 38, 39, 40, 41, 44, 46, 48, 51, 56], "sql_file": 23, "sql_function_to_expr": 35, "sql_parser": 34, "sql_planner": [12, 23], "sql_with_opt": 26, "sqlancer": 12, "sqlite": [11, 12, 21, 34], "sqllancer": 12, "sqllogictest": 5, "sqlparser": 43, "sqltorel": 35, "sqrt": 39, "squar": [39, 42, 50], "squash": 6, "src": [5, 12, 35], "stabl": [0, 2], "stage": [15, 17, 24], "stai": 4, "stand": [44, 45], "standalon": 5, "standard": [2, 6, 12, 27, 40, 41, 42], "star": 14, "start": [3, 6, 8, 14, 15, 18, 21, 22, 24, 38, 39, 50], "start_po": 50, "starts_with": [38, 39], "startup": 32, "state": [15, 17, 18, 24, 25, 39, 41, 44], "statement": [26, 32, 34, 36, 44, 46, 56], "static": [10, 35], "statist": [12, 19, 32, 34, 38, 47, 56], "statistics_en": [34, 56], "statistics_eval_tim": 38, "stats_distinct_count": 32, "stats_max": [15, 32], "stats_max_valu": 32, "stats_min": [15, 32], "stats_min_valu": 32, "stats_null_count": 32, "statu": [3, 47], "std": [15, 17, 18, 19, 24, 25, 27, 35], "step": [17, 34, 35, 38, 39, 50], "still": [0, 6, 24, 41], "stop": [39, 50], "storag": [18, 28, 30, 41], "store": [9, 18, 26, 28, 32, 34, 41, 44, 45, 50, 56], "stori": [8, 33], "str": [10, 15, 18, 19, 24, 27, 50], "str1": 50, "str2": 50, "str_n": 50, "straightforward": 18, "stream": [0, 14, 19, 33, 34, 38, 41, 44, 53], "streamext": 25, "streamprovid": 8, "strengthen": 4, "strictli": 7, "stride": [39, 50], "string": [5, 6, 10, 11, 18, 21, 24, 26, 32, 33, 34, 37, 42, 43, 47, 49, 52, 53, 54, 56], "string_to_arrai": 39, "stringview": 33, "strip": 10, "strip_rel": 10, "strive": 3, "strlist": 50, "strong": 7, "strongli": 8, "strpo": 39, "struct": [5, 15, 17, 18, 19, 24, 25, 26, 27, 34, 36, 47, 53], "struct_column": 52, "structur": [0, 4, 17, 18, 32, 33, 41, 45], "struggl": 6, "stuck": 6, "student": 4, "studi": 24, "studio": 2, "style": [6, 33, 39, 41, 44, 45], "sub": [34, 39, 50], "subdirectori": 34, "subfield": 39, "subject": [6, 7], "submiss": 4, "submit": [4, 6, 7, 8], "submodul": [2, 24], "subproject": 1, "subqueri": [24, 47, 53], "subquery_filter_to_join": 24, "subscrib": [1, 7], "subsect": 10, "subsequ": [12, 34, 50], "subset": 44, "substanti": 6, "substitut": [7, 39, 50], "substr": 39, "substrait": 41, "subtract": [39, 49], "success": [7, 50], "successfulli": [34, 50], "sudo": [2, 12, 23], "suffici": [4, 6], "suggest": [6, 8], "suitabl": [0, 6, 17, 24, 40, 41], "sum": [10, 15, 38, 39, 46, 53, 55], "sum12": 10, "summar": 4, "summari": 4, "summer": 4, "summit": 33, "supplement": 12, "support": [0, 2, 4, 6, 8, 12, 14, 15, 17, 18, 19, 21, 25, 27, 28, 29, 31, 34, 35, 40, 41, 44, 45, 47, 48, 50, 51, 54, 56], "support_varchar_with_length": 34, "sure": [7, 23, 51], "surpris": 8, "sustain": [3, 7], "swap": 50, "swhj": 33, "switch": 34, "symmetr": [33, 34], "symmetrichashjoin": 34, "symptom": 7, "sync": [4, 15, 17, 18, 19, 24, 25, 27], "synnada": [33, 41], "synopsi": 4, "syntact": 55, "syntax": [32, 39, 44, 47, 48, 56], "syntax_exampl": [15, 48], "system": [2, 6, 7, 10, 12, 14, 21, 23, 33, 34, 35, 40, 41, 43, 44], "t": [0, 6, 7, 15, 17, 21, 22, 24, 33, 34, 37, 42, 44, 48, 50, 51, 54, 56], "t1": [10, 11], "t2": [10, 11], "tabl": [11, 14, 21, 22, 25, 29, 32, 34, 37, 43, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56], "table1": 51, "table2": 51, "table_catalog": 48, "table_exist": 18, "table_nam": [18, 32, 42, 44, 45, 48], "table_provid": [17, 18], "table_scan": 17, "table_schema": 48, "table_sourc": 17, "table_typ": [19, 48], "table_with_opt": 56, "tablefunctionimpl": 15, "tableprovid": [0, 10, 15, 17, 18, 21, 22, 34, 41, 53], "tableproviderfilterpushdown": 19, "tablescan": [17, 38, 46], "tablesourc": 17, "tabletyp": 19, "tag": [4, 30], "tailor": 41, "take": [6, 7, 12, 15, 24, 26, 27, 30, 38, 50, 56], "taken": [7, 38], "talk": [15, 33], "tan": 39, "tangent": [39, 50], "tanh": 39, "taplo": 5, "tar": 30, "target": [6, 14, 34, 35, 40], "target_batch_s": [38, 46], "target_partit": 34, "target_path": 25, "target_t": 45, "task": [6, 7, 8, 24], "taskcontext": 19, "taxi": [28, 44], "tech": 33, "technic": [1, 4], "technologi": 4, "telemetri": 41, "tell": [15, 26], "tempdir": 25, "tempfil": 25, "tencent": 28, "tend": [6, 7], "tensorbas": 41, "term": [3, 12, 38], "test": [2, 3, 4, 5, 6, 11, 14, 15, 17, 25, 26, 28, 35, 36, 37, 38, 41, 44, 50, 56], "test_array_agg": 23, "test_fil": 5, "test_get_backtrace_for_failed_cod": 35, "test_util": [12, 26], "testdata": 26, "text": [24, 34, 39, 41, 43, 50], "textual": 50, "than": [0, 1, 6, 7, 12, 13, 16, 24, 32, 33, 34, 39, 40, 49, 50, 54, 55], "thank": [7, 14], "thankfulli": 21, "thei": [6, 7, 10, 12, 15, 16, 17, 19, 24, 25, 34, 50], "them": [2, 4, 6, 7, 12, 15, 16, 21, 25, 26, 27, 34, 38, 39, 42, 51], "therefor": [7, 12], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 17, 18, 19, 21, 23, 24, 25, 26, 27, 30, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 45, 48, 50, 51, 55, 56], "thin": 25, "thing": [3, 6, 7, 15], "think": 8, "third": 15, "those": [2, 6, 16, 18, 19, 25, 38, 44], "though": 0, "thought": 7, "thread": [2, 6, 8, 14, 19, 33, 35, 37, 40, 41], "three": [19, 25, 49, 54], "threshold": 34, "thrive": 7, "through": [5, 7, 9, 27, 45, 56], "throughput": 41, "thu": [0, 6, 10, 15, 16, 17, 34, 38, 43], "ticket": [1, 8], "time": [0, 3, 4, 6, 7, 10, 15, 16, 24, 25, 33, 34, 35, 38, 39, 40, 41, 45, 47, 53, 56], "time32": 43, "time64": 43, "time_elapsed_open": 38, "time_elapsed_scanning_tot": 38, "time_format": 56, "time_zon": [32, 34, 48], "timelin": 4, "timestamp": [8, 39, 43, 48, 50], "timezon": [6, 50], "tini": 34, "tinyint": 43, "tinyint_col": 26, "titl": [4, 6], "tl": 28, "tmp": [5, 28, 46], "to_hex": 39, "to_local_time_typ": 50, "to_str": [15, 18, 24, 25, 27], "to_timestamp": 39, "to_timestamp_micro": 39, "to_timestamp_milli": 39, "to_timestamp_second": 39, "togeth": [6, 10, 38, 39, 50], "token": 28, "tokio": [15, 17, 19, 25, 26, 27, 35, 36, 37], "told": 6, "toler": [8, 34], "tom": 39, "toml": [16, 35, 37], "tonic": 5, "too": [6, 34, 38], "took": [28, 32, 38], "tool": [2, 4, 5, 7, 12, 30, 33, 41], "toolkit": [2, 41], "top": [6, 7, 10, 34, 35, 38], "top_down_join_key_reord": 34, "topk": 38, "total": [32, 34, 38, 39, 42, 50, 55], "total_compressed_s": 32, "total_row": 55, "total_uncompressed_s": 32, "touch": [14, 19], "toward": [33, 39, 49], "tpdf": 5, "trace": 35, "trace_unsynchron": 35, "track": [8, 38], "tracker": 14, "trade": 12, "tradit": 6, "traffic": 1, "trail": 50, "trait": [5, 8, 15, 18, 19, 24, 27, 39, 41, 53], "transact": [18, 41], "transcod": 41, "transform": [17, 24, 34, 36, 38], "transform_up": 24, "transit": 16, "translat": 39, "transmit": 7, "treat": 15, "tree": [10, 27], "tree_nod": 27, "treenod": [24, 27], "treenoderecurs": 24, "trent": 33, "tri": [4, 12, 21, 44, 50], "triag": 3, "tricki": 2, "trigger": [6, 7], "trim": 39, "trim_arrai": 39, "trim_str": 50, "tripdata": [28, 44], "triplet": 10, "trivial": 0, "true": [15, 17, 18, 19, 23, 25, 27, 28, 32, 34, 35, 38, 39, 42, 44, 45, 48, 49, 50, 54, 56], "trunc": 39, "truncat": [34, 39, 48, 49, 50], "trust": [7, 13], "try": [6, 16, 34], "try_cast": 53, "try_for_each": 15, "try_from_arrai": 15, "try_from_it": 25, "try_new": [15, 17, 18, 19], "try_optim": 27, "tsv": 32, "tui": 41, "tune": 34, "tupl": 56, "turn": [5, 34], "twice": [33, 50], "two": [10, 24, 27, 34, 37, 38, 42, 43, 50, 54], "type": [5, 8, 10, 15, 16, 19, 21, 32, 34, 37, 39, 44, 47, 50, 53, 55, 56], "type_coercion": 24, "typic": [0, 3, 6, 24, 34, 36, 40], "tz": 48, "u": [0, 1, 4, 7, 14, 15, 21, 28, 38, 50], "u32": [10, 15], "u64": [10, 19], "u8": 19, "ubuntu": 2, "udaf": [15, 22, 39], "udf": [11, 22, 39], "udwf": 15, "ui": 41, "uint16": 43, "uint32": [15, 43], "uint64": [19, 43], "uint64build": 19, "uint8": [19, 43], "uint8build": 19, "ultim": [8, 18], "unabl": [6, 34], "unambigu": 10, "unassign": 6, "unbound": [34, 44, 55], "uncompress": [34, 56], "under": [21, 44], "underli": [18, 34, 38, 50], "underscor": 34, "understand": [4, 6, 7, 32, 40, 44], "understood": [4, 10, 41], "unexpectedli": 37, "unfortun": 1, "unicod": [5, 50], "unicode_express": 35, "unifi": [33, 41], "uniform": 15, "unimpl": 24, "union": [34, 39, 47, 53], "uniqu": [7, 41, 50, 54], "unit": [23, 24, 35], "univers": 33, "unix": [39, 50], "unless": 56, "unlik": [39, 40, 50], "unnecessari": [6, 7], "unnest_placehold": 52, "unnested_rang": 52, "unqualifi": 37, "unreach": [15, 19], "unsign": [43, 50], "unsubscrib": 1, "unsuit": [7, 40], "unsupport": [19, 47, 56], "until": 25, "unwrap": [15, 18, 19, 24, 25, 27, 39], "unwrap_cast_in_comparison": 24, "up": [0, 2, 4, 8, 10, 12, 17, 21, 24, 34, 36, 38, 55, 56], "upcom": 33, "updat": [2, 4, 12, 15, 27, 30, 35, 38, 50], "update_batch": 15, "update_function_doc": 5, "upgrad": [5, 6], "upper": [32, 39], "uppercas": 34, "upsid": 38, "url": [28, 31, 38], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 27, 28, 29, 31, 32, 33, 34, 35, 36, 38, 39, 40, 42, 43, 45, 46, 48, 50, 51, 54, 55, 56], "usabl": [3, 33], "usag": [14, 29, 31, 34, 39], "use_row_number_estimates_to_optimize_partit": 34, "usecas": [19, 41], "user": [5, 7, 10, 11, 16, 18, 19, 21, 22, 25, 27, 33, 36, 38, 40, 44, 50, 53], "user_doc": 15, "userid": 38, "usernam": 7, "users_v": 44, "uses_window_fram": 15, "usiz": [15, 16, 19], "utc": [32, 48, 50], "utf8": [17, 24, 32, 34, 38, 43, 48, 49, 50], "utf8larg": 34, "utf8view": [34, 48], "util": [15, 26, 31, 40], "uuid": 43, "uwheel": 33, "v": [15, 30, 32, 50], "v12": 32, "v13": 32, "v16": 28, "v17": 28, "v21": 28, "v31": 35, "v37": [30, 31], "v4": 50, "v41": 38, "valid": [5, 15, 28, 34, 42, 45], "valu": [10, 11, 15, 17, 18, 19, 29, 33, 34, 38, 42, 43, 44, 45, 48, 50, 51, 52, 53, 54, 55, 56], "valuabl": 12, "value1": [39, 42, 50], "value2": [39, 42, 50], "values_to_arrai": 15, "valuet": 44, "varbinari": 43, "varchar": [11, 26, 28, 34, 43, 44, 50], "vari": 15, "variabl": [12, 28, 32, 34, 35, 42], "varianc": 42, "variant": [5, 17, 19, 27], "variou": [15, 18, 27, 34], "vast": 1, "ve": [5, 27], "vebos": 38, "vec": [11, 15, 17, 18, 19, 24, 25, 26, 27, 36, 37, 39], "vector": [5, 10, 14, 15, 41], "vector_express": 5, "vega": 41, "vegafus": 41, "velox": 40, "verbos": [24, 29, 35, 46], "veri": [0, 1, 7, 38, 40, 41], "verif": 34, "verifi": [2, 3, 12, 34], "version": [0, 2, 5, 6, 10, 14, 16, 32, 34, 35, 56], "via": [0, 3, 4, 5, 7, 12, 13, 18, 21, 25, 28, 30, 33, 34, 38, 41, 50, 53], "video": [23, 33], "view": [1, 7, 34, 41, 47, 48, 52, 53], "view_nam": 44, "violat": 10, "virtual": [34, 44], "virtualbox": 2, "visibl": 8, "vision": 8, "visit": 24, "visual": [2, 23, 41], "visualcpp": 2, "vm": 2, "vmbuild_20190311": 2, "vo": 2, "voit": 7, "volatil": [15, 27], "volunt": 8, "vote": 3, "vote_result_url": 7, "vote_url": 7, "vp": 7, "w": [5, 55], "wa": [0, 16, 38], "wai": [3, 5, 6, 7, 12, 15, 17, 19, 23, 24, 25, 26, 37, 39, 49, 56], "wait": 6, "walk": 27, "want": [0, 2, 6, 12, 15, 18, 27, 33, 35, 38, 45, 51, 55], "warn": 34, "wast": 6, "watch": 38, "watchid": [32, 38], "we": [0, 1, 3, 4, 5, 6, 7, 8, 9, 12, 15, 16, 17, 18, 19, 21, 24, 25, 26, 27, 33, 34, 38, 44, 51, 56], "web": 13, "websit": [4, 8, 38], "week": [4, 50], "weekend": 33, "weekli": 4, "weight": 42, "weight_column": 42, "weight_expr": 39, "welcom": [0, 1, 4, 6, 7, 8, 9, 12, 41], "well": [0, 5, 6, 7, 10, 12, 13, 15, 16, 24, 27, 32, 35, 36, 38, 41, 54], "were": [24, 38], "wget": 2, "what": [0, 4, 5, 7, 8, 10, 15, 32, 33, 34, 38, 55], "when": [3, 6, 7, 10, 12, 13, 16, 24, 25, 34, 35, 36, 38, 39, 40, 43, 50, 51, 55, 56], "whenev": 12, "where": [1, 2, 5, 7, 8, 10, 15, 17, 19, 23, 24, 26, 32, 37, 38, 39, 44, 47, 53, 55], "whether": [3, 4, 7, 10, 18, 34, 39, 42, 50, 56], "which": [0, 2, 5, 6, 7, 8, 10, 12, 14, 15, 16, 17, 18, 19, 23, 24, 25, 26, 27, 34, 35, 38, 39, 40, 41, 44, 50, 51, 54, 55, 56], "whichev": 16, "while": [0, 3, 6, 7, 10, 12, 13, 15, 24, 25, 30, 31, 34, 38, 41], "whimsi": 7, "whitespac": 50, "who": [0, 3, 4, 6, 7, 12], "whole": [50, 55], "whose": [10, 15], "why": [7, 38], "wic": 50, "wid": 38, "wide": [0, 1], "wildcard": 28, "win10": 2, "window": [14, 33, 34, 41, 47, 50, 53], "windowudf": 15, "wish": 6, "with_capac": 19, "with_max_pass": 24, "with_new_children": 19, "with_new_expr": 27, "with_queri": 51, "with_rul": 24, "with_skip_arrow_metadata": 34, "within": [5, 6, 7, 12, 19, 32, 34, 38, 40, 45, 50, 54, 55, 56], "without": [6, 10, 17, 18, 24, 28, 34, 37, 38, 39, 41, 50, 55, 56], "won": [34, 37], "word": [6, 10, 39, 50], "work": [0, 1, 3, 4, 5, 7, 8, 12, 14, 15, 21, 26, 30, 32, 33, 34, 35, 37, 38, 39, 41, 44], "workaround": 34, "workload": [4, 14, 33, 41], "workspac": 1, "world": [6, 11], "worldwid": 6, "worth": 35, "worthwhil": 34, "would": [0, 7, 8, 15, 17, 21, 27, 32, 34, 35, 38, 44, 55], "wrap": [11, 15, 17, 27, 35], "wrapper": 25, "write": [3, 4, 5, 7, 8, 10, 12, 14, 19, 27, 31, 34, 40, 44, 45, 47, 53, 55], "write_batch_s": [34, 56], "write_parquet": 25, "writer": [27, 34, 56], "writer_opt": 25, "writer_vers": [34, 56], "written": [2, 4, 14, 19, 24, 27, 34, 40, 56], "wsl2": 2, "www": [7, 50], "x": [24, 39, 42, 43, 45, 46, 50, 51, 54], "x2zno2hs1ormvfy13n7h82hmsxp3j66c": 7, "xcode": 33, "xiangpeng": 33, "xor": [39, 49], "xyz": [5, 14], "xz": 56, "y": [2, 24, 39, 42, 45, 50, 51, 54], "ye": [24, 27, 56], "year": [3, 7, 34, 44, 50], "yearmonth": 43, "yet": [0, 6, 35, 43], "yml": 12, "york": 33, "you": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 37, 38, 39, 43, 44, 45, 46, 50, 51, 55], "your": [0, 2, 4, 5, 6, 7, 13, 15, 18, 19, 21, 22, 26, 27, 32, 34, 35, 37, 38, 40, 41], "your_branch": 12, "yourself": [4, 6], "yyyi": 50, "z": 50, "za": 50, "zero": [38, 39, 49, 50, 54], "zip": 2, "zone": [4, 34, 50], "zstd": [34, 56], "\u00e5ngstr\u00f6m": 50, "\u00f6": 50, "\u03c0": [39, 50], "\u0441alcul": 39}, "titles": ["Architecture", "Communication", "Getting Started", "Governance", "GSoC Application Guidelines", "HOWTOs", "Introduction", "Inviting New Committers and PMC Members", "Roadmap", "Specifications", "Invariants", "Output field name semantics", "Testing", "Download", "Apache DataFusion", "Adding User Defined Functions: Scalar/Window/Aggregate/Table Functions", "API health policy", "Building Logical Plans", "Catalogs, Schemas, and Tables", "Custom Table Provider", "Extending DataFusion\u2019s operators: custom LogicalPlan and Execution Plans", "Extensions List", "Introduction", "Profiling Cookbook", "DataFusion Query Optimizer", "Using the DataFrame API", "Using the SQL API", "Working with <code class=\"docutils literal notranslate\"><span class=\"pre\">Expr</span></code>s", "Local Files / Directories", "DataFusion CLI", "Installation", "Overview", "Usage", "Concepts, Readings, Events", "Configuration Settings", "Crate Configuration", "DataFrame API", "Example Usage", "Reading Explain Plans", "Expression API", "Frequently Asked Questions", "Introduction", "Aggregate Functions", "Data Types", "DDL", "DML", "EXPLAIN", "SQL Reference", "Information Schema", "Operators", "Scalar Functions", "SELECT syntax", "Special Functions", "Status", "Subqueries", "Window Functions", "Write Options"], "titleterms": {"": [6, 20, 28], "1": [7, 23], "2": [7, 23], "2022": 8, "2023": 8, "3": [7, 23], "4": 7, "5": 7, "6": 7, "A": 27, "AND": 49, "BY": 51, "IN": 54, "NOT": [49, 54], "OR": 49, "On": 6, "TO": 32, "The": 10, "To": 13, "WITH": [7, 44, 51], "ab": 50, "account": 7, "aco": 50, "acosh": 50, "ad": 15, "add": [5, 35, 37], "addit": 19, "against": 37, "aggreg": [5, 15, 38, 39, 42, 55], "alias": [42, 50], "all": [32, 48], "altern": 50, "an": [7, 15, 24, 26, 27, 38], "analyt": 55, "analyz": [38, 46], "announc": 7, "apach": [4, 7, 14, 26, 40], "api": [0, 12, 16, 25, 26, 36, 37, 39], "appendic": 11, "applic": 4, "approx_distinct": 42, "approx_median": 42, "approx_percentile_cont": 42, "approx_percentile_cont_with_weight": 42, "approxim": 42, "ar": [6, 10, 38], "architectur": 0, "argument": [42, 50, 52, 55], "arithmet": 39, "arrai": [39, 50], "array_agg": 42, "array_any_valu": 50, "array_append": 50, "array_cat": 50, "array_concat": 50, "array_contain": 50, "array_dim": 50, "array_dist": 50, "array_distinct": 50, "array_el": 50, "array_empti": 50, "array_except": 50, "array_extract": 50, "array_ha": 50, "array_has_al": 50, "array_has_ani": 50, "array_indexof": 50, "array_intersect": 50, "array_join": 50, "array_length": 50, "array_ndim": 50, "array_pop_back": 50, "array_pop_front": 50, "array_posit": 50, "array_prepend": 50, "array_push_back": 50, "array_push_front": 50, "array_remov": 50, "array_remove_al": 50, "array_remove_n": 50, "array_repeat": 50, "array_replac": 50, "array_replace_al": 50, "array_replace_n": 50, "array_res": 50, "array_revers": 50, "array_slic": 50, "array_sort": 50, "array_to_str": 50, "array_union": 50, "arrays_overlap": 50, "arrow": [37, 40, 43], "arrow_cast": 50, "arrow_typeof": 50, "artifact": 13, "ascii": 50, "asf": [7, 14], "asin": 50, "asinh": 50, "ask": 40, "assign": 6, "asynchron": 18, "atan": 50, "atan2": 50, "atanh": 50, "avail": 56, "avg": 42, "avro": 26, "background": 33, "backtrac": 35, "ballista": [8, 40], "baselin": 12, "becom": 3, "benchmark": [12, 23], "between": [25, 40], "bigtabl": 8, "binari": [43, 50], "bind": 41, "bit_and": 42, "bit_length": 50, "bit_or": 42, "bit_xor": 42, "bitwis": [39, 49], "board": [1, 7], "bool_and": 42, "bool_or": 42, "boolean": [39, 43], "bootstrap": 2, "both": 37, "break": 16, "btrim": 50, "build": [17, 23, 24], "builder": [10, 39], "candid": 7, "capit": 37, "cardin": 50, "cargo": 30, "case": 41, "catalog": 18, "categori": 54, "caution": 44, "cbrt": 50, "ceil": 50, "celebr": 7, "chair": 7, "chang": 16, "char_length": 50, "charact": 43, "character_length": 50, "checksum": 13, "chr": 50, "claus": [44, 51, 54], "cli": 29, "co": [28, 50], "coalesc": 50, "collect": 25, "column": [10, 11, 48], "command": 32, "commit": 6, "committ": [3, 7], "commun": [1, 33], "compar": [12, 40], "comparison": [11, 39, 49], "concat": 50, "concat_w": 50, "concept": [18, 33], "conclus": 27, "condit": [39, 50], "configur": [32, 34, 35, 48], "consist": 10, "contain": [2, 50], "contrib": [8, 21], "contribut": [4, 6], "contributor": 14, "convent": 6, "cookbook": 23, "copi": 45, "core": 8, "corr": 42, "correl": 54, "cosh": 50, "cot": 50, "count": 42, "counter": 38, "covar": 42, "covar_pop": 42, "covar_samp": 42, "cpu": 23, "crate": 35, "creat": [0, 6, 26, 27, 28, 44], "create_udf": 15, "criterion": 12, "cross": 51, "csv": [26, 28, 37, 56], "cume_dist": 55, "current_d": 50, "current_tim": 50, "current_timestamp": 50, "custom": [19, 20, 24], "data": [10, 26, 27, 37, 38, 43, 53], "databas": 44, "datafram": [25, 36, 37], "datafus": [4, 8, 14, 20, 21, 24, 29, 35, 37, 40, 41], "date": [43, 50], "date_bin": 50, "date_format": 50, "date_part": 50, "date_trunc": 50, "datepart": 50, "datetrunc": 50, "ddl": 44, "debug": [24, 38], "decod": 50, "defin": [15, 39], "degre": 50, "dense_rank": 55, "depend": [5, 35, 37], "deprec": 16, "dev": 2, "develop": 6, "digest": 50, "directori": 28, "discord": 1, "discuss": [6, 7], "displai": 5, "distinct": 49, "dml": 45, "docker": 30, "document": [5, 12], "doe": 40, "download": 13, "drop": 44, "edit": 5, "element_at": 50, "email": 7, "empti": 50, "enabl": 35, "encod": 50, "ends_with": 50, "environ": [2, 23], "epic": 8, "equal": 10, "evalu": 27, "event": 33, "exampl": [11, 12, 23, 27, 36, 37, 38, 42, 45, 50, 52, 54], "except": 51, "exclud": 51, "exec": 25, "execut": [19, 20, 38, 56], "exist": [7, 54], "exp": 50, "expans": 52, "explain": [38, 46], "expr": 27, "express": [24, 27, 39, 50], "extend": [12, 20], "extens": [0, 8, 21, 41], "extern": [26, 28, 44], "factori": 50, "featur": [6, 41], "field": [10, 11], "file": [5, 7, 25, 26, 28], "filter": 38, "final": 4, "find": 6, "find_in_set": 50, "first_valu": [42, 55], "fit": 6, "flamegraph": 23, "flatten": 50, "floor": 50, "fork": 0, "formal": 7, "format": [5, 28, 56], "frequent": 40, "from": [37, 49, 51, 54], "from_unixtim": 50, "full": 51, "function": [5, 10, 11, 15, 32, 39, 42, 48, 50, 52, 55], "fuzz": 12, "gc": 28, "gcd": 50, "gen": 5, "gener": [18, 23, 24, 25, 42, 53], "generate_seri": 50, "get": [2, 27], "get_field": 50, "github": 1, "goal": 41, "good": [6, 33], "govern": 3, "graphic": 5, "greatest": 50, "group": [42, 51], "gsoc": 4, "guid": [6, 12, 14], "guidelin": [4, 16, 24], "hash": 50, "have": [51, 54], "health": 16, "homebrew": 30, "how": [5, 25, 40], "howto": 5, "http": 28, "i": [10, 25, 40, 49], "icla": 7, "identifi": [37, 39], "ifnul": 50, "impl": 15, "implement": 18, "implic": 24, "improv": 6, "inform": [38, 48], "initcap": 50, "inner": 51, "insert": 45, "instal": [2, 23, 30], "instr": 50, "instrument": 23, "integr": [12, 41], "introduct": [4, 6, 22, 38, 41], "invari": 10, "invit": 7, "isnan": 50, "issu": 6, "iszero": 50, "job": 1, "join": 51, "json": 56, "known": 41, "label": 6, "lag": 55, "languag": 41, "larg": 38, "last_valu": [42, 55], "latest": 35, "lcm": 50, "lead": 55, "least": 50, "left": [50, 51], "length": 50, "levenshtein": 50, "librari": 14, "limit": 51, "link": 14, "linux": 23, "list": [1, 21], "list_any_valu": 50, "list_append": 50, "list_cat": 50, "list_concat": 50, "list_contain": 50, "list_dim": 50, "list_dist": 50, "list_distinct": 50, "list_el": 50, "list_empti": 50, "list_except": 50, "list_extract": 50, "list_ha": 50, "list_has_al": 50, "list_has_ani": 50, "list_indexof": 50, "list_intersect": 50, "list_join": 50, "list_length": 50, "list_ndim": 50, "list_pop_back": 50, "list_pop_front": 50, "list_posit": 50, "list_prepend": 50, "list_push_back": 50, "list_push_front": 50, "list_remov": 50, "list_remove_al": 50, "list_remove_n": 50, "list_repeat": 50, "list_replac": 50, "list_replace_al": 50, "list_replace_n": 50, "list_res": 50, "list_revers": 50, "list_slic": 50, "list_sort": 50, "list_to_str": 50, "list_union": 50, "liter": [11, 39], "ln": 50, "local": 28, "locat": 28, "log": 50, "log10": 50, "log2": 50, "logic": [10, 17, 49], "logicalplan": [20, 25], "logicalplanbuild": 17, "lower": 50, "lpad": 50, "ltrim": 50, "maco": [23, 30], "mail": 1, "major": 6, "make_arrai": 50, "make_d": 50, "make_list": 50, "manual": 17, "map": 50, "map_extract": 50, "map_kei": 50, "map_valu": 50, "math": [39, 50], "max": 42, "md": 5, "md5": 50, "mean": 42, "median": 42, "member": [3, 7], "memorycatalogprovid": 18, "memorycatalogproviderlist": 18, "memoryschemaprovid": 18, "method": 19, "min": 42, "minor": 6, "more": 38, "multipl": 26, "name": [10, 11, 24], "named_struct": 50, "nanvl": 50, "natur": 51, "new": [0, 5, 6, 7], "next": 19, "non": [35, 54], "notat": 10, "note": [13, 33], "notic": 7, "now": 50, "nth_valu": [42, 55], "ntile": 55, "nullif": 50, "numer": [43, 49], "nvl": 50, "nvl2": 50, "octet_length": 50, "open": 6, "oper": [11, 20, 49, 54], "optim": [10, 24, 35], "optimizerrul": 27, "option": [32, 48, 56], "order": [44, 51, 56], "oss": 28, "other": [11, 39, 49, 50], "outer": 51, "output": [10, 11, 37], "overview": [3, 6, 31], "parquet": [12, 26, 28, 56], "parquet_metadata": 32, "partit": 38, "percent_rank": 55, "perform": 6, "physic": [10, 17], "pi": 50, "plan": [5, 8, 10, 17, 19, 20, 38], "planner": 10, "pmc": [3, 7], "polici": 16, "posit": 50, "pow": 50, "power": 50, "pr": 6, "preced": 56, "prepar": 23, "prerequisit": 4, "process": [4, 37], "profil": 23, "project": [11, 41], "promot": 7, "protobuf": 5, "protoc": 2, "provid": [19, 24], "publish": [35, 37], "pull": 6, "python": 8, "q2": 8, "q4": 8, "quarterli": 8, "queri": [23, 24, 37, 38], "question": 40, "radian": 50, "random": 50, "rang": 50, "rank": 55, "ration": 10, "read": [26, 33, 38], "recap": [18, 19], "recurs": 24, "refer": 47, "regexp_count": 50, "regexp_lik": 50, "regexp_match": 50, "regexp_replac": 50, "regist": [15, 26], "registri": 10, "regr_avgi": 42, "regr_avgx": 42, "regr_count": 42, "regr_intercept": 42, "regr_r2": 42, "regr_slop": 42, "regr_sxi": 42, "regr_sxx": 42, "regr_syi": 42, "regular": [39, 50], "relat": 10, "relationship": [25, 40], "releas": [13, 33], "remot": 28, "repeat": 50, "replac": 50, "request": 6, "respons": 10, "revers": 50, "review": 6, "revisit": 19, "rewrit": [24, 27], "right": [50, 51], "roadmap": 8, "role": 3, "round": 50, "row": 50, "row_numb": 55, "rpad": 50, "rtrim": 50, "rule": [11, 24, 27], "run": [23, 24, 30, 37], "runtim": 53, "rust": 12, "s3": [8, 28], "scalar": [5, 15, 27, 50, 54], "scalarudfimpl": 15, "scan": 19, "schema": [10, 18, 44, 48], "schemaprovid": 18, "select": [38, 51, 54], "semant": 11, "send": 7, "sessioncontext": 26, "set": [32, 34], "setup": 2, "sha224": 50, "sha256": 50, "sha384": 50, "sha512": 50, "show": [32, 48], "signatur": 13, "signum": 50, "sin": 50, "sinh": 50, "slack": 1, "sourc": [10, 17, 26, 53], "special": 52, "specif": [9, 23, 56], "specifi": 56, "split_part": 50, "sql": [12, 26, 32, 37, 43, 47, 53], "sqllogictest": 12, "sqrt": 50, "stale": 6, "start": [2, 7], "starts_with": 50, "statist": 42, "statu": 53, "stddev": 42, "stddev_pop": 42, "stddev_samp": 42, "step": [4, 7, 19, 23], "store": 37, "stream": [8, 25], "string": [39, 50], "string_agg": 42, "string_to_arrai": 50, "string_to_list": 50, "strpo": 50, "struct": [50, 52], "subproject": 14, "subqueri": [39, 54], "substr": 50, "substr_index": 50, "substring_index": 50, "suit": 12, "sum": 42, "support": [32, 43, 53], "supports_filters_pushdown": 19, "syntax": [50, 51, 55], "system": 11, "tabl": [15, 17, 18, 19, 26, 28, 44, 48], "tableprovid": 19, "tan": 50, "tanh": 50, "templat": [4, 7], "tempor": 39, "test": [12, 23, 24, 27], "thi": 38, "thread": 7, "ticket": 6, "time": [43, 50], "to_char": 50, "to_dat": 50, "to_hex": 50, "to_local_tim": 50, "to_timestamp": 50, "to_timestamp_micro": 50, "to_timestamp_milli": 50, "to_timestamp_nano": 50, "to_timestamp_second": 50, "to_unixtim": 50, "todai": 50, "toml": 5, "tool": 23, "transform": [11, 27], "translat": [17, 50], "tree": [24, 38], "trim": 50, "trunc": 50, "tui": 8, "tupl": 10, "type": [27, 43], "udf": [5, 15, 27], "udtf": 15, "under": 10, "understand": 38, "union": 51, "uniqu": 10, "unit": 12, "unnest": 52, "unsupport": 43, "updat": [5, 33], "upper": 50, "upstream": 12, "us": [15, 19, 25, 26, 30, 37, 41, 44], "usag": [32, 37], "user": [12, 14, 15, 39, 41], "util": 24, "uuid": 50, "v": 0, "valid": 10, "valu": [32, 39], "var": 42, "var_pop": 42, "var_popul": 42, "var_samp": 42, "var_sampl": 42, "verbos": [32, 38], "verifi": 13, "version": [37, 50], "via": 26, "view": 44, "vote": 7, "walk": 24, "what": [6, 25, 40], "when": 44, "where": [51, 54], "why": [4, 41], "window": [2, 15, 23, 55], "without": 7, "work": [6, 27], "write": [15, 24, 25, 56], "xcode": 23, "xyz": 40, "your": 23}})
\ No newline at end of file
diff --git a/user-guide/cli/datasources.html b/user-guide/cli/datasources.html
index 8f43da4..77fb2cf 100644
--- a/user-guide/cli/datasources.html
+++ b/user-guide/cli/datasources.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/cli/index.html b/user-guide/cli/index.html
index d42aefa..ccda299 100644
--- a/user-guide/cli/index.html
+++ b/user-guide/cli/index.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index ebc4e83..0734175 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/cli/overview.html b/user-guide/cli/overview.html
index b7a21da..2fe1d8f 100644
--- a/user-guide/cli/overview.html
+++ b/user-guide/cli/overview.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/cli/usage.html b/user-guide/cli/usage.html
index 6d1b4f4..aac76fa 100644
--- a/user-guide/cli/usage.html
+++ b/user-guide/cli/usage.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/concepts-readings-events.html b/user-guide/concepts-readings-events.html
index 7c485a8..00fb3be 100644
--- a/user-guide/concepts-readings-events.html
+++ b/user-guide/concepts-readings-events.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/configs.html b/user-guide/configs.html
index a74acac..2d56174 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/crate-configuration.html b/user-guide/crate-configuration.html
index ef891c4..b76d8dc 100644
--- a/user-guide/crate-configuration.html
+++ b/user-guide/crate-configuration.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index a89fd7e..cdcf7e1 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 03a1858..409be43 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/explain-usage.html b/user-guide/explain-usage.html
index 1d7611a..6d26e4c 100644
--- a/user-guide/explain-usage.html
+++ b/user-guide/explain-usage.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 029fc40..8a63d32 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 2b2e14d..07d3637 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index dffdc81..b32d031 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/aggregate_functions.html b/user-guide/sql/aggregate_functions.html
index f2787c6..692aa4b 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index 46d5de4..7b3b153 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 23c7296..c631eff 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index 8d78440..2c0a2cc 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index 93bcc41..4ada04b 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index daa364c..88b07de 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/information_schema.html b/user-guide/sql/information_schema.html
index e173a32..2ac3d12 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/operators.html b/user-guide/sql/operators.html
index c32f80c..af11fe4 100644
--- a/user-guide/sql/operators.html
+++ b/user-guide/sql/operators.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/scalar_functions.html b/user-guide/sql/scalar_functions.html
index 82589ad..c13090d 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index a1224f9..0177251 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/special_functions.html b/user-guide/sql/special_functions.html
index 1e14092..c1141f3 100644
--- a/user-guide/sql/special_functions.html
+++ b/user-guide/sql/special_functions.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index 18fc337..5ec2807 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 4ced419..25cb4f9 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/window_functions.html b/user-guide/sql/window_functions.html
index 5680dc1..403fb7b 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
diff --git a/user-guide/sql/write_options.html b/user-guide/sql/write_options.html
index b955602..8d0762e 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -452,6 +452,11 @@
</li>
</ul>
</li>
+ <li class="toctree-l1">
+ <a class="reference internal" href="../../contributor-guide/gsoc_application_guidelines.html">
+ GSoC Application Guidelines
+ </a>
+ </li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">