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

    Type Alias OrderInput

    OrderInput:
        | string
        | ExpressionByType<"ordered">
        | { desc?: boolean; expr: Expression; nullsFirst?: boolean }

    Input type for order specifications