-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] P0 Nested Function Support #1111
Comments
Update 2023-04-25: Discussed this with Forest offline. @dai-chen I'd like to follow-up on this comment. As I understand it these two queries are to be equivalent
In particular, for
the result will be
What's the use case for the cartesian product behaviour? As an end-user, I'd expect |
Demo video for nested function use in SELECT clause. nested_select_clause_demo.mp4 |
Hi @dai-chen and @penghuo, A new rule is proposed in order to add a new node that is similar to
Options for grammar changes:
Option details:
Additional Context:Option 1: Option 2: Option 3: |
Phase 2 support: #1806 |
Is your feature request related to a problem?
The
nested
query is supported in the legacy engine and not the V2 engine. As Legacy engine is becoming deprecated we need to support this functionality in the V2 engine.Example:
What solution would you like?
Port over functionality for the
nested
query to the V2 engine with the same functionality as in Legacy.Release-Schedule
SELECT
clause supportDOT notation field support- Released: 1490- Released: 1773*
support as inner field, Example:nestedField.innerFields.*
WHERE
clause support; one syntax will be prioritized.Syntax:- Released: 1657nested(field | field, path) OPERATOR LITERAL
- Released: 1789ORDER BY
clause supportWhat alternatives have you considered?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: