-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15076/
-----------------------------------------------------------
Review request for drill.
Bugs: DRILL-202
https://issues.apache.org/jira/browse/DRILL-202
Repository: drill-git
Description
-------
Added min and max aggregate operators, following example of sum and count.
Added min
Diffs
-----
common/src/main/java/org/apache/drill/common/expression/OutputTypeDeterminer.java
ed227ec4a958077922bbcf943f5dcadc1b05686e
common/src/main/java/org/apache/drill/common/expression/fn/AggregationFunctions.java
5b46b786e0bad694669099ba59c8a3ce89e13b6f
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/agg/impl/MaxFunctions.java
PRE-CREATION
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/agg/impl/MinFunctions.java
PRE-CREATION
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/agg/impl/SumFunctions.java
57905fed5c7567475c43f3266a050be14b8af9fb
exec/ref/src/main/java/org/apache/drill/exec/ref/eval/fn/agg/MaxAggregator.java
PRE-CREATION
exec/ref/src/main/java/org/apache/drill/exec/ref/eval/fn/agg/MinAggregator.java
PRE-CREATION
Diff: https://reviews.apache.org/r/15076/diff/
Testing
-------
Thanks,
Tommy Guy