pub fn parse_live_table_statement(
sql: &str,
) -> SqlResult<Option<LiveTableStatement>>Expand description
Parse CREATE|REFRESH|DROP LIVE TABLE statements.
pub fn parse_live_table_statement(
sql: &str,
) -> SqlResult<Option<LiveTableStatement>>Parse CREATE|REFRESH|DROP LIVE TABLE statements.