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

    Type Alias TransformCallback

    TransformCallback: (
        node: Expression,
        parent: Expression | null,
        key: string | null,
        index: number | null,
    ) => Expression | undefined | null

    Transform callback - returns new node or undefined to keep original

    Type Declaration