Skip to content

Commit

Permalink
buf format
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Jul 17, 2023
1 parent 43a3290 commit a7d172d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/expr.proto
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ message WindowFunction {
// Note: due to historic reasons, UserDefinedFunction is a oneof variant parallel to FunctionCall,
// while UserDefinedTableFunction is embedded as a field in TableFunction.


message UserDefinedFunction {
repeated ExprNode children = 1;
string name = 2;
Expand All @@ -400,7 +399,7 @@ message UserDefinedFunction {
// external function service only
string link = 5;
// An unique identifier for the function. Different kinds of UDF may handle this field differently.
// - For external UDF, it's the name of the function in the external function service.
// - For external UDF, it's the name of the function in the external function service.
// It doesn't need to be unique across different external function servers.
// - For wasm UDF, it's the name of the function stored in remote object store, and needs to be globally unique.
string identifier = 6;
Expand Down

0 comments on commit a7d172d

Please sign in to comment.