-
Notifications
You must be signed in to change notification settings - Fork 447
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
[GLUTEN-6159][CH] Support array functions with lambda functions #6248
Conversation
Run Gluten Clickhouse CI |
49d2f58
to
d8ea7ee
Compare
Run Gluten Clickhouse CI |
namespace local_engine | ||
{ | ||
/// Refer to `PlannerActionsVisitorImpl::visitLambda` for how to build a lambda function node. | ||
class LambdaFunction : public FunctionParser |
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.
lambdaFunction.cpp is better.
d8ea7ee
to
86955e5
Compare
Run Gluten Clickhouse CI |
86955e5
to
05d74df
Compare
Run Gluten Clickhouse CI |
05d74df
to
b49fa22
Compare
Run Gluten Clickhouse CI |
b49fa22
to
d16d30e
Compare
Run Gluten Clickhouse CI |
d16d30e
to
44dfb08
Compare
Run Gluten Clickhouse CI |
44dfb08
to
1e20b5a
Compare
Run Gluten Clickhouse CI |
1e20b5a
to
3b61b87
Compare
Run Gluten Clickhouse CI |
3b61b87
to
719cd31
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
9368f99
to
ef973e0
Compare
Run Gluten Clickhouse CI |
ef973e0
to
4041339
Compare
Run Gluten Clickhouse CI |
LGTM |
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.
LGTM
What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
Fixes: #6159
support following array functions
How was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
unit tests
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)