risingwave_frontend::handler::create_table

Function bind_table_constraints

source
pub fn bind_table_constraints(
    table_constraints: &[TableConstraint],
) -> Result<Vec<String>, RwError>
Expand description

Currently we only support Primary key table constraint, so just return pk names if it exists