containedIn

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

Cube contained in operator, translated to the <@ operator in PostgreSQL.


HStore contained-in operator, translated to the <@ operator in PostgreSQL.