Skip to content

Commit

Permalink
[OPPRO-104] Support more cases of filter and its pushdown (facebookin…
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo authored and zhejiangxiaomai committed Jan 31, 2023
1 parent 5382867 commit 13040ff
Show file tree
Hide file tree
Showing 18 changed files with 2,074 additions and 311 deletions.
1 change: 1 addition & 0 deletions velox/functions/prestosql/aggregates/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ add_library(
MapAggregateBase.cpp
MapUnionAggregate.cpp
MinMaxAggregates.cpp
MinMaxAggregates.h
MinMaxByAggregates.cpp
CountAggregate.cpp
CountAggregate.h
Expand Down
7 changes: 1 addition & 6 deletions velox/functions/prestosql/aggregates/MinMaxAggregates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@
* limitations under the License.
*/

#include <limits>
#include "velox/exec/Aggregate.h"
#include "velox/exec/AggregationHook.h"
#include "velox/expression/FunctionSignature.h"
#include "velox/functions/prestosql/aggregates/MinMaxAggregates.h"
#include "velox/functions/prestosql/aggregates/AggregateNames.h"
#include "velox/functions/prestosql/aggregates/SimpleNumericAggregate.h"
#include "velox/functions/prestosql/aggregates/SingleValueAccumulator.h"

namespace facebook::velox::aggregate::prestosql {

Expand Down
Loading

0 comments on commit 13040ff

Please sign in to comment.