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

    Interface PathExpression

    interface PathExpression {
        kind: "path_expression";
        range: Range;
        root: Identifier | QuotedIdentifier;
        steps: PathStep[];
    }

    Hierarchy (View Summary)

    Index
    kind: "path_expression"
    range: Range
    steps: PathStep[]