dynamodb-partiql-parser - v0.1.1
    Preparing search index...

    Interface OffsetClause

    interface OffsetClause {
        count: Expression;
        kind: "offset_clause";
        range: Range;
    }

    Hierarchy (View Summary)

    Index
    count: Expression
    kind: "offset_clause"
    range: Range