Skip to content

Commit 480edbc

Browse files
authored
docs: Correct Arrow misconception (#21053)
1 parent 0cb0746 commit 480edbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ in Rust, and available for Python, R and NodeJS.
3030
data to be in memory at the same time.
3131
- **Parallel**: Utilises the power of your machine by dividing the workload among the available CPU
3232
cores without any additional configuration.
33-
- **Vectorized Query Engine**: Using [Apache Arrow](https://arrow.apache.org/), a columnar data
34-
format, to process your queries in a vectorized manner and SIMD to optimize CPU usage.
33+
- **Vectorized Query Engine**
3534
- **GPU Support**: Optionally run queries on NVIDIA GPUs for maximum performance for in-memory
3635
workloads.
36+
- **[Apache Arrow support](https://arrow.apache.org/)**: Polars consume and produce Arrow data often
37+
zero-copy. Note that Polars is not build on a Pyarrow/Arrow implementation. Polars has written all
38+
compute and buffer implementations.
3739

3840
<!-- dprint-ignore-start -->
3941

0 commit comments

Comments
 (0)