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

    Interface CaseExpression

    interface CaseExpression {
        elseBranch?: Expression;
        kind: "case_expression";
        range: Range;
        whenBranches: CaseWhenBranch[];
    }

    Hierarchy (View Summary)

    Index
    elseBranch?: Expression
    kind: "case_expression"
    range: Range
    whenBranches: CaseWhenBranch[]