Replies: 1 comment 2 replies
-
Can you clarify the need/desire for It seems like it's pushing the boundaries of what a field reference is, since it includes a bunch of additional concepts like "simplified regex" and greedy versus non-greedy. Why can't we represent this operation as a function? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we have started to make reasonable progress on the type system, I'd love to start a discussion on the concepts outlined in the field references section of the specification:
https://substrait.io/expressions/field_references/
The sketched binary representation is here to better help people think through the concepts.
https://github.com/substrait-io/substrait/blob/main/binary/selection.proto
Beta Was this translation helpful? Give feedback.
All reactions