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

    Function getChildren

    • Get all child expressions from a node.

      Unwraps the outer Expression envelope, then iterates the inner data looking for Expression children — including those nested inside non-Expression structs like From, Where, GroupBy, etc.

      Parameters

      Returns { key: string; value: Expression | Expression[] }[]