Replies: 1 comment
-
@Jacky56 That's an interesting idea, thanks for sharing. Your use case is something I've personally experienced a lot in my own projects. I hadn't considered using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
dumb idea but let me present you a problem:
Assume that you have multiple metrics to filter by and you need to adjust your
where
statements according to the parameters given:example:
Now I suggest a
WhereTemplate
, which effectively is aWhere
object buttrue
, this will shrink down the conditional statements considering the filters are notand
typesexample:
Note that I am still relatively new to this Piccolo, so if there's a piccolo way of creating where statements, I am all ears.
Beta Was this translation helpful? Give feedback.
All reactions