Skip to content

Commit 6a01e21

Browse files
committed
add proto only
Signed-off-by: jayzhan211 <[email protected]>
1 parent 8ea835c commit 6a01e21

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

datafusion/proto/proto/datafusion.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,12 @@ enum ScalarFunction {
563563
ArrayToString = 97;
564564
Cardinality = 98;
565565
TrimArray = 99;
566-
ArrayContains = 100;
567566
Encode = 101;
568567
Decode = 102;
569568
Cot = 103;
569+
ArrayHas = 104;
570+
ArrayHasAny = 105;
571+
ArrayHasAll = 106;
570572
}
571573

572574
message ScalarFunctionNode {

datafusion/proto/src/generated/pbjson.rs

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/proto/src/generated/prost.rs

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)