|
sparrow 1.3.0
|
Sparrow stands for "Simple Arrow" and is an implementation of the Apache Arrow Columnar format in C++20. It provides array structures with idiomatic APIs and convenient conversions from and to the C interface.
Try it online without any installation !
Sparrow requires a modern C++ compiler supporting C++20:
| Compiler | Version |
|---|---|
| Clang | 18 or higher |
| GCC | 11.2 or higher |
| Apple Clang | 16 or higher |
| MSVC | 19.41 or higher |
This software is licensed under the Apache License 2.0. See the LICENSE file for details.
record_batch