pub fn is_internal_table(name: &str) -> boolExpand description
Returns true when name is one of HyperDB’s own internal tables
(matches HYPERDB_INTERNAL_PREFIX). Factored into a helper so
every filter site calls the same predicate and a future move to a
more nuanced scheme (e.g. per-table allowlist) is a single edit.