pub fn analyze_create_function<TParseContext>(
context: TParseContext,
_parent_schema: &Option<String>,
syn: CreateFunctionStmt,
tokens: &IVec<ScanToken>,
) -> Result<AstAndContextPair<TParseContext>, AnalysisError>where
TParseContext: ParseContext,Expand description
analyze crate::syn::CreateFunctionStmt