prorm API Reference
    Preparing search index...

    Type Alias MathSqlExpr

    MathSqlExpr:
        | string
        | number
        | ColExpression
        | FnExpression
        | LiteralExpression
        | { $literal: string }

    Acceptable argument types for math-function builders: plain numbers/ strings (treated as literal SQL values), or other typed expressions (col(), fn(), literal()).