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

    Variable isGroupByConst

    isGroupBy: (expr: ast.Expression) => expr is { group_by: GroupBy } = ...

    Type guard for GROUP BY clause

    Type Declaration