pub fn analyze_insert_statement<TParseContext>(
context: TParseContext,
_parent_schema: &Option<String>,
_syn: InsertStmt,
) -> Result<(SemAst, TParseContext), AnalysisError>where
TParseContext: ParseContext,Expand description
analyze crate::syn::InsertStmt