containsAny
fun ColumnDeclaring<HStore>.containsAny(expr: ColumnDeclaring<TextArray>): HStoreExpression<Boolean>(source)
HStore contains-any-keys operator, translated to the ?| operator in PostgreSQL.
HStore contains-any-keys operator, translated to the ?| operator in PostgreSQL.