Is there a way to get fields from expression? #331
Unanswered
jiachengxu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Possible. Use https://github.com/antonmedv/expr/blob/master/docs/Visitor-and-Patch.md |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example,
the expression:
foo.boo + foo.foo.boo
get fields which are mentioned in the expression:
["foo.boo", "foo.foo.boo" ]
Beta Was this translation helpful? Give feedback.
All reactions