We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb46ac commit 4b4bac5Copy full SHA for 4b4bac5
core/src/main/java/io/substrait/expression/Expression.java
@@ -940,6 +940,7 @@ public static AggregationInvocation fromProto(AggregateFunction.AggregationInvoc
940
}
941
942
enum AggregationPhase {
943
+ UNSPECIFIED(io.substrait.proto.AggregationPhase.AGGREGATION_PHASE_UNSPECIFIED),
944
INITIAL_TO_INTERMEDIATE(
945
io.substrait.proto.AggregationPhase.AGGREGATION_PHASE_INITIAL_TO_INTERMEDIATE),
946
INTERMEDIATE_TO_INTERMEDIATE(
0 commit comments