pub fn index(tables: &[(&'static str, RecordBatch)]) -> Option<Vec<u8>>Expand description
Build a block’s ZONE_IDX over its root columns and every attribute table
in it.
tables[0] is the root by the convention every signal’s finish follows —
it is also the table query::Block opens under the signal’s own name, so
the two agree by construction.