pub type SharedTables = Arc<[String]>;
Shared table names to avoid repeated cloning during joins.
pub struct SharedTables { /* private fields */ }