Skip to main content

parse_live_table_statement

Function parse_live_table_statement 

Source
pub fn parse_live_table_statement(
    sql: &str,
) -> SqlResult<Option<LiveTableStatement>>
Expand description

Parse CREATE|REFRESH|DROP LIVE TABLE statements.