containedIn
fun ColumnDeclaring<Earth>.containedIn(expr: ColumnDeclaring<Cube>): CubeExpression<Boolean>(source)
Cube contained in operator, translated to the <@ operator in PostgreSQL.
fun ColumnDeclaring<HStore>.containedIn(expr: ColumnDeclaring<HStore>): HStoreExpression<Boolean>(source)
HStore contained-in operator, translated to the <@ operator in PostgreSQL.