vortex-file

Crates.iovortex-file
lib.rsvortex-file
version0.20.0
sourcesrc
created_at2024-11-15 21:47:21.425913
updated_at2024-11-26 19:47:05.195431
descriptionVortex file readers and writers
homepagehttps://github.com/spiraldb/vortex
repositoryhttps://github.com/spiraldb/vortex
max_upload_size
id1449632
size243,529
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: 1188

cargo fmt