Exist the postgres functions array on Ash queries
To be specific, i need check if a list exist in another list, i can use a calculation and use fragments, but dont know if i can be used directly from Ash.Filter like
eq
or not_eq
postgres docs: https://www.postgresql.org/docs/current/functions-array.htmlPostgreSQL Documentation
9.19. Array Functions and Operators
9.19. Array Functions and Operators # Table 9.54 shows the specialized operators available for array types. In addition to those, the usual …
1 Reply
Nope, it requires fragments currently