Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datafusion/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# DataFusion Common

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that provides common data types and utilities.

Expand Down
2 changes: 1 addition & 1 deletion datafusion/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# DataFusion Common

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate contains the main entrypoints and high level DataFusion APIs such as SessionContext, and DataFrame and ListingTable.

Expand Down
2 changes: 1 addition & 1 deletion datafusion/execution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# DataFusion Common

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that provides execution runtime such as the memory pools and disk manager.

Expand Down
2 changes: 1 addition & 1 deletion datafusion/expr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# DataFusion Logical Plan and Expressions

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that provides data types and utilities for logical plans and expressions.

Expand Down
2 changes: 1 addition & 1 deletion datafusion/optimizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# DataFusion Query Optimizer

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory
format.

DataFusion has modular design, allowing individual crates to be re-used in other projects.
Expand Down
2 changes: 1 addition & 1 deletion datafusion/physical-expr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# DataFusion Physical Expressions

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that provides data types and utilities for physical expressions.

Expand Down
2 changes: 1 addition & 1 deletion datafusion/physical-plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# DataFusion Common

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that contains the `ExecutionPlan` trait and the various implementations of that
trait for built in operators such as filters, projections, joins, aggregations, etc.
Expand Down
2 changes: 1 addition & 1 deletion datafusion/proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# DataFusion Proto

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that provides a protocol buffer format for representing query plans and expressions.

Expand Down
2 changes: 1 addition & 1 deletion datafusion/sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# DataFusion SQL Query Planner

This crate provides a general purpose SQL query planner that can parse SQL and translate queries into logical
plans. Although this crate is used by the [DataFusion](df) query engine, it was designed to be easily usable from any
plans. Although this crate is used by the [DataFusion][df] query engine, it was designed to be easily usable from any
project that requires a SQL query planner and does not make any assumptions about how the resulting logical plan
will be translated to a physical plan. For example, there is no concept of row-based versus columnar execution in the
logical plan.
Expand Down
2 changes: 1 addition & 1 deletion datafusion/wasmtest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# DataFusion wasmtest

[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion used to verify that various DataFusion crates compile successfully to the
`wasm32-unknown-unknown` target with wasm-pack.
Expand Down