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

    Type Alias Where

    Represent a WHERE clause containing a boolean filter predicate.

    type Where = {
        this: Expression;
    }
    Index

    Properties

    Properties

    The filter predicate expression.