contains
Cube contains operator, translated to the @> operator in PostgreSQL.
fun ColumnDeclaring<HStore>.contains(expr: ColumnDeclaring<HStore>): HStoreExpression<Boolean>(source)
HStore contains operator, translated to the @> operator in PostgreSQL.