IS

infix fun <T> KQLiteColumn<T>.IS(value: T?): Clause.Expression
infix fun <T> KQLiteColumn<T>.IS(value: KQLiteColumn<out T>): Clause.Expression
infix fun KQLiteColumn<*>.IS(selectStatement: SelectStatement<*>): Clause.Expression