Composing filter expressions
I'm trying to figure out how to reuse/compose (eg. apply a
I have a complex filter expression that looks like this:
and then another one that is:
(ie. it's just the
Is there a way to extract out the expression so I can do something like:
and
I don't think I can use a calculation because it's using
not) a complex expression that I use in filters.I have a complex filter expression that looks like this:
and then another one that is:
(ie. it's just the
not of the previous one)Is there a way to extract out the expression so I can do something like:
filter expr(processed)and
filter expr(not processed)I don't think I can use a calculation because it's using
visit which is a relationship