View Source AyeSQL.AST (AyeSQL v1.1.2)

This module defines function for expanding the AST.

Summary

Types

Function to be applied with some parameters and context.

Types

@type expand_function() ::
  (AyeSQL.AST.Context.t(), AyeSQL.Core.parameters() -> AyeSQL.AST.Context.t())

Function to be applied with some parameters and context.