Polyglot SQL API Documentation - v0.1.0
    Preparing search index...

    Type Alias UnaryOp

    Represent a unary operation (single operand with a prefix operator).

    Shared payload for Not, Neg, and BitwiseNot variants.

    type UnaryOp = {
        this: Expression;
    }
    Index

    Properties

    Properties

    The operand expression.