parse_create_table_statements
risingwave_
sqlsmith
2.7.0-alpha
risingwave_sqlsmith
Function
parse_
create_
table_
statements
Copy item path
Source
pub fn parse_create_table_statements( sql: impl
AsRef
<
str
>, ) -> (
Vec
<
Table
>,
Vec
<
Statement
>)