Registry / serialization / sparrow-ipc

sparrow-ipc

JSON →
library1.0.2vcpkgunverified

C++20 idiomatic APIs for the Apache Arrow Serialization and Interprocess Communication (IPC).

vcpkg install sparrow-ipc
INSTALL
IMPORT
SIG · SPARROW-IPC
S
sparrow-ipc
serializationcppv1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sparrow/ipc.h
#include <sparrow/ipc.h>

Reads an Arrow IPC file and prints row counts per batch.

#include <sparrow/ipc.h> #include <iostream> int main() { auto reader = sparrow::ipc::RecordBatchReader::Open("data.arrow"); for (auto& batch : reader) { std::cout << batch->num_rows() << " rows\n"; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources

No resource links recorded.