pub fn is_readonly_table(schema: &str, table: &str) -> boolExpand description
Returns true for tables that must reject DDL/DML: everything in a read-only
schema, plus computed system tables overlaid on a writable schema (the
entity-graph tables under greptime_private).