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

    Interface IsNullExpression

    interface IsNullExpression {
        kind: "is_null_expression";
        negated: boolean;
        range: Range;
        test: Expression;
    }

    Hierarchy (View Summary)

    Index
    kind: "is_null_expression"
    negated: boolean
    range: Range