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

    Interface CaseWhenBranch

    interface CaseWhenBranch {
        condition: Expression;
        kind: "case_when_branch";
        range: Range;
        result: Expression;
    }

    Hierarchy (View Summary)

    Index
    condition: Expression
    kind: "case_when_branch"
    range: Range
    result: Expression