prorm API Reference
    Preparing search index...

    Type Alias WindowArg

    WindowArg:
        | string
        | number
        | ColExpression
        | FnExpression
        | LiteralExpression
        | { $literal: string }
        | null
        | undefined

    Acceptable argument types for window function calls, PARTITION BY, and ORDER BY entries: plain column names (strings), other typed expressions (col(), fn(), literal()), or raw numbers (e.g. offsets/defaults).