mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
Each column has a byte in the file that determines how to process whatever data comes next. In the actual file, we can see one of those values, or a combination of them. Because it is an enum, no new parser is needed. Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>