risingwave_
sqlsmith
2.4.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
>)