Skip to content

Commit

Permalink
add proto only
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
  • Loading branch information
jayzhan211 committed Jul 18, 2023
1 parent 8ea835c commit 6a01e21
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 3 additions & 1 deletion datafusion/proto/proto/datafusion.proto
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,12 @@ enum ScalarFunction {
ArrayToString = 97;
Cardinality = 98;
TrimArray = 99;
ArrayContains = 100;
Encode = 101;
Decode = 102;
Cot = 103;
ArrayHas = 104;
ArrayHasAny = 105;
ArrayHasAll = 106;
}

message ScalarFunctionNode {
Expand Down
16 changes: 9 additions & 7 deletions datafusion/proto/src/generated/pbjson.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions datafusion/proto/src/generated/prost.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a01e21

Please sign in to comment.