115 releases (9 breaking)
Uses new Rust 2024
| new 0.31.2 | Apr 8, 2026 |
|---|---|
| 0.31.1 | Mar 31, 2026 |
| 0.30.2 | Mar 11, 2026 |
| 0.28.1 | Dec 19, 2025 |
| 0.22.1 | Feb 20, 2025 |
#5 in #record-batch
102,616 downloads per month
Used in 97 crates
(20 directly)
1MB
20K
SLoC
Rerun arrow metadata and record batch definitions.
Handles the structure of arrow record batches and their meta data for different use cases for Rerun.
An arrow record batch that follows a specific schema is called a SorbetBatch.
There is also ChunkBatch, which is a has even more constrained requirements.
Every ChunkBatch is a SorbetBatch, but the opposite does not hold.
Each batch type has a matching schema type:
SorbetBatchhas aSorbetSchemawithSorbetColumnDescriptorsChunkBatchhas aChunkSchemawithChunkColumnDescriptors
re_sorbet
Part of the rerun family of crates.
Rerun arrow metadata and record batch definitions.
Handles the structure of arrow record batches and their meta data for different use cases for Rerun.
Dependencies
~28–39MB
~641K SLoC