Skip to content

Commit

Permalink
支持聚合算子作为函数名
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsff committed Oct 16, 2024
1 parent a9138d3 commit 4514c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ floor_operator: FLOOR;
ceiling_operator: CEIL|CEILING;

function_expr : function_name left_paren function_args? right_paren;
function_name : identifier;
function_name : identifier | list_common_agg_name;
function_args : list_element_list;

lambda_expr : left_paren binary_lambda_args right_paren labmda_body_array value_expression;
Expand Down

0 comments on commit 4514c3b

Please sign in to comment.