-
Notifications
You must be signed in to change notification settings - Fork 139
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
Documentation Proposal for Nested
Function in WHERE Clause
#1640
Documentation Proposal for Nested
Function in WHERE Clause
#1640
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1640 +/- ##
=========================================
Coverage 97.16% 97.16%
Complexity 4120 4120
=========================================
Files 371 371
Lines 10373 10373
Branches 704 704
=========================================
Hits 10079 10079
Misses 287 287
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. |
afd664e
to
d26adf2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider removing section 2.1 - unless you want to continue to provide context on how filter push down works (or just refer to another architecture diagram).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider removing section 2.1 - unless you want to continue to provide context on how filter push down works (or just refer to another architecture diagram).
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
9a43b63
to
4fa0440
Compare
…ization strategy. Signed-off-by: forestmvey <[email protected]>
967da5b
* Adding documentation for nested function use in WHERE clause. Signed-off-by: forestmvey <[email protected]> * Revising sections based on PR feedback. Signed-off-by: forestmvey <[email protected]> * Adding link for flattening details and filling in section with normalization strategy. Signed-off-by: forestmvey <[email protected]> --------- Signed-off-by: forestmvey <[email protected]> (cherry picked from commit 93c7a5f)
* Adding documentation for nested function use in WHERE clause. Signed-off-by: forestmvey <[email protected]> * Revising sections based on PR feedback. Signed-off-by: forestmvey <[email protected]> * Adding link for flattening details and filling in section with normalization strategy. Signed-off-by: forestmvey <[email protected]> --------- Signed-off-by: forestmvey <[email protected]> (cherry picked from commit 93c7a5f)
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]> Co-authored-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]> Co-authored-by: forestmvey <[email protected]>
…rch-project#1640) * Adding documentation for nested function use in WHERE clause. Signed-off-by: forestmvey <[email protected]> * Revising sections based on PR feedback. Signed-off-by: forestmvey <[email protected]> * Adding link for flattening details and filling in section with normalization strategy. Signed-off-by: forestmvey <[email protected]> --------- Signed-off-by: forestmvey <[email protected]>
…rch-project#1640) * Adding documentation for nested function use in WHERE clause. Signed-off-by: forestmvey <[email protected]> * Revising sections based on PR feedback. Signed-off-by: forestmvey <[email protected]> * Adding link for flattening details and filling in section with normalization strategy. Signed-off-by: forestmvey <[email protected]> --------- Signed-off-by: forestmvey <[email protected]> Signed-off-by: Mitchell Gale <[email protected]>
Description
Add documentation for
nested
function use inWHERE
clause of an SQL statement. Document covers two syntax options brought forward from legacy engine. Work on implementation is WIP but should align with this added documentation.Syntax Options:
nested(path, condition)
nested(field, field | path) OPERATOR LITERAL
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.