pub fn parse_pipeline_statement(
sql: &str,
) -> SqlResult<Option<PipelineStatement>>Expand description
Parse a pipeline DDL statement, or Ok(None) if it is not one.
pub fn parse_pipeline_statement(
sql: &str,
) -> SqlResult<Option<PipelineStatement>>Parse a pipeline DDL statement, or Ok(None) if it is not one.