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

    Type Alias OrderInput

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

    Input type for order specifications