Skip to content

Commit

Permalink
feat: type.struce
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Mar 23, 2023
1 parent 62871b7 commit 9556d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ message ExpandRel {
RelCommon common = 1;
Rel input = 2;
// The output of ExpandRel.
NamedStruct output = 3;
Type.Struct output = 3;

// A list of expression grouping that the aggregation measured should be calculated for.
repeated Grouping groupings = 4;
Expand Down

0 comments on commit 9556d7d

Please sign in to comment.