risingwave_frontend::catalog

Function check_column_name_not_reserved

source
pub fn check_column_name_not_reserved(column_name: &str) -> Result<(), RwError>
Expand description

Check if the column name does not conflict with the internally reserved column name.