GT

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