ash v1.6.3 Ash.Filter View Source
The representation of a filter in Ash.
Ash filters are stored as nested Ash.Filter.Expression{}
and %Ash.Filter.Not{}
structs,
terminating in a %Ash.Filter.Predicate{}
struct. An expression is simply a boolean operator
and the left and right hand side of that operator.
Link to this section Summary
Functions
Returns true if the second argument is a strict subset (always returns the same or less data) of the first
Link to this section Types
Specs
Link to this section Functions
Link to this function
filter_expression_by_relationship_path(filter, path, scope? \\ false)
View SourceReturns true if the second argument is a strict subset (always returns the same or less data) of the first