kysely
    Preparing search index...

    Type Alias OperandExpression<V>

    OperandExpression:
        | Expression<V>
        | SelectQueryBuilderExpression<Record<string, V>>

    Like Expression<V> but also accepts a select query with an output type extending Record<string, V>. This type is useful because SQL treats records with a single column as single values.

    Type Parameters

    • V