pub const META_PREFIX: &'static str;Expand description
Columns with this prefix are the engine’s routing metadata (offset, key): a select keeps
them, and they are stripped before the rows reach an operator or an output.
Every meta column starts with this: the engine strips them at the edges.