-
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
Add Nested Function Support In SELECT Clause #1490
Add Nested Function Support In SELECT Clause #1490
Commits on Apr 10, 2023
-
Adding nested function support in SELECT clause.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 3f02344 - Browse repository at this point
Copy the full SHA 3f02344View commit details -
Fixing flakey tests for UnnestOperator.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 2774934 - Browse repository at this point
Copy the full SHA 2774934View commit details -
Simplifying flattening logic. Removed nested function classes making …
…nested a generic function. Updating nested to use function name as column name differing from legacy implementation. Adding IT tests to cover additional non-nested type cases. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 5aa7a3f - Browse repository at this point
Copy the full SHA 5aa7a3fView commit details -
Fixing bug for missing collection values not showing as null.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 20a4cb3 - Browse repository at this point
Copy the full SHA 20a4cb3View commit details -
Adding comments and updating visit functions for nested.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 2552ca0 - Browse repository at this point
Copy the full SHA 2552ca0View commit details -
Adding exception error messages to analyzer tests for Nested function.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 1fe7c12 - Browse repository at this point
Copy the full SHA 1fe7c12View commit details -
Fix filter push down with nested push down with added IT and UT tests…
…. Add comments to clarify implementation. Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 9ae39a1 - Browse repository at this point
Copy the full SHA 9ae39a1View commit details -
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for 77fbd0e - Browse repository at this point
Copy the full SHA 77fbd0eView commit details
Commits on Apr 11, 2023
-
Adding explain and test for Nested.
Signed-off-by: forestmvey <forestv@bitquilltech.com>
Configuration menu - View commit details
-
Copy full SHA for fcb3558 - Browse repository at this point
Copy the full SHA fcb3558View commit details