Polyglot SQL API Documentation - v0.9.2
    Preparing search index...

    Type Alias VisitorCallback<T>

    VisitorCallback: (
        node: ast.Expression,
        parent: ast.Expression | null,
        key: string | null,
        index: number | null,
    ) => T

    Visitor callback function type

    Type Parameters

    • T = void

    Type Declaration