Skip to main content

is_readonly_table

Function is_readonly_table 

Source
pub fn is_readonly_table(schema: &str, table: &str) -> bool
Expand 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).