vortex-serde

Crates.iovortex-serde
lib.rsvortex-serde
version0.14.0
sourcesrc
created_at2024-08-08 14:11:22.339567
updated_at2024-11-04 20:31:24.52666
descriptionVortex Serialisation
homepagehttps://github.com/spiraldb/vortex
repositoryhttps://github.com/spiraldb/vortex
max_upload_size
id1329592
size236,525
Robert Kruszewski (robert3005)

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: 967

cargo fmt