10 releases
new 0.23.0-rc.3 | Apr 17, 2025 |
---|---|
0.23.0-alpha.2 | Apr 10, 2025 |
0.22.1 | Feb 20, 2025 |
#17 in #multimodal
34,578 downloads per month
Used in 45 crates
(4 directly)
690KB
14K
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
.
Some SorbetBatch
es has even more constrained requirements, such as ChunkBatch
and DataframeBatch
.
- Every
ChunkBatch
is aSorbetBatch
. - Every
DataframeBatch
is aSorbetBatch
.
NOTE: DataframeBatch
has not yet been implemented.
Each batch type has a matching schema type:
SorbetBatch
has aSorbetSchema
ChunkBatch
has aChunkSchema
DataframeBatch
will have aDataframeSchema
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
~24–38MB
~610K SLoC