vortex-file

Crates.iovortex-file
lib.rsvortex-file
version0.51.0
created_at2024-11-15 21:47:21.425913+00
updated_at2025-08-29 19:31:03.938472+00
descriptionVortex file readers and writers
homepagehttps://github.com/spiraldb/vortex
repositoryhttps://github.com/spiraldb/vortex
max_upload_size
id1449632
size220,708
Languages (github:heroku:languages)

documentation

README

Vortex IPC Format

Messages:

  • Context - provides configuration context, e.g. which encodings are referenced in the stream.
  • Array - indicates the start of an array. Contains the schema.
  • Chunk - indices the start of an array chunk. Contains the offsets for each column message.
  • ChunkColumn - contains the encoding metadata for a single column of a chunk, including offsets for each buffer.
Commit count: 3345

cargo fmt