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

    Interface DistinctMarker

    interface DistinctMarker {
        kind: "distinct_marker";
        range: Range;
    }

    Hierarchy (View Summary)

    Index
    kind: "distinct_marker"
    range: Range