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

    Type Alias StepKind

    StepKind:
        | "scan"
        | "aggregate"
        | "sort"
        | { join: PlanJoinType }
        | { set_operation: SetOperationType }

    Step kind — string for simple types, object for parameterized types