Skip to main content

analyze_create_function

Function analyze_create_function 

Source
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