ArrowΒΆ
About
Apache Arrow defines a language-independent, columnar memory format for flat and nested data. It enables efficient analytics on modern CPUs and GPUs and supports zero-copy reads, avoiding serialization overhead.
Learn
Tutorial: Import Parquet files
Import Parquet files into CrateDB with Apache Arrow and SQLAlchemy.
