View Source AyeSQL.AST (AyeSQL v1.1.0)
This module defines function for expanding the AST.
Link to this section Summary
Types
Function to be applied with some parameters and context.
Link to this section Types
@type expand_function() :: (AyeSQL.AST.Context.t(), AyeSQL.Core.parameters() -> AyeSQL.AST.Context.t())
Function to be applied with some parameters and context.