This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new bba0addf64 Publish built docs triggered by
465c89f7f16d48b030d4a384733567b91dab88fa
bba0addf64 is described below
commit bba0addf644e39a019df2c094444fb755133c67e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 22 17:12:02 2024 +0000
Publish built docs triggered by 465c89f7f16d48b030d4a384733567b91dab88fa
---
_sources/contributor-guide/architecture.md.txt | 2 +-
_sources/contributor-guide/communication.md.txt | 2 +-
_sources/contributor-guide/index.md.txt | 12 +++++-----
.../contributor-guide/quarterly_roadmap.md.txt | 6 ++---
_sources/contributor-guide/roadmap.md.txt | 4 ++--
_sources/index.rst.txt | 10 ++++----
_sources/library-user-guide/adding-udfs.md.txt | 16 ++++++-------
_sources/library-user-guide/catalogs.md.txt | 2 +-
.../custom-table-providers.md.txt | 6 ++---
.../library-user-guide/working-with-exprs.md.txt | 6 ++---
_sources/user-guide/cli/installation.md.txt | 2 +-
_sources/user-guide/example-usage.md.txt | 12 +++++-----
_sources/user-guide/introduction.md.txt | 6 ++---
_sources/user-guide/sql/data_types.md.txt | 28 +++++++++++-----------
_sources/user-guide/sql/scalar_functions.md.txt | 20 ++++++++--------
_sources/user-guide/sql/sql_status.md.txt | 4 ++--
contributor-guide/architecture.html | 6 ++---
contributor-guide/communication.html | 6 ++---
contributor-guide/index.html | 16 ++++++-------
contributor-guide/quarterly_roadmap.html | 10 ++++----
contributor-guide/roadmap.html | 8 +++----
contributor-guide/specification/index.html | 4 ++--
contributor-guide/specification/invariants.html | 4 ++--
.../specification/output-field-name-semantic.html | 4 ++--
genindex.html | 4 ++--
index.html | 14 +++++------
library-user-guide/adding-udfs.html | 22 ++++++++---------
library-user-guide/building-logical-plans.html | 4 ++--
library-user-guide/catalogs.html | 6 ++---
library-user-guide/custom-table-providers.html | 10 ++++----
library-user-guide/extending-operators.html | 4 ++--
library-user-guide/index.html | 4 ++--
library-user-guide/profiling.html | 4 ++--
library-user-guide/using-the-dataframe-api.html | 4 ++--
library-user-guide/using-the-sql-api.html | 4 ++--
library-user-guide/working-with-exprs.html | 10 ++++----
search.html | 4 ++--
user-guide/cli/datasources.html | 4 ++--
user-guide/cli/index.html | 4 ++--
user-guide/cli/installation.html | 6 ++---
user-guide/cli/overview.html | 4 ++--
user-guide/cli/usage.html | 4 ++--
user-guide/configs.html | 4 ++--
user-guide/dataframe.html | 4 ++--
user-guide/example-usage.html | 16 ++++++-------
user-guide/expressions.html | 4 ++--
user-guide/faq.html | 4 ++--
user-guide/introduction.html | 10 ++++----
user-guide/sql/aggregate_functions.html | 4 ++--
user-guide/sql/data_types.html | 6 ++---
user-guide/sql/ddl.html | 4 ++--
user-guide/sql/dml.html | 4 ++--
user-guide/sql/explain.html | 4 ++--
user-guide/sql/index.html | 4 ++--
user-guide/sql/information_schema.html | 4 ++--
user-guide/sql/operators.html | 4 ++--
user-guide/sql/scalar_functions.html | 24 +++++++++----------
user-guide/sql/select.html | 4 ++--
user-guide/sql/sql_status.html | 8 +++----
user-guide/sql/subqueries.html | 4 ++--
user-guide/sql/window_functions.html | 4 ++--
user-guide/sql/write_options.html | 4 ++--
62 files changed, 218 insertions(+), 218 deletions(-)
diff --git a/_sources/contributor-guide/architecture.md.txt
b/_sources/contributor-guide/architecture.md.txt
index 23232e347f..68541f8777 100644
--- a/_sources/contributor-guide/architecture.md.txt
+++ b/_sources/contributor-guide/architecture.md.txt
@@ -24,4 +24,4 @@ DataFusion's code structure and organization is described in
the
possible. You can find the most up to date version in the [source code].
[crates.io documentation]:
https://docs.rs/datafusion/latest/datafusion/index.html#architecture
-[source code]:
https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/src/lib.rs
+[source code]:
https://github.com/apache/datafusion/blob/main/datafusion/core/src/lib.rs
diff --git a/_sources/contributor-guide/communication.md.txt
b/_sources/contributor-guide/communication.md.txt
index fcec6c36fd..6e8e28cee3 100644
--- a/_sources/contributor-guide/communication.md.txt
+++ b/_sources/contributor-guide/communication.md.txt
@@ -29,7 +29,7 @@
conduct](https://www.apache.org/foundation/policies/conduct.html).
## GitHub
The vast majority of communication occurs in the open on our
-[github repository](https://github.com/apache/arrow-datafusion) in the form of
tickets, issues, discussions, and Pull Requests.
+[github repository](https://github.com/apache/datafusion) in the form of
tickets, issues, discussions, and Pull Requests.
## Slack and Discord
diff --git a/_sources/contributor-guide/index.md.txt
b/_sources/contributor-guide/index.md.txt
index 303e10b432..974d753234 100644
--- a/_sources/contributor-guide/index.md.txt
+++ b/_sources/contributor-guide/index.md.txt
@@ -60,7 +60,7 @@ helps avoid wasted effort by determining early if the feature
is a good fit for
DataFusion before too much time is invested. It also often helps to discuss
your
ideas with the community to get feedback on implementation.
-[good-first-issue]:
https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
+[good-first-issue]:
https://github.com/apache/datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
# Developer's guide
@@ -162,7 +162,7 @@ DataFusion is written in Rust and it uses a standard rust
toolkit:
- `cargo test` to test
- etc.
-Note that running `cargo test` requires significant memory resources, due to
cargo running many tests in parallel by default. If you run into issues with
slow tests or system lock ups, you can significantly reduce the memory required
by instead running `cargo test -- --test-threads=1`. For more information see
[this issue](https://github.com/apache/arrow-datafusion/issues/5347).
+Note that running `cargo test` requires significant memory resources, due to
cargo running many tests in parallel by default. If you run into issues with
slow tests or system lock ups, you can significantly reduce the memory required
by instead running `cargo test -- --test-threads=1`. For more information see
[this issue](https://github.com/apache/datafusion/issues/5347).
Testing setup:
@@ -196,7 +196,7 @@ Tests for code in an individual module are defined in the
same source file with
### sqllogictests Tests
-DataFusion's SQL implementation is tested using
[sqllogictest](https://github.com/apache/arrow-datafusion/tree/main/datafusion/sqllogictest)
which are run like any other Rust test using `cargo test --test sqllogictests`.
+DataFusion's SQL implementation is tested using
[sqllogictest](https://github.com/apache/datafusion/tree/main/datafusion/sqllogictest)
which are run like any other Rust test using `cargo test --test sqllogictests`.
`sqllogictests` tests may be less convenient for new contributors who are
familiar with writing `.rs` tests as they require learning another tool.
However, `sqllogictest` based tests are much easier to develop and maintain as
they 1) do not require a slow recompile/link cycle and 2) can be automatically
updated via `cargo test --test sqllogictests -- --complete`.
@@ -204,7 +204,7 @@ Like similar systems such as
[DuckDB](https://duckdb.org/dev/testing), DataFusio
### Rust Integration Tests
-There are several tests of the public interface of the DataFusion library in
the
[tests](https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/tests)
directory.
+There are several tests of the public interface of the DataFusion library in
the
[tests](https://github.com/apache/datafusion/tree/main/datafusion/core/tests)
directory.
You can run these tests individually using `cargo` as normal command such as
@@ -224,7 +224,7 @@ Criterion integrates with Cargo's built-in [benchmark
support](https://doc.rust-
cargo bench --bench BENCHMARK_NAME
```
-A full list of benchmarks can be found
[here](https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/benches).
+A full list of benchmarks can be found
[here](https://github.com/apache/datafusion/tree/main/datafusion/core/benches).
_[cargo-criterion](https://github.com/bheisler/cargo-criterion) may also be
used for more advanced reporting._
@@ -263,7 +263,7 @@ More information on
[Baselines](https://bheisler.github.io/criterion.rs/book/use
### Upstream Benchmark Suites
-Instructions and tooling for running upstream benchmark suites against
DataFusion can be found in
[benchmarks](https://github.com/apache/arrow-datafusion/tree/main/benchmarks).
+Instructions and tooling for running upstream benchmark suites against
DataFusion can be found in
[benchmarks](https://github.com/apache/datafusion/tree/main/benchmarks).
These are valuable for comparative evaluation against alternative Arrow
implementations and query engines.
diff --git a/_sources/contributor-guide/quarterly_roadmap.md.txt
b/_sources/contributor-guide/quarterly_roadmap.md.txt
index 26c503f7e5..ee82617225 100644
--- a/_sources/contributor-guide/quarterly_roadmap.md.txt
+++ b/_sources/contributor-guide/quarterly_roadmap.md.txt
@@ -23,9 +23,9 @@ A quarterly roadmap will be published to give the DataFusion
community visibilit
## 2023 Q4
-- Improve data output (`COPY`, `INSERT` and DataFrame) output capability
[#6569](https://github.com/apache/arrow-datafusion/issues/6569)
-- Implementation of `ARRAY` types and related functions
[#6980](https://github.com/apache/arrow-datafusion/issues/6980)
-- Write an industrial paper about DataFusion for SIGMOD
[#6782](https://github.com/apache/arrow-datafusion/issues/6782)
+- Improve data output (`COPY`, `INSERT` and DataFrame) output capability
[#6569](https://github.com/apache/datafusion/issues/6569)
+- Implementation of `ARRAY` types and related functions
[#6980](https://github.com/apache/datafusion/issues/6980)
+- Write an industrial paper about DataFusion for SIGMOD
[#6782](https://github.com/apache/datafusion/issues/6782)
## 2022 Q2
diff --git a/_sources/contributor-guide/roadmap.md.txt
b/_sources/contributor-guide/roadmap.md.txt
index a7e81555b7..a6d78d9311 100644
--- a/_sources/contributor-guide/roadmap.md.txt
+++ b/_sources/contributor-guide/roadmap.md.txt
@@ -26,7 +26,7 @@ align to that vision.
## Planning `EPIC`s
DataFusion uses [GitHub
-issues](https://github.com/apache/arrow-datafusion/issues) to track
+issues](https://github.com/apache/datafusion/issues) to track
planned work. We collect related tickets using tracking issues labeled
with `[EPIC]` which contain discussion and links to more detailed items.
@@ -42,4 +42,4 @@ start a conversation using a github issue or the
[[email protected]](mailto:[email protected]) mailing list to
make review efficient and avoid surprises.
-[The current list of `EPIC`s can be found
here](https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+epic).
+[The current list of `EPIC`s can be found
here](https://github.com/apache/datafusion/issues?q=is%3Aissue+is%3Aopen+epic).
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 257d09b7d4..41cd7d9aee 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -27,9 +27,9 @@ Apache DataFusion
<p>
<!-- Place this tag where you want the button to render. -->
- <a class="github-button" href="https://github.com/apache/arrow-datafusion"
data-size="large" data-show-count="true" aria-label="Star
apache/arrow-datafusion on GitHub">Star</a>
+ <a class="github-button" href="https://github.com/apache/datafusion"
data-size="large" data-show-count="true" aria-label="Star apache/datafusion on
GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
- <a class="github-button"
href="https://github.com/apache/arrow-datafusion/fork" data-size="large"
data-show-count="true" aria-label="Fork apache/arrow-datafusion on
GitHub">Fork</a>
+ <a class="github-button" href="https://github.com/apache/datafusion/fork"
data-size="large" data-show-count="true" aria-label="Fork apache/datafusion on
GitHub">Fork</a>
</p>
DataFusion is a very fast, extensible query engine for building high-quality
data-centric systems in
@@ -46,7 +46,7 @@ The `example usage`_ section in the user guide and the
`datafusion-examples`_ co
Please see the `developer’s guide`_ for contributing and `communication`_ for
getting in touch with us.
.. _example usage: user-guide/example-usage.html
-.. _datafusion-examples:
https://github.com/apache/arrow-datafusion/tree/master/datafusion-examples
+.. _datafusion-examples:
https://github.com/apache/datafusion/tree/master/datafusion-examples
.. _developer’s guide: contributor-guide/index.html#developer-s-guide
.. _communication: contributor-guide/communication.html
@@ -55,10 +55,10 @@ Please see the `developer’s guide`_ for contributing and
`communication`_ for
:maxdepth: 1
:caption: Links
- Github and Issue Tracker <https://github.com/apache/arrow-datafusion>
+ Github and Issue Tracker <https://github.com/apache/datafusion>
crates.io <https://crates.io/crates/datafusion>
API Docs <https://docs.rs/datafusion/latest/datafusion/>
- Code of conduct
<https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md>
+ Code of conduct
<https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md>
.. _toc.guide:
.. toctree::
diff --git a/_sources/library-user-guide/adding-udfs.md.txt
b/_sources/library-user-guide/adding-udfs.md.txt
index 653c1f9d37..f805f0a992 100644
--- a/_sources/library-user-guide/adding-udfs.md.txt
+++ b/_sources/library-user-guide/adding-udfs.md.txt
@@ -174,7 +174,7 @@ let udf = create_udf(
[`scalarudf`]:
https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.ScalarUDF.html
[`create_udf`]:
https://docs.rs/datafusion/latest/datafusion/logical_expr/fn.create_udf.html
[`process_scalar_func_inputs`]:
https://docs.rs/datafusion/latest/datafusion/physical_expr/functions/fn.process_scalar_func_inputs.html
-[`advanced_udf.rs`]:
https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/advanced_udf.rs
+[`advanced_udf.rs`]:
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/advanced_udf.rs
A few things to note:
@@ -297,7 +297,7 @@ let smooth_it = create_udwf(
[`windowudf`]:
https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.WindowUDF.html
[`create_udwf`]:
https://docs.rs/datafusion/latest/datafusion/logical_expr/fn.create_udwf.html
-[`advanced_udwf.rs`]:
https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/advanced_udwf.rs
+[`advanced_udwf.rs`]:
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/advanced_udwf.rs
The `create_udwf` has five arguments to check:
@@ -319,7 +319,7 @@ ctx.register_udwf(smooth_it);
At this point, you can use the `smooth_it` function in your query:
-For example, if we have a
[`cars.csv`](https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/data/cars.csv)
whose contents like
+For example, if we have a
[`cars.csv`](https://github.com/apache/datafusion/blob/main/datafusion/core/tests/data/cars.csv)
whose contents like
```
car,speed,time
@@ -500,7 +500,7 @@ let geometric_mean = create_udaf(
[`aggregateudf`]:
https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.AggregateUDF.html
[`create_udaf`]:
https://docs.rs/datafusion/latest/datafusion/logical_expr/fn.create_udaf.html
-[`advanced_udaf.rs`]:
https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/advanced_udaf.rs
+[`advanced_udaf.rs`]:
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/advanced_udaf.rs
The `create_udaf` has six arguments to check:
@@ -619,7 +619,7 @@ pretty::print_batches(&results)?;
// +---+
```
-[1]:
https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/simple_udf.rs
-[2]:
https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/simple_udwf.rs
-[3]:
https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/simple_udaf.rs
-[4]:
https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/simple_udtf.rs
+[1]:
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simple_udf.rs
+[2]:
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simple_udwf.rs
+[3]:
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simple_udaf.rs
+[4]:
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simple_udtf.rs
diff --git a/_sources/library-user-guide/catalogs.md.txt
b/_sources/library-user-guide/catalogs.md.txt
index d30e26f196..e9d157df5f 100644
--- a/_sources/library-user-guide/catalogs.md.txt
+++ b/_sources/library-user-guide/catalogs.md.txt
@@ -19,7 +19,7 @@
# Catalogs, Schemas, and Tables
-This section describes how to create and manage catalogs, schemas, and tables
in DataFusion. For those wanting to dive into the code quickly please see the
[example](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/catalog.rs).
+This section describes how to create and manage catalogs, schemas, and tables
in DataFusion. For those wanting to dive into the code quickly please see the
[example](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/catalog.rs).
## General Concepts
diff --git a/_sources/library-user-guide/custom-table-providers.md.txt
b/_sources/library-user-guide/custom-table-providers.md.txt
index 11024f77e0..f53ac6cfae 100644
--- a/_sources/library-user-guide/custom-table-providers.md.txt
+++ b/_sources/library-user-guide/custom-table-providers.md.txt
@@ -176,6 +176,6 @@ More abstractly, see the following traits for more
information on how to impleme
- `FileFormat` - a trait for reading a file format
- `ListingTableProvider` - a useful trait for implementing a `TableProvider`
that lists files in a directory
-[ex]:
https://github.com/apache/arrow-datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion-examples/examples/custom_datasource.rs#L214C1-L276
-[csv]:
https://github.com/apache/arrow-datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/csv.rs#L57-L70
-[parquet]:
https://github.com/apache/arrow-datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/parquet.rs#L77-L104
+[ex]:
https://github.com/apache/datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion-examples/examples/custom_datasource.rs#L214C1-L276
+[csv]:
https://github.com/apache/datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/csv.rs#L57-L70
+[parquet]:
https://github.com/apache/datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/parquet.rs#L77-L104
diff --git a/_sources/library-user-guide/working-with-exprs.md.txt
b/_sources/library-user-guide/working-with-exprs.md.txt
index a839420aa5..e0c9e69eb6 100644
--- a/_sources/library-user-guide/working-with-exprs.md.txt
+++ b/_sources/library-user-guide/working-with-exprs.md.txt
@@ -19,7 +19,7 @@
# Working with `Expr`s
-<!-- https://github.com/apache/arrow-datafusion/issues/7304 -->
+<!-- https://github.com/apache/datafusion/issues/7304 -->
`Expr` is short for "expression". It is a core abstraction in DataFusion for
representing a computation, and follows the standard "expression tree"
abstraction found in most compilers and databases.
@@ -52,7 +52,7 @@ As the writer of a library, you can use `Expr`s to represent
computations that y
## Creating and Evaluating `Expr`s
-Please see
[expr_api.rs](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/expr_api.rs)
for well commented code for creating, evaluating, simplifying, and analyzing
`Expr`s.
+Please see
[expr_api.rs](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/expr_api.rs)
for well commented code for creating, evaluating, simplifying, and analyzing
`Expr`s.
## A Scalar UDF Example
@@ -80,7 +80,7 @@ If you'd like to learn more about `Expr`s, before we get into
the details of cre
## Rewriting `Expr`s
-[rewrite_expr.rs](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/rewrite_expr.rs)
contains example code for rewriting `Expr`s.
+[rewrite_expr.rs](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/rewrite_expr.rs)
contains example code for rewriting `Expr`s.
Rewriting Expressions is the process of taking an `Expr` and transforming it
into another `Expr`. This is useful for a number of reasons, including:
diff --git a/_sources/user-guide/cli/installation.md.txt
b/_sources/user-guide/cli/installation.md.txt
index f7fcd29072..3a71240783 100644
--- a/_sources/user-guide/cli/installation.md.txt
+++ b/_sources/user-guide/cli/installation.md.txt
@@ -55,7 +55,7 @@ that there is `.dockerignore` file in the root of the
repository that may need t
this to work.
```bash
-git clone https://github.com/apache/arrow-datafusion
+git clone https://github.com/apache/datafusion
cd arrow-datafusion
git checkout 12.0.0
docker build -f datafusion-cli/Dockerfile . --tag datafusion-cli
diff --git a/_sources/user-guide/example-usage.md.txt
b/_sources/user-guide/example-usage.md.txt
index 9c6482e6bb..25b398461f 100644
--- a/_sources/user-guide/example-usage.md.txt
+++ b/_sources/user-guide/example-usage.md.txt
@@ -19,9 +19,9 @@
# Example Usage
-In this example some simple processing is performed on the
[`example.csv`](https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/data/example.csv)
file.
+In this example some simple processing is performed on the
[`example.csv`](https://github.com/apache/datafusion/blob/main/datafusion/core/tests/data/example.csv)
file.
-Even [`more code
examples`](https://github.com/apache/arrow-datafusion/tree/main/datafusion-examples)
attached to the project.
+Even [`more code
examples`](https://github.com/apache/datafusion/tree/main/datafusion-examples)
attached to the project.
## Add published DataFusion dependency
@@ -35,23 +35,23 @@ tokio = "1.0"
## Add latest non published DataFusion dependency
-DataFusion changes are published to `crates.io` according to [release
schedule](https://github.com/apache/arrow-datafusion/blob/main/dev/release/README.md#release-process)
+DataFusion changes are published to `crates.io` according to [release
schedule](https://github.com/apache/datafusion/blob/main/dev/release/README.md#release-process)
In case if it is required to test out DataFusion changes which are merged but
yet to be published, Cargo supports adding dependency directly to Github branch
```toml
-datafusion = { git = "https://github.com/apache/arrow-datafusion", branch =
"main"}
+datafusion = { git = "https://github.com/apache/datafusion", branch = "main"}
```
Also it works on the package level
```toml
-datafusion-common = { git = "https://github.com/apache/arrow-datafusion",
branch = "main", package = "datafusion-common"}
+datafusion-common = { git = "https://github.com/apache/datafusion", branch =
"main", package = "datafusion-common"}
```
And with features
```toml
-datafusion = { git = "https://github.com/apache/arrow-datafusion", branch =
"main", default-features = false, features = ["unicode_expressions"] }
+datafusion = { git = "https://github.com/apache/datafusion", branch = "main",
default-features = false, features = ["unicode_expressions"] }
```
More on [Cargo
dependencies](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies)
diff --git a/_sources/user-guide/introduction.md.txt
b/_sources/user-guide/introduction.md.txt
index be15848407..c81cb00a26 100644
--- a/_sources/user-guide/introduction.md.txt
+++ b/_sources/user-guide/introduction.md.txt
@@ -27,7 +27,7 @@ project.
DataFusion offers SQL and Dataframe APIs, excellent
[performance](https://benchmark.clickhouse.com/), built-in support for CSV,
Parquet, JSON, and Avro, [python bindings], extensive customization, a great
community, and more.
-[python bindings]: https://github.com/apache/arrow-datafusion-python
+[python bindings]: https://github.com/apache/datafusion-python
## Project Goals
@@ -96,7 +96,7 @@ Here are some active projects using DataFusion:
- [Arroyo](https://github.com/ArroyoSystems/arroyo) Distributed stream
processing engine in Rust
- [Ballista](https://github.com/apache/arrow-ballista) Distributed SQL Query
Engine
-- [Comet](https://github.com/apache/arrow-datafusion-comet) Apache Spark
native query execution plugin
+- [Comet](https://github.com/apache/datafusion-comet) Apache Spark native
query execution plugin
- [CnosDB](https://github.com/cnosdb/cnosdb) Open Source Distributed Time
Series Database
- [Cube Store](https://github.com/cube-js/cube.js/tree/master/rust)
- [Dask SQL](https://github.com/dask-contrib/dask-sql) Distributed SQL query
engine in Python
@@ -161,7 +161,7 @@ provide integrations with other systems, some of which are
described below:
### Language Bindings
- [datafusion-c](https://github.com/datafusion-contrib/datafusion-c)
-- [datafusion-python](https://github.com/apache/arrow-datafusion-python)
+- [datafusion-python](https://github.com/apache/datafusion-python)
- [datafusion-ruby](https://github.com/datafusion-contrib/datafusion-ruby)
- [datafusion-java](https://github.com/datafusion-contrib/datafusion-java)
diff --git a/_sources/user-guide/sql/data_types.md.txt
b/_sources/user-guide/sql/data_types.md.txt
index bfbd3433f1..0e974550a8 100644
--- a/_sources/user-guide/sql/data_types.md.txt
+++ b/_sources/user-guide/sql/data_types.md.txt
@@ -60,20 +60,20 @@ select arrow_cast(now(), 'Timestamp(Second, None)');
## Numeric Types
-| SQL DataType | Arrow DataType |
Notes
|
-| ------------------------------------ | :----------------------------- |
-----------------------------------------------------------------------------------------------------------
|
-| `TINYINT` | `Int8` |
|
-| `SMALLINT` | `Int16` |
|
-| `INT` or `INTEGER` | `Int32` |
|
-| `BIGINT` | `Int64` |
|
-| `TINYINT UNSIGNED` | `UInt8` |
|
-| `SMALLINT UNSIGNED` | `UInt16` |
|
-| `INT UNSIGNED` or `INTEGER UNSIGNED` | `UInt32` |
|
-| `BIGINT UNSIGNED` | `UInt64` |
|
-| `FLOAT` | `Float32` |
|
-| `REAL` | `Float32` |
|
-| `DOUBLE` | `Float64` |
|
-| `DECIMAL(precision, scale)` | `Decimal128(precision, scale)` |
Decimal support is currently experimental
([#3523](https://github.com/apache/arrow-datafusion/issues/3523)) |
+| SQL DataType | Arrow DataType |
Notes
|
+| ------------------------------------ | :----------------------------- |
-----------------------------------------------------------------------------------------------------
|
+| `TINYINT` | `Int8` |
|
+| `SMALLINT` | `Int16` |
|
+| `INT` or `INTEGER` | `Int32` |
|
+| `BIGINT` | `Int64` |
|
+| `TINYINT UNSIGNED` | `UInt8` |
|
+| `SMALLINT UNSIGNED` | `UInt16` |
|
+| `INT UNSIGNED` or `INTEGER UNSIGNED` | `UInt32` |
|
+| `BIGINT UNSIGNED` | `UInt64` |
|
+| `FLOAT` | `Float32` |
|
+| `REAL` | `Float32` |
|
+| `DOUBLE` | `Float64` |
|
+| `DECIMAL(precision, scale)` | `Decimal128(precision, scale)` |
Decimal support is currently experimental
([#3523](https://github.com/apache/datafusion/issues/3523)) |
## Date/Time Types
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index 217bd5f05a..624e86db35 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -1342,7 +1342,7 @@ SELECT regexp_like('aBc', '(b|d)', 'i');
+--------------------------------------------------+
```
-Additional examples can be found
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/regexp.rs)
+Additional examples can be found
[here](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/regexp.rs)
### `regexp_match`
@@ -1383,7 +1383,7 @@ SELECT regexp_match('aBc', '(b|d)', 'i');
+---------------------------------------------------+
```
-Additional examples can be found
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/regexp.rs)
+Additional examples can be found
[here](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/regexp.rs)
### `regexp_replace`
@@ -1427,7 +1427,7 @@ SELECT regexp_replace('aBc', '(b|d)', 'Ab\\1a', 'i');
+-------------------------------------------------------------------+
```
-Additional examples can be found
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/regexp.rs)
+Additional examples can be found
[here](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/regexp.rs)
### `position`
@@ -1664,7 +1664,7 @@ make_date(year, month, day)
+-----------------------------------------------+
```
-Additional examples can be found
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/make_date.rs)
+Additional examples can be found
[here](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/make_date.rs)
### `to_char`
@@ -1696,7 +1696,7 @@ to_char(expression, format)
Additional examples can be found [here]
-[here]:
https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_char.rs
+[here]:
https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_char.rs
#### Aliases
@@ -1745,7 +1745,7 @@ to_timestamp(expression[, ..., format_n])
+--------------------------------------------------------------------------------------------------------+
```
-Additional examples can be found
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
+Additional examples can be found
[here](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
### `to_timestamp_millis`
@@ -1784,7 +1784,7 @@ to_timestamp_millis(expression[, ..., format_n])
+---------------------------------------------------------------------------------------------------------------+
```
-Additional examples can be found
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
+Additional examples can be found
[here](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
### `to_timestamp_micros`
@@ -1823,7 +1823,7 @@ to_timestamp_micros(expression[, ..., format_n])
+---------------------------------------------------------------------------------------------------------------+
```
-Additional examples can be found
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
+Additional examples can be found
[here](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
### `to_timestamp_nanos`
@@ -1862,7 +1862,7 @@ to_timestamp_nanos(expression[, ..., format_n])
+---------------------------------------------------------------------------------------------------------------+
```
-Additional examples can be found
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
+Additional examples can be found
[here](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
### `to_timestamp_seconds`
@@ -1901,7 +1901,7 @@ to_timestamp_seconds(expression[, ..., format_n])
+----------------------------------------------------------------------------------------------------------------+
```
-Additional examples can be found
[here](https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
+Additional examples can be found
[here](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs)
### `from_unixtime`
diff --git a/_sources/user-guide/sql/sql_status.md.txt
b/_sources/user-guide/sql/sql_status.md.txt
index 709534adf4..cb9bc0bb67 100644
--- a/_sources/user-guide/sql/sql_status.md.txt
+++ b/_sources/user-guide/sql/sql_status.md.txt
@@ -53,14 +53,14 @@
- [x] `SHOW CREATE TABLE <view>`
- [x] Basic SQL [Information Schema](./information_schema.md) (`TABLES`,
`VIEWS`, `COLUMNS`)
- [ ] Full SQL [Information Schema](./information_schema.md) support
-- [ ] Support for nested types (`ARRAY`/`LIST` and `STRUCT`. See
[#2326](https://github.com/apache/arrow-datafusion/issues/2326) for details)
+- [ ] Support for nested types (`ARRAY`/`LIST` and `STRUCT`. See
[#2326](https://github.com/apache/datafusion/issues/2326) for details)
- [x] Read support
- [x] Write support
- [x] Field access (`col['field']` and [`col[1]`])
- [x] [Array Functions](./scalar_functions.md#array-functions)
- [ ] [Struct Functions](./scalar_functions.md#struct-functions)
- [x] `struct`
- - [ ] [Postgres JSON
operators](https://github.com/apache/arrow-datafusion/issues/6631) (`->`,
`->>`, etc.)
+ - [ ] [Postgres JSON
operators](https://github.com/apache/datafusion/issues/6631) (`->`, `->>`, etc.)
- [x] Subqueries
- [x] Common Table Expressions (CTE)
- [x] Set Operations (`UNION [ALL]`, `INTERSECT [ALL]`, `EXCEPT[ALL]`)
diff --git a/contributor-guide/architecture.html
b/contributor-guide/architecture.html
index c076acc819..69086766b2 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -429,7 +429,7 @@
<h1>Architecture<a class="headerlink" href="#architecture" title="Link to this
heading">¶</a></h1>
<p>DataFusion’s code structure and organization is described in the
<a class="reference external"
href="https://docs.rs/datafusion/latest/datafusion/index.html#architecture">crates.io
documentation</a>, to keep it as close to the source as
-possible. You can find the most up to date version in the <a class="reference
external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/src/lib.rs">source
code</a>.</p>
+possible. You can find the most up to date version in the <a class="reference
external"
href="https://github.com/apache/datafusion/blob/main/datafusion/core/src/lib.rs">source
code</a>.</p>
</section>
diff --git a/contributor-guide/communication.html
b/contributor-guide/communication.html
index c056a62365..ca4db65dab 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -455,7 +455,7 @@ conduct</a>.</p>
<section id="github">
<h2>GitHub<a class="headerlink" href="#github" title="Link to this
heading">¶</a></h2>
<p>The vast majority of communication occurs in the open on our
-<a class="reference external"
href="https://github.com/apache/arrow-datafusion">github repository</a> in the
form of tickets, issues, discussions, and Pull Requests.</p>
+<a class="reference external"
href="https://github.com/apache/datafusion">github repository</a> in the form
of tickets, issues, discussions, and Pull Requests.</p>
</section>
<section id="slack-and-discord">
<h2>Slack and Discord<a class="headerlink" href="#slack-and-discord"
title="Link to this heading">¶</a></h2>
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index e0321e3e50..c1ac57bb94 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -610,7 +610,7 @@ members reviewing each other’s PRs. Doing so is a great way
to help the
community as well as get more familiar with Rust and the relevant
codebases.</p>
<section id="finding-and-creating-issues-to-work-on">
<h2>Finding and Creating Issues to Work On<a class="headerlink"
href="#finding-and-creating-issues-to-work-on" title="Link to this
heading">¶</a></h2>
-<p>You can find a curated <a class="reference external"
href="https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">good-first-issue</a>
list to help you get started.</p>
+<p>You can find a curated <a class="reference external"
href="https://github.com/apache/datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">good-first-issue</a>
list to help you get started.</p>
<p>DataFusion is an open contribution project, and thus there is no particular
project imposed deadline for completing any issue or any restriction on who can
work on an issue, nor how many people can work on an issue at the same
time.</p>
@@ -724,7 +724,7 @@ libprotoc<span class="w"> </span><span
class="m">3</span>.12.4
<li><p><code class="docutils literal notranslate"><span
class="pre">cargo</span> <span class="pre">test</span></code> to test</p></li>
<li><p>etc.</p></li>
</ul>
-<p>Note that running <code class="docutils literal notranslate"><span
class="pre">cargo</span> <span class="pre">test</span></code> requires
significant memory resources, due to cargo running many tests in parallel by
default. If you run into issues with slow tests or system lock ups, you can
significantly reduce the memory required by instead running <code
class="docutils literal notranslate"><span class="pre">cargo</span> <span
class="pre">test</span> <span class="pre">--</span> <span [...]
+<p>Note that running <code class="docutils literal notranslate"><span
class="pre">cargo</span> <span class="pre">test</span></code> requires
significant memory resources, due to cargo running many tests in parallel by
default. If you run into issues with slow tests or system lock ups, you can
significantly reduce the memory required by instead running <code
class="docutils literal notranslate"><span class="pre">cargo</span> <span
class="pre">test</span> <span class="pre">--</span> <span [...]
<p>Testing setup:</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span
class="pre">rustup</span> <span class="pre">update</span> <span
class="pre">stable</span></code> DataFusion uses the latest stable release of
rust</p></li>
@@ -757,13 +757,13 @@ and tries to follow the Rust standard <a class="reference
external" href="https:
</section>
<section id="sqllogictests-tests">
<h3>sqllogictests Tests<a class="headerlink" href="#sqllogictests-tests"
title="Link to this heading">¶</a></h3>
-<p>DataFusion’s SQL implementation is tested using <a class="reference
external"
href="https://github.com/apache/arrow-datafusion/tree/main/datafusion/sqllogictest">sqllogictest</a>
which are run like any other Rust test using <code class="docutils literal
notranslate"><span class="pre">cargo</span> <span class="pre">test</span> <span
class="pre">--test</span> <span class="pre">sqllogictests</span></code>.</p>
+<p>DataFusion’s SQL implementation is tested using <a class="reference
external"
href="https://github.com/apache/datafusion/tree/main/datafusion/sqllogictest">sqllogictest</a>
which are run like any other Rust test using <code class="docutils literal
notranslate"><span class="pre">cargo</span> <span class="pre">test</span> <span
class="pre">--test</span> <span class="pre">sqllogictests</span></code>.</p>
<p><code class="docutils literal notranslate"><span
class="pre">sqllogictests</span></code> tests may be less convenient for new
contributors who are familiar with writing <code class="docutils literal
notranslate"><span class="pre">.rs</span></code> tests as they require learning
another tool. However, <code class="docutils literal notranslate"><span
class="pre">sqllogictest</span></code> based tests are much easier to develop
and maintain as they 1) do not require a slow recompile/link [...]
<p>Like similar systems such as <a class="reference external"
href="https://duckdb.org/dev/testing">DuckDB</a>, DataFusion has chosen to
trade off a slightly higher barrier to contribution for longer term
maintainability.</p>
</section>
<section id="rust-integration-tests">
<h3>Rust Integration Tests<a class="headerlink" href="#rust-integration-tests"
title="Link to this heading">¶</a></h3>
-<p>There are several tests of the public interface of the DataFusion library
in the <a class="reference external"
href="https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/tests">tests</a>
directory.</p>
+<p>There are several tests of the public interface of the DataFusion library
in the <a class="reference external"
href="https://github.com/apache/datafusion/tree/main/datafusion/core/tests">tests</a>
directory.</p>
<p>You can run these tests individually using <code class="docutils literal
notranslate"><span class="pre">cargo</span></code> as normal command such as</p>
<div class="highlight-shell notranslate"><div
class="highlight"><pre><span></span>cargo<span class="w"> </span><span
class="nb">test</span><span class="w"> </span>-p<span class="w">
</span>datafusion<span class="w"> </span>--test<span class="w">
</span>parquet_exec
</pre></div>
@@ -779,7 +779,7 @@ and tries to follow the Rust standard <a class="reference
external" href="https:
<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">cargo</span> <span
class="n">bench</span> <span class="o">--</span><span class="n">bench</span>
<span class="n">BENCHMARK_NAME</span>
</pre></div>
</div>
-<p>A full list of benchmarks can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/benches">here</a>.</p>
+<p>A full list of benchmarks can be found <a class="reference external"
href="https://github.com/apache/datafusion/tree/main/datafusion/core/benches">here</a>.</p>
<p><em><a class="reference external"
href="https://github.com/bheisler/cargo-criterion">cargo-criterion</a> may also
be used for more advanced reporting.</em></p>
</section>
<section id="parquet-sql-benchmarks">
@@ -809,7 +809,7 @@ and tries to follow the Rust standard <a class="reference
external" href="https:
</section>
<section id="upstream-benchmark-suites">
<h3>Upstream Benchmark Suites<a class="headerlink"
href="#upstream-benchmark-suites" title="Link to this heading">¶</a></h3>
-<p>Instructions and tooling for running upstream benchmark suites against
DataFusion can be found in <a class="reference external"
href="https://github.com/apache/arrow-datafusion/tree/main/benchmarks">benchmarks</a>.</p>
+<p>Instructions and tooling for running upstream benchmark suites against
DataFusion can be found in <a class="reference external"
href="https://github.com/apache/datafusion/tree/main/benchmarks">benchmarks</a>.</p>
<p>These are valuable for comparative evaluation against alternative Arrow
implementations and query engines.</p>
</section>
</section>
diff --git a/contributor-guide/quarterly_roadmap.html
b/contributor-guide/quarterly_roadmap.html
index f8a6b8c799..cd2bddef55 100644
--- a/contributor-guide/quarterly_roadmap.html
+++ b/contributor-guide/quarterly_roadmap.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -490,9 +490,9 @@
<section id="q4">
<h2>2023 Q4<a class="headerlink" href="#q4" title="Link to this
heading">¶</a></h2>
<ul class="simple">
-<li><p>Improve data output (<code class="docutils literal notranslate"><span
class="pre">COPY</span></code>, <code class="docutils literal
notranslate"><span class="pre">INSERT</span></code> and DataFrame) output
capability <a class="reference external"
href="https://github.com/apache/arrow-datafusion/issues/6569">#6569</a></p></li>
-<li><p>Implementation of <code class="docutils literal notranslate"><span
class="pre">ARRAY</span></code> types and related functions <a class="reference
external"
href="https://github.com/apache/arrow-datafusion/issues/6980">#6980</a></p></li>
-<li><p>Write an industrial paper about DataFusion for SIGMOD <a
class="reference external"
href="https://github.com/apache/arrow-datafusion/issues/6782">#6782</a></p></li>
+<li><p>Improve data output (<code class="docutils literal notranslate"><span
class="pre">COPY</span></code>, <code class="docutils literal
notranslate"><span class="pre">INSERT</span></code> and DataFrame) output
capability <a class="reference external"
href="https://github.com/apache/datafusion/issues/6569">#6569</a></p></li>
+<li><p>Implementation of <code class="docutils literal notranslate"><span
class="pre">ARRAY</span></code> types and related functions <a class="reference
external"
href="https://github.com/apache/datafusion/issues/6980">#6980</a></p></li>
+<li><p>Write an industrial paper about DataFusion for SIGMOD <a
class="reference external"
href="https://github.com/apache/datafusion/issues/6782">#6782</a></p></li>
</ul>
</section>
<section id="q2">
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index 31510f1893..59e4ab165e 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -448,7 +448,7 @@ overview and goals of DataFusion, and our development
efforts largely
align to that vision.</p>
<section id="planning-epics">
<h2>Planning <code class="docutils literal notranslate"><span
class="pre">EPIC</span></code>s<a class="headerlink" href="#planning-epics"
title="Link to this heading">¶</a></h2>
-<p>DataFusion uses <a class="reference external"
href="https://github.com/apache/arrow-datafusion/issues">GitHub
+<p>DataFusion uses <a class="reference external"
href="https://github.com/apache/datafusion/issues">GitHub
issues</a> to track
planned work. We collect related tickets using tracking issues labeled
with <code class="docutils literal notranslate"><span
class="pre">[EPIC]</span></code> which contain discussion and links to more
detailed items.</p>
@@ -462,7 +462,7 @@ before submitting a large PR, we strongly suggest and
request you
start a conversation using a github issue or the
<a class="reference external"
href="mailto:dev%40arrow.apache.org">dev<span>@</span>arrow<span>.</span>apache<span>.</span>org</a>
mailing list to
make review efficient and avoid surprises.</p>
-<p><a class="reference external"
href="https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+epic">The
current list of <code class="docutils literal notranslate"><span
class="pre">EPIC</span></code>s can be found here</a>.</p>
+<p><a class="reference external"
href="https://github.com/apache/datafusion/issues?q=is%3Aissue+is%3Aopen+epic">The
current list of <code class="docutils literal notranslate"><span
class="pre">EPIC</span></code>s can be found here</a>.</p>
</section>
</section>
diff --git a/contributor-guide/specification/index.html
b/contributor-guide/specification/index.html
index eb3d0002e0..f9d72f0a49 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/contributor-guide/specification/invariants.html
b/contributor-guide/specification/invariants.html
index 09eed8a600..e5701c1771 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/contributor-guide/specification/output-field-name-semantic.html
b/contributor-guide/specification/output-field-name-semantic.html
index dddbb3d54c..3e7ee96cbb 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -72,7 +72,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -87,7 +87,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/genindex.html b/genindex.html
index 789a88f80b..cd64a591f5 100644
--- a/genindex.html
+++ b/genindex.html
@@ -70,7 +70,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -85,7 +85,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/index.html b/index.html
index 32710e9473..ca17fe1860 100644
--- a/index.html
+++ b/index.html
@@ -72,7 +72,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -87,7 +87,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -411,9 +411,9 @@
<h1>Apache DataFusion<a class="headerlink" href="#apache-datafusion"
title="Link to this heading">¶</a></h1>
<p>
<!-- Place this tag where you want the button to render. -->
- <a class="github-button" href="https://github.com/apache/arrow-datafusion"
data-size="large" data-show-count="true" aria-label="Star
apache/arrow-datafusion on GitHub">Star</a>
+ <a class="github-button" href="https://github.com/apache/datafusion"
data-size="large" data-show-count="true" aria-label="Star apache/datafusion on
GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
- <a class="github-button"
href="https://github.com/apache/arrow-datafusion/fork" data-size="large"
data-show-count="true" aria-label="Fork apache/arrow-datafusion on
GitHub">Fork</a>
+ <a class="github-button" href="https://github.com/apache/datafusion/fork"
data-size="large" data-show-count="true" aria-label="Fork apache/datafusion on
GitHub">Fork</a>
</p><p>DataFusion is a very fast, extensible query engine for building
high-quality data-centric systems in
<a class="reference external" href="http://rustlang.org">Rust</a>, using the
<a class="reference external" href="https://arrow.apache.org">Apache Arrow</a>
in-memory format.</p>
@@ -421,15 +421,15 @@ in-memory format.</p>
<a class="reference external"
href="https://benchmark.clickhouse.com">performance</a>, built-in support for
CSV, Parquet, JSON, and Avro, extensive customization, and a great
community.</p>
-<p>The <a class="reference external"
href="user-guide/example-usage.html">example usage</a> section in the user
guide and the <a class="reference external"
href="https://github.com/apache/arrow-datafusion/tree/master/datafusion-examples">datafusion-examples</a>
code in the crate contain information on using DataFusion.</p>
+<p>The <a class="reference external"
href="user-guide/example-usage.html">example usage</a> section in the user
guide and the <a class="reference external"
href="https://github.com/apache/datafusion/tree/master/datafusion-examples">datafusion-examples</a>
code in the crate contain information on using DataFusion.</p>
<p>Please see the <a class="reference external"
href="contributor-guide/index.html#developer-s-guide">developer’s guide</a> for
contributing and <a class="reference external"
href="contributor-guide/communication.html">communication</a> for getting in
touch with us.</p>
<div class="toctree-wrapper compound" id="toc-links">
<p aria-level="2" class="caption" role="heading"><span
class="caption-text">Links</span></p>
<ul>
-<li class="toctree-l1"><a class="reference external"
href="https://github.com/apache/arrow-datafusion">Github and Issue
Tracker</a></li>
+<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://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">Code
of conduct</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>
</ul>
</div>
<div class="toctree-wrapper compound" id="toc-guide">
diff --git a/library-user-guide/adding-udfs.html
b/library-user-guide/adding-udfs.html
index 44c82f370b..623ac913d7 100644
--- a/library-user-guide/adding-udfs.html
+++ b/library-user-guide/adding-udfs.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -527,19 +527,19 @@
<tbody>
<tr class="row-even"><td><p>Scalar</p></td>
<td><p>A function that takes a row of data and returns a single value.</p></td>
-<td><p><a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/simple_udf.rs">simple_udf.rs</a></p></td>
+<td><p><a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simple_udf.rs">simple_udf.rs</a></p></td>
</tr>
<tr class="row-odd"><td><p>Window</p></td>
<td><p>A function that takes a row of data and returns a single value, but
also has access to the rows around it.</p></td>
-<td><p><a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/simple_udwf.rs">simple_udwf.rs</a></p></td>
+<td><p><a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simple_udwf.rs">simple_udwf.rs</a></p></td>
</tr>
<tr class="row-even"><td><p>Aggregate</p></td>
<td><p>A function that takes a group of rows and returns a single
value.</p></td>
-<td><p><a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/simple_udaf.rs">simple_udaf.rs</a></p></td>
+<td><p><a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simple_udaf.rs">simple_udaf.rs</a></p></td>
</tr>
<tr class="row-odd"><td><p>Table</p></td>
<td><p>A function that takes parameters and returns a <code class="docutils
literal notranslate"><span class="pre">TableProvider</span></code> to be used
in an query plan.</p></td>
-<td><p><a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/simple_udtf.rs">simple_udtf.rs</a></p></td>
+<td><p><a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simple_udtf.rs">simple_udtf.rs</a></p></td>
</tr>
</tbody>
</table>
@@ -558,7 +558,7 @@ an Arrow Array with the same number of rows as output.</p>
<p>For brevity, we’ll skipped some error handling, but e.g. you may want to
check that <code class="docutils literal notranslate"><span
class="pre">args.len()</span></code> is the expected number of arguments.</p>
<section id="adding-by-impl-scalarudfimpl">
<h3>Adding by <code class="docutils literal notranslate"><span
class="pre">impl</span> <span class="pre">ScalarUDFImpl</span></code><a
class="headerlink" href="#adding-by-impl-scalarudfimpl" title="Link to this
heading">¶</a></h3>
-<p>This a lower level API with more functionality but is more complex, also
documented in <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/advanced_udf.rs"><code
class="docutils literal notranslate"><span
class="pre">advanced_udf.rs</span></code></a>.</p>
+<p>This a lower level API with more functionality but is more complex, also
documented in <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/advanced_udf.rs"><code
class="docutils literal notranslate"><span
class="pre">advanced_udf.rs</span></code></a>.</p>
<div class="highlight-rust notranslate"><div
class="highlight"><pre><span></span><span class="k">use</span><span class="w">
</span><span class="n">std</span>::<span class="n">any</span>::<span
class="n">Any</span><span class="p">;</span>
<span class="k">use</span><span class="w"> </span><span
class="n">arrow</span>::<span class="n">datatypes</span>::<span
class="n">DataType</span><span class="p">;</span>
<span class="k">use</span><span class="w"> </span><span
class="n">datafusion_common</span>::<span class="p">{</span><span
class="n">DataFusionError</span><span class="p">,</span><span class="w">
</span><span class="n">plan_err</span><span class="p">,</span><span class="w">
</span><span class="nb">Result</span><span class="p">};</span>
@@ -769,7 +769,7 @@ DataFusion provides the <a class="reference external"
href="https://docs.rs/data
<section id="registering-a-window-udf">
<h3>Registering a Window UDF<a class="headerlink"
href="#registering-a-window-udf" title="Link to this heading">¶</a></h3>
<p>To register a Window UDF, you need to wrap the function implementation in a
<a class="reference external"
href="https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.WindowUDF.html"><code
class="docutils literal notranslate"><span
class="pre">WindowUDF</span></code></a> struct and then register it with the
<code class="docutils literal notranslate"><span
class="pre">SessionContext</span></code>. DataFusion provides the <a
class="reference external" href="https://docs.rs/dat [...]
-There is a lower level API with more functionality but is more complex, that
is documented in <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/advanced_udwf.rs"><code
class="docutils literal notranslate"><span
class="pre">advanced_udwf.rs</span></code></a>.</p>
+There is a lower level API with more functionality but is more complex, that
is documented in <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/advanced_udwf.rs"><code
class="docutils literal notranslate"><span
class="pre">advanced_udwf.rs</span></code></a>.</p>
<div class="highlight-rust notranslate"><div
class="highlight"><pre><span></span><span class="k">use</span><span class="w">
</span><span class="n">datafusion</span>::<span
class="n">logical_expr</span>::<span class="p">{</span><span
class="n">Volatility</span><span class="p">,</span><span class="w">
</span><span class="n">create_udwf</span><span class="p">};</span>
<span class="k">use</span><span class="w"> </span><span
class="n">datafusion</span>::<span class="n">arrow</span>::<span
class="n">datatypes</span>::<span class="n">DataType</span><span
class="p">;</span>
<span class="k">use</span><span class="w"> </span><span
class="n">std</span>::<span class="n">sync</span>::<span
class="n">Arc</span><span class="p">;</span>
@@ -801,7 +801,7 @@ There is a lower level API with more functionality but is
more complex, that is
</pre></div>
</div>
<p>At this point, you can use the <code class="docutils literal
notranslate"><span class="pre">smooth_it</span></code> function in your
query:</p>
-<p>For example, if we have a <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/data/cars.csv"><code
class="docutils literal notranslate"><span
class="pre">cars.csv</span></code></a> whose contents like</p>
+<p>For example, if we have a <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion/core/tests/data/cars.csv"><code
class="docutils literal notranslate"><span
class="pre">cars.csv</span></code></a> whose contents like</p>
<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">car</span><span
class="p">,</span><span class="n">speed</span><span class="p">,</span><span
class="n">time</span>
<span class="n">red</span><span class="p">,</span><span
class="mf">20.0</span><span class="p">,</span><span class="mi">1996</span><span
class="o">-</span><span class="mi">04</span><span class="o">-</span><span
class="mi">12</span><span class="n">T12</span><span class="p">:</span><span
class="mi">05</span><span class="p">:</span><span class="mf">03.000000000</span>
<span class="n">red</span><span class="p">,</span><span
class="mf">20.3</span><span class="p">,</span><span class="mi">1996</span><span
class="o">-</span><span class="mi">04</span><span class="o">-</span><span
class="mi">12</span><span class="n">T12</span><span class="p">:</span><span
class="mi">05</span><span class="p">:</span><span class="mf">04.000000000</span>
@@ -950,7 +950,7 @@ There is a lower level API with more functionality but is
more complex, that is
<section id="registering-an-aggregate-udf">
<h3>registering an Aggregate UDF<a class="headerlink"
href="#registering-an-aggregate-udf" title="Link to this heading">¶</a></h3>
<p>To register a Aggreate UDF, you need to wrap the function implementation in
a <a class="reference external"
href="https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.AggregateUDF.html"><code
class="docutils literal notranslate"><span
class="pre">AggregateUDF</span></code></a> struct and then register it with the
<code class="docutils literal notranslate"><span
class="pre">SessionContext</span></code>. DataFusion provides the <a
class="reference external" href="https://doc [...]
-There is a lower level API with more functionality but is more complex, that
is documented in <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/advanced_udaf.rs"><code
class="docutils literal notranslate"><span
class="pre">advanced_udaf.rs</span></code></a>.</p>
+There is a lower level API with more functionality but is more complex, that
is documented in <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/advanced_udaf.rs"><code
class="docutils literal notranslate"><span
class="pre">advanced_udaf.rs</span></code></a>.</p>
<div class="highlight-rust notranslate"><div
class="highlight"><pre><span></span><span class="k">use</span><span class="w">
</span><span class="n">datafusion</span>::<span
class="n">logical_expr</span>::<span class="p">{</span><span
class="n">Volatility</span><span class="p">,</span><span class="w">
</span><span class="n">create_udaf</span><span class="p">};</span>
<span class="k">use</span><span class="w"> </span><span
class="n">datafusion</span>::<span class="n">arrow</span>::<span
class="n">datatypes</span>::<span class="n">DataType</span><span
class="p">;</span>
<span class="k">use</span><span class="w"> </span><span
class="n">std</span>::<span class="n">sync</span>::<span
class="n">Arc</span><span class="p">;</span>
@@ -998,7 +998,7 @@ There is a lower level API with more functionality but is
more complex, that is
<h2>Adding a User-Defined Table Function<a class="headerlink"
href="#adding-a-user-defined-table-function" title="Link to this
heading">¶</a></h2>
<p>A User-Defined Table Function (UDTF) is a function that takes parameters
and returns a <code class="docutils literal notranslate"><span
class="pre">TableProvider</span></code>.</p>
<p>Because we’re returning a <code class="docutils literal notranslate"><span
class="pre">TableProvider</span></code>, in this example we’ll use the <code
class="docutils literal notranslate"><span class="pre">MemTable</span></code>
data source to represent a table. This is a simple struct that holds a set of
RecordBatches in memory and treats them as a table. In your case, this would be
replaced with your own struct that implements <code class="docutils literal
notranslate"><span class= [...]
-<p>While this is a simple example for illustrative purposes, UDTFs have a lot
of potential use cases. And can be particularly useful for reading data from
external sources and interactive analysis. For example, see the <a
class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/simple_udtf.rs">example</a>
for a working example that reads from a CSV file. As another example, you
could use the built-in UDTF <code class="docutils lit [...]
+<p>While this is a simple example for illustrative purposes, UDTFs have a lot
of potential use cases. And can be particularly useful for reading data from
external sources and interactive analysis. For example, see the <a
class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simple_udtf.rs">example</a>
for a working example that reads from a CSV file. As another example, you
could use the built-in UDTF <code class="docutils literal n [...]
<div class="highlight-console notranslate"><div
class="highlight"><pre><span></span><span class="go">> select filename,
row_group_id, row_group_num_rows, row_group_bytes, stats_min, stats_max from
parquet_metadata('./benchmarks/data/hits.parquet') where column_id =
17 limit 10;</span>
<span
class="go">+--------------------------------+--------------+--------------------+-----------------+-----------+-----------+</span>
<span class="go">| filename | row_group_id |
row_group_num_rows | row_group_bytes | stats_min | stats_max |</span>
diff --git a/library-user-guide/building-logical-plans.html
b/library-user-guide/building-logical-plans.html
index c61526f066..aa4d1acaf3 100644
--- a/library-user-guide/building-logical-plans.html
+++ b/library-user-guide/building-logical-plans.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index 4bfa4de5ed..54b34390e8 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -484,7 +484,7 @@
-->
<section id="catalogs-schemas-and-tables">
<h1>Catalogs, Schemas, and Tables<a class="headerlink"
href="#catalogs-schemas-and-tables" title="Link to this heading">¶</a></h1>
-<p>This section describes how to create and manage catalogs, schemas, and
tables in DataFusion. For those wanting to dive into the code quickly please
see the <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/catalog.rs">example</a>.</p>
+<p>This section describes how to create and manage catalogs, schemas, and
tables in DataFusion. For those wanting to dive into the code quickly please
see the <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/catalog.rs">example</a>.</p>
<section id="general-concepts">
<h2>General Concepts<a class="headerlink" href="#general-concepts" title="Link
to this heading">¶</a></h2>
<p>CatalogProviderList, Catalogs, schemas, and tables are organized in a
hierarchy. A CatalogProviderList contains catalog providers, a catalog provider
contains schemas and a schema contains tables.</p>
diff --git a/library-user-guide/custom-table-providers.html
b/library-user-guide/custom-table-providers.html
index b7ca199c66..2186864a1a 100644
--- a/library-user-guide/custom-table-providers.html
+++ b/library-user-guide/custom-table-providers.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -507,7 +507,7 @@
<h4>Execution Plan<a class="headerlink" href="#execution-plan" title="Link to
this heading">¶</a></h4>
<p>The <code class="docutils literal notranslate"><span
class="pre">ExecutionPlan</span></code> trait at its core is a way to get a
stream of batches. The aptly-named <code class="docutils literal
notranslate"><span class="pre">execute</span></code> method returns a <code
class="docutils literal notranslate"><span
class="pre">Result<SendableRecordBatchStream></span></code>, which should
be a stream of <code class="docutils literal notranslate"><span
class="pre">RecordBatch</span></ [...]
<p>There are many different types of <code class="docutils literal
notranslate"><span class="pre">SendableRecordBatchStream</span></code>
implemented in DataFusion – you can use a pre existing one, such as <code
class="docutils literal notranslate"><span
class="pre">MemoryStream</span></code> (if your <code class="docutils literal
notranslate"><span class="pre">RecordBatch</span></code>es are all in memory)
or implement your own custom logic, depending on your usecase.</p>
-<p>Looking at the <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion-examples/examples/custom_datasource.rs#L214C1-L276">example
in this repo</a>, the execute method:</p>
+<p>Looking at the <a class="reference external"
href="https://github.com/apache/datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion-examples/examples/custom_datasource.rs#L214C1-L276">example
in this repo</a>, the execute method:</p>
<div class="highlight-rust notranslate"><div
class="highlight"><pre><span></span><span class="k">struct</span> <span
class="nc">CustomExec</span><span class="w"> </span><span class="p">{</span>
<span class="w"> </span><span class="n">db</span>: <span
class="nc">CustomDataSource</span><span class="p">,</span>
<span class="w"> </span><span class="n">projected_schema</span>: <span
class="nc">SchemaRef</span><span class="p">,</span>
@@ -557,7 +557,7 @@
<li><p>Constructs the individual output arrays (columns)</p></li>
<li><p>Returns a <code class="docutils literal notranslate"><span
class="pre">MemoryStream</span></code> of a single <code class="docutils
literal notranslate"><span class="pre">RecordBatch</span></code> with the
arrays</p></li>
</ol>
-<p>I.e. returns the “physical” data. For other examples, refer to the <a
class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/csv.rs#L57-L70"><code
class="docutils literal notranslate"><span
class="pre">CsvExec</span></code></a> and <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/
[...]
+<p>I.e. returns the “physical” data. For other examples, refer to the <a
class="reference external"
href="https://github.com/apache/datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/csv.rs#L57-L70"><code
class="docutils literal notranslate"><span
class="pre">CsvExec</span></code></a> and <a class="reference external"
href="https://github.com/apache/datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/p
[...]
<p>With the <code class="docutils literal notranslate"><span
class="pre">ExecutionPlan</span></code> implemented, we can now implement the
<code class="docutils literal notranslate"><span class="pre">scan</span></code>
method of the <code class="docutils literal notranslate"><span
class="pre">TableProvider</span></code>.</p>
</section>
<section id="scan-revisited">
@@ -632,7 +632,7 @@
</section>
<section id="next-steps">
<h2>Next Steps<a class="headerlink" href="#next-steps" title="Link to this
heading">¶</a></h2>
-<p>As mentioned the <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/csv.rs#L57-L70">csv</a>
and <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/parquet.rs#L77-L104">parquet</a>
implementations are good examples of how to implement a <code class="do [...]
+<p>As mentioned the <a class="reference external"
href="https://github.com/apache/datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/csv.rs#L57-L70">csv</a>
and <a class="reference external"
href="https://github.com/apache/datafusion/blob/a5e86fae3baadbd99f8fd0df83f45fde22f7b0c6/datafusion/core/src/datasource/physical_plan/parquet.rs#L77-L104">parquet</a>
implementations are good examples of how to implement a <code class="docutils
liter [...]
<p>More abstractly, see the following traits for more information on how to
implement a custom <code class="docutils literal notranslate"><span
class="pre">TableProvider</span></code> for a file format:</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span
class="pre">FileOpener</span></code> - a trait for opening a file and inferring
the schema</p></li>
diff --git a/library-user-guide/extending-operators.html
b/library-user-guide/extending-operators.html
index 3f10995c53..375caee660 100644
--- a/library-user-guide/extending-operators.html
+++ b/library-user-guide/extending-operators.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/library-user-guide/index.html b/library-user-guide/index.html
index bcf4c9a4df..fee3d7e81e 100644
--- a/library-user-guide/index.html
+++ b/library-user-guide/index.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/library-user-guide/profiling.html
b/library-user-guide/profiling.html
index eef09cf5a4..35c7e467cf 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/library-user-guide/using-the-dataframe-api.html
b/library-user-guide/using-the-dataframe-api.html
index ba72f327e0..497b9ea0db 100644
--- a/library-user-guide/using-the-dataframe-api.html
+++ b/library-user-guide/using-the-dataframe-api.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/library-user-guide/using-the-sql-api.html
b/library-user-guide/using-the-sql-api.html
index b73795922a..a8e6e777f4 100644
--- a/library-user-guide/using-the-sql-api.html
+++ b/library-user-guide/using-the-sql-api.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/library-user-guide/working-with-exprs.html
b/library-user-guide/working-with-exprs.html
index c5d4addd21..b2314513b6 100644
--- a/library-user-guide/working-with-exprs.html
+++ b/library-user-guide/working-with-exprs.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -496,7 +496,7 @@
-->
<section id="working-with-exprs">
<h1>Working with <code class="docutils literal notranslate"><span
class="pre">Expr</span></code>s<a class="headerlink" href="#working-with-exprs"
title="Link to this heading">¶</a></h1>
-<!-- https://github.com/apache/arrow-datafusion/issues/7304 -->
+<!-- https://github.com/apache/datafusion/issues/7304 -->
<p><code class="docutils literal notranslate"><span
class="pre">Expr</span></code> is short for “expression”. It is a core
abstraction in DataFusion for representing a computation, and follows the
standard “expression tree” abstraction found in most compilers and
databases.</p>
<p>For example, the SQL expression <code class="docutils literal
notranslate"><span class="pre">a</span> <span class="pre">+</span> <span
class="pre">b</span></code> would be represented as an <code class="docutils
literal notranslate"><span class="pre">Expr</span></code> with a <code
class="docutils literal notranslate"><span class="pre">BinaryExpr</span></code>
variant. A <code class="docutils literal notranslate"><span
class="pre">BinaryExpr</span></code> has a left and right <code cl [...]
<p>As another example, the SQL expression <code class="docutils literal
notranslate"><span class="pre">a</span> <span class="pre">+</span> <span
class="pre">b</span> <span class="pre">*</span> <span
class="pre">c</span></code> would be represented as an <code class="docutils
literal notranslate"><span class="pre">Expr</span></code> with a <code
class="docutils literal notranslate"><span class="pre">BinaryExpr</span></code>
variant. The left <code class="docutils literal notranslate"><spa [...]
@@ -523,7 +523,7 @@
<p>As the writer of a library, you can use <code class="docutils literal
notranslate"><span class="pre">Expr</span></code>s to represent computations
that you want to perform. This guide will walk you through how to make your own
scalar UDF as an <code class="docutils literal notranslate"><span
class="pre">Expr</span></code> and how to rewrite <code class="docutils literal
notranslate"><span class="pre">Expr</span></code>s to inline the simple UDF.</p>
<section id="creating-and-evaluating-exprs">
<h2>Creating and Evaluating <code class="docutils literal notranslate"><span
class="pre">Expr</span></code>s<a class="headerlink"
href="#creating-and-evaluating-exprs" title="Link to this heading">¶</a></h2>
-<p>Please see <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/expr_api.rs">expr_api.rs</a>
for well commented code for creating, evaluating, simplifying, and analyzing
<code class="docutils literal notranslate"><span
class="pre">Expr</span></code>s.</p>
+<p>Please see <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/expr_api.rs">expr_api.rs</a>
for well commented code for creating, evaluating, simplifying, and analyzing
<code class="docutils literal notranslate"><span
class="pre">Expr</span></code>s.</p>
</section>
<section id="a-scalar-udf-example">
<h2>A Scalar UDF Example<a class="headerlink" href="#a-scalar-udf-example"
title="Link to this heading">¶</a></h2>
@@ -548,7 +548,7 @@
</section>
<section id="rewriting-exprs">
<h2>Rewriting <code class="docutils literal notranslate"><span
class="pre">Expr</span></code>s<a class="headerlink" href="#rewriting-exprs"
title="Link to this heading">¶</a></h2>
-<p><a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/rewrite_expr.rs">rewrite_expr.rs</a>
contains example code for rewriting <code class="docutils literal
notranslate"><span class="pre">Expr</span></code>s.</p>
+<p><a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/rewrite_expr.rs">rewrite_expr.rs</a>
contains example code for rewriting <code class="docutils literal
notranslate"><span class="pre">Expr</span></code>s.</p>
<p>Rewriting Expressions is the process of taking an <code class="docutils
literal notranslate"><span class="pre">Expr</span></code> and transforming it
into another <code class="docutils literal notranslate"><span
class="pre">Expr</span></code>. This is useful for a number of reasons,
including:</p>
<ul class="simple">
<li><p>Simplifying <code class="docutils literal notranslate"><span
class="pre">Expr</span></code>s to make them easier to evaluate</p></li>
diff --git a/search.html b/search.html
index cf40ac0db6..f5d8ff8e40 100644
--- a/search.html
+++ b/search.html
@@ -77,7 +77,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -92,7 +92,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/cli/datasources.html b/user-guide/cli/datasources.html
index c9e755dcb9..0a53aeda6e 100644
--- a/user-guide/cli/datasources.html
+++ b/user-guide/cli/datasources.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/cli/index.html b/user-guide/cli/index.html
index 4e474acc6c..6a12f92bf1 100644
--- a/user-guide/cli/index.html
+++ b/user-guide/cli/index.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index a7bb17ecb9..1188faf208 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -476,7 +476,7 @@ instead.</p>
<p>Use the following commands to clone this repository and build a Docker
image containing the CLI tool. Note
that there is <code class="docutils literal notranslate"><span
class="pre">.dockerignore</span></code> file in the root of the repository that
may need to be deleted in order for
this to work.</p>
-<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span
class="w"> </span>https://github.com/apache/arrow-datafusion
+<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span
class="w"> </span>https://github.com/apache/datafusion
<span class="nb">cd</span><span class="w"> </span>arrow-datafusion
git<span class="w"> </span>checkout<span class="w"> </span><span
class="m">12</span>.0.0
docker<span class="w"> </span>build<span class="w"> </span>-f<span class="w">
</span>datafusion-cli/Dockerfile<span class="w"> </span>.<span class="w">
</span>--tag<span class="w"> </span>datafusion-cli
diff --git a/user-guide/cli/overview.html b/user-guide/cli/overview.html
index c5a87e888c..dd190e11ba 100644
--- a/user-guide/cli/overview.html
+++ b/user-guide/cli/overview.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/cli/usage.html b/user-guide/cli/usage.html
index df29eb4b72..fba3935a13 100644
--- a/user-guide/cli/usage.html
+++ b/user-guide/cli/usage.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 116e48717d..5bdd62d1e7 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index e053bf9dd1..3303a7eb76 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index bfeb5386a1..87391cd649 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -497,8 +497,8 @@
-->
<section id="example-usage">
<h1>Example Usage<a class="headerlink" href="#example-usage" title="Link to
this heading">¶</a></h1>
-<p>In this example some simple processing is performed on the <a
class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/data/example.csv"><code
class="docutils literal notranslate"><span
class="pre">example.csv</span></code></a> file.</p>
-<p>Even <a class="reference external"
href="https://github.com/apache/arrow-datafusion/tree/main/datafusion-examples"><code
class="docutils literal notranslate"><span class="pre">more</span> <span
class="pre">code</span> <span class="pre">examples</span></code></a> attached
to the project.</p>
+<p>In this example some simple processing is performed on the <a
class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion/core/tests/data/example.csv"><code
class="docutils literal notranslate"><span
class="pre">example.csv</span></code></a> file.</p>
+<p>Even <a class="reference external"
href="https://github.com/apache/datafusion/tree/main/datafusion-examples"><code
class="docutils literal notranslate"><span class="pre">more</span> <span
class="pre">code</span> <span class="pre">examples</span></code></a> attached
to the project.</p>
<section id="add-published-datafusion-dependency">
<h2>Add published DataFusion dependency<a class="headerlink"
href="#add-published-datafusion-dependency" title="Link to this
heading">¶</a></h2>
<p>Find latest available Datafusion version on <a class="reference external"
href="https://crates.io/crates/datafusion">DataFusion’s
@@ -510,17 +510,17 @@ crates.io</a> page. Add the dependency to your <code
class="docutils literal not
</section>
<section id="add-latest-non-published-datafusion-dependency">
<h2>Add latest non published DataFusion dependency<a class="headerlink"
href="#add-latest-non-published-datafusion-dependency" title="Link to this
heading">¶</a></h2>
-<p>DataFusion changes are published to <code class="docutils literal
notranslate"><span class="pre">crates.io</span></code> according to <a
class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/dev/release/README.md#release-process">release
schedule</a>
+<p>DataFusion changes are published to <code class="docutils literal
notranslate"><span class="pre">crates.io</span></code> according to <a
class="reference external"
href="https://github.com/apache/datafusion/blob/main/dev/release/README.md#release-process">release
schedule</a>
In case if it is required to test out DataFusion changes which are merged but
yet to be published, Cargo supports adding dependency directly to Github
branch</p>
-<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="n">datafusion</span><span
class="w"> </span><span class="o">=</span><span class="w"> </span><span
class="p">{</span><span class="w"> </span><span class="n">git</span><span
class="w"> </span><span class="p">=</span><span class="w"> </span><span
class="s2">"https://github.com/apache/arrow-datafusion"</span><span
class="p">,</span><span class="w"> </span><span class="n">branch</span><span
[...]
+<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="n">datafusion</span><span
class="w"> </span><span class="o">=</span><span class="w"> </span><span
class="p">{</span><span class="w"> </span><span class="n">git</span><span
class="w"> </span><span class="p">=</span><span class="w"> </span><span
class="s2">"https://github.com/apache/datafusion"</span><span
class="p">,</span><span class="w"> </span><span class="n">branch</span><span
class [...]
</pre></div>
</div>
<p>Also it works on the package level</p>
-<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span
class="n">datafusion-common</span><span class="w"> </span><span
class="o">=</span><span class="w"> </span><span class="p">{</span><span
class="w"> </span><span class="n">git</span><span class="w"> </span><span
class="p">=</span><span class="w"> </span><span
class="s2">"https://github.com/apache/arrow-datafusion"</span><span
class="p">,</span><span class="w"> </span><span class="n">branch</spa [...]
+<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span
class="n">datafusion-common</span><span class="w"> </span><span
class="o">=</span><span class="w"> </span><span class="p">{</span><span
class="w"> </span><span class="n">git</span><span class="w"> </span><span
class="p">=</span><span class="w"> </span><span
class="s2">"https://github.com/apache/datafusion"</span><span
class="p">,</span><span class="w"> </span><span class="n">branch</span><spa
[...]
</pre></div>
</div>
<p>And with features</p>
-<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="n">datafusion</span><span
class="w"> </span><span class="o">=</span><span class="w"> </span><span
class="p">{</span><span class="w"> </span><span class="n">git</span><span
class="w"> </span><span class="p">=</span><span class="w"> </span><span
class="s2">"https://github.com/apache/arrow-datafusion"</span><span
class="p">,</span><span class="w"> </span><span class="n">branch</span><span
[...]
+<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="n">datafusion</span><span
class="w"> </span><span class="o">=</span><span class="w"> </span><span
class="p">{</span><span class="w"> </span><span class="n">git</span><span
class="w"> </span><span class="p">=</span><span class="w"> </span><span
class="s2">"https://github.com/apache/datafusion"</span><span
class="p">,</span><span class="w"> </span><span class="n">branch</span><span
class [...]
</pre></div>
</div>
<p>More on <a class="reference external"
href="https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies">Cargo
dependencies</a></p>
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index c786daa230..ccc96f9bff 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 8ad63522a4..06a68c3d7e 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index b006adf06e..0e3d9141d3 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -479,7 +479,7 @@ high-quality data-centric systems in <a class="reference
external" href="http://
using the <a class="reference external" href="https://arrow.apache.org">Apache
Arrow</a> in-memory format.
DataFusion is part of the <a class="reference external"
href="https://arrow.apache.org/">Apache Arrow</a>
project.</p>
-<p>DataFusion offers SQL and Dataframe APIs, excellent <a class="reference
external" href="https://benchmark.clickhouse.com/">performance</a>, built-in
support for CSV, Parquet, JSON, and Avro, <a class="reference external"
href="https://github.com/apache/arrow-datafusion-python">python bindings</a>,
extensive customization, a great community, and more.</p>
+<p>DataFusion offers SQL and Dataframe APIs, excellent <a class="reference
external" href="https://benchmark.clickhouse.com/">performance</a>, built-in
support for CSV, Parquet, JSON, and Avro, <a class="reference external"
href="https://github.com/apache/datafusion-python">python bindings</a>,
extensive customization, a great community, and more.</p>
<section id="project-goals">
<h2>Project Goals<a class="headerlink" href="#project-goals" title="Link to
this heading">¶</a></h2>
<p>DataFusion aims to be the query engine of choice for new, fast
@@ -546,7 +546,7 @@ parellelized streaming execution plans, file format
support, etc.</p>
<ul class="simple">
<li><p><a class="reference external"
href="https://github.com/ArroyoSystems/arroyo">Arroyo</a> Distributed stream
processing engine in Rust</p></li>
<li><p><a class="reference external"
href="https://github.com/apache/arrow-ballista">Ballista</a> Distributed SQL
Query Engine</p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-datafusion-comet">Comet</a> Apache Spark
native query execution plugin</p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-comet">Comet</a> Apache Spark native
query execution plugin</p></li>
<li><p><a class="reference external"
href="https://github.com/cnosdb/cnosdb">CnosDB</a> Open Source Distributed Time
Series Database</p></li>
<li><p><a class="reference external"
href="https://github.com/cube-js/cube.js/tree/master/rust">Cube
Store</a></p></li>
<li><p><a class="reference external"
href="https://github.com/dask-contrib/dask-sql">Dask SQL</a> Distributed SQL
query engine in Python</p></li>
@@ -588,7 +588,7 @@ provide integrations with other systems, some of which are
described below:</p>
<h3>Language Bindings<a class="headerlink" href="#language-bindings"
title="Link to this heading">¶</a></h3>
<ul class="simple">
<li><p><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-c">datafusion-c</a></p></li>
-<li><p><a class="reference external"
href="https://github.com/apache/arrow-datafusion-python">datafusion-python</a></p></li>
+<li><p><a class="reference external"
href="https://github.com/apache/datafusion-python">datafusion-python</a></p></li>
<li><p><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-ruby">datafusion-ruby</a></p></li>
<li><p><a class="reference external"
href="https://github.com/datafusion-contrib/datafusion-java">datafusion-java</a></p></li>
</ul>
diff --git a/user-guide/sql/aggregate_functions.html
b/user-guide/sql/aggregate_functions.html
index 48784c0253..a1c73c99c4 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index f3d41406cb..e5c169a5eb 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -572,7 +572,7 @@ For example, to cast the output of <code class="docutils
literal notranslate"><s
</tr>
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span
class="pre">DECIMAL(precision,</span> <span
class="pre">scale)</span></code></p></td>
<td class="text-left"><p><code class="docutils literal notranslate"><span
class="pre">Decimal128(precision,</span> <span
class="pre">scale)</span></code></p></td>
-<td><p>Decimal support is currently experimental (<a class="reference
external"
href="https://github.com/apache/arrow-datafusion/issues/3523">#3523</a>)</p></td>
+<td><p>Decimal support is currently experimental (<a class="reference
external"
href="https://github.com/apache/datafusion/issues/3523">#3523</a>)</p></td>
</tr>
</tbody>
</table>
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 8ecf82ff6a..0af70eed85 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index 1ed74cc892..17f91bd855 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index d3193780a6..40861e9f02 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index 8477b0fda8..cc0b590721 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/information_schema.html
b/user-guide/sql/information_schema.html
index af57436701..7db350c415 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/operators.html b/user-guide/sql/operators.html
index 7037067eaa..b976b44400 100644
--- a/user-guide/sql/operators.html
+++ b/user-guide/sql/operators.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 55f5d789e5..7ffc815ef8 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -5054,7 +5054,7 @@ regular expression. The following flags are supported:</p>
<span class="o">+</span><span
class="c1">--------------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/regexp.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/regexp.rs">here</a></p>
</section>
</section>
<section id="regexp-match">
@@ -5098,7 +5098,7 @@ regular expression. The following flags are supported:</p>
<span class="o">+</span><span
class="c1">---------------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/regexp.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/regexp.rs">here</a></p>
</section>
</section>
<section id="regexp-replace">
@@ -5145,7 +5145,7 @@ regular expression. The following flags are supported:</p>
<span class="o">+</span><span
class="c1">-------------------------------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/regexp.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/regexp.rs">here</a></p>
</section>
</section>
<section id="position">
@@ -5385,7 +5385,7 @@ Can be a constant, column or function, and any
combination of arithmetic operato
<span class="o">+-----------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/make_date.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/make_date.rs">here</a></p>
</section>
</section>
<section id="to-char">
@@ -5415,7 +5415,7 @@ date, time, timestamp or duration.</p></li>
<span class="o">+----------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_char.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_char.rs">here</a></p>
</section>
<section id="id91">
<h4>Aliases<a class="headerlink" href="#id91" title="Link to this
heading">¶</a></h4>
@@ -5463,7 +5463,7 @@ an error will be returned.</p></li>
<span
class="o">+--------------------------------------------------------------------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
</section>
</section>
<section id="to-timestamp-millis">
@@ -5502,7 +5502,7 @@ an error will be returned.</p></li>
<span
class="o">+---------------------------------------------------------------------------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
</section>
</section>
<section id="to-timestamp-micros">
@@ -5541,7 +5541,7 @@ an error will be returned.</p></li>
<span
class="o">+---------------------------------------------------------------------------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
</section>
</section>
<section id="to-timestamp-nanos">
@@ -5580,7 +5580,7 @@ an error will be returned.</p></li>
<span
class="o">+---------------------------------------------------------------------------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
</section>
</section>
<section id="to-timestamp-seconds">
@@ -5619,7 +5619,7 @@ an error will be returned.</p></li>
<span
class="o">+----------------------------------------------------------------------------------------------------------------+</span>
</pre></div>
</div>
-<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
+<p>Additional examples can be found <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs">here</a></p>
</section>
</section>
<section id="from-unixtime">
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 10afd9e4e8..fb093e57fd 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index 110213c6b9..4add1fad94 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
@@ -492,7 +492,7 @@
<li class="task-list-item"><p><input class="task-list-item-checkbox"
disabled="disabled" type="checkbox"> Full SQL <a class="reference internal"
href="information_schema.html"><span class="std std-doc">Information
Schema</span></a> support</p></li>
</ul>
</li>
-<li class="task-list-item"><p><input class="task-list-item-checkbox"
disabled="disabled" type="checkbox"> Support for nested types (<code
class="docutils literal notranslate"><span
class="pre">ARRAY</span></code>/<code class="docutils literal
notranslate"><span class="pre">LIST</span></code> and <code class="docutils
literal notranslate"><span class="pre">STRUCT</span></code>. See <a
class="reference external"
href="https://github.com/apache/arrow-datafusion/issues/2326">#2326</a> for de
[...]
+<li class="task-list-item"><p><input class="task-list-item-checkbox"
disabled="disabled" type="checkbox"> Support for nested types (<code
class="docutils literal notranslate"><span
class="pre">ARRAY</span></code>/<code class="docutils literal
notranslate"><span class="pre">LIST</span></code> and <code class="docutils
literal notranslate"><span class="pre">STRUCT</span></code>. See <a
class="reference external"
href="https://github.com/apache/datafusion/issues/2326">#2326</a> for
details)</p>
<ul class="contains-task-list">
<li class="task-list-item"><p><input class="task-list-item-checkbox"
checked="checked" disabled="disabled" type="checkbox"> Read support</p></li>
<li class="task-list-item"><p><input class="task-list-item-checkbox"
checked="checked" disabled="disabled" type="checkbox"> Write support</p></li>
@@ -501,7 +501,7 @@
<li class="task-list-item"><p><input class="task-list-item-checkbox"
disabled="disabled" type="checkbox"> <a class="reference internal"
href="scalar_functions.html#struct-functions"><span class="std std-ref">Struct
Functions</span></a></p>
<ul class="contains-task-list">
<li class="task-list-item"><p><input class="task-list-item-checkbox"
checked="checked" disabled="disabled" type="checkbox"> <code class="docutils
literal notranslate"><span class="pre">struct</span></code></p></li>
-<li class="task-list-item"><p><input class="task-list-item-checkbox"
disabled="disabled" type="checkbox"> <a class="reference external"
href="https://github.com/apache/arrow-datafusion/issues/6631">Postgres JSON
operators</a> (<code class="docutils literal notranslate"><span
class="pre">-></span></code>, <code class="docutils literal
notranslate"><span class="pre">->></span></code>, etc.)</p></li>
+<li class="task-list-item"><p><input class="task-list-item-checkbox"
disabled="disabled" type="checkbox"> <a class="reference external"
href="https://github.com/apache/datafusion/issues/6631">Postgres JSON
operators</a> (<code class="docutils literal notranslate"><span
class="pre">-></span></code>, <code class="docutils literal
notranslate"><span class="pre">->></span></code>, etc.)</p></li>
</ul>
</li>
</ul>
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 8928e9dd0c..33026a7573 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/window_functions.html
b/user-guide/sql/window_functions.html
index ca04557bcc..3169cfd049 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
diff --git a/user-guide/sql/write_options.html
b/user-guide/sql/write_options.html
index 30ca414da3..4e5453445e 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -73,7 +73,7 @@
</p>
<ul class="nav bd-sidenav">
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion">
+ <a class="reference external" href="https://github.com/apache/datafusion">
Github and Issue Tracker
</a>
</li>
@@ -88,7 +88,7 @@
</a>
</li>
<li class="toctree-l1">
- <a class="reference external"
href="https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md">
+ <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/CODE_OF_CONDUCT.md">
Code of conduct
</a>
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]