risingwave_frontend::catalog

Function check_valid_column_name

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

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