contains

@JvmName(name = "containsEarth")
fun ColumnDeclaring<Cube>.contains(argument: Earth): CubeExpression<Boolean>(source)

Cube contains operator, translated to the @> operator in PostgreSQL.


HStore contains operator, translated to the @> operator in PostgreSQL.