Increase the functionality of advanced materialized view This feature already supported by legacy planner with PR #19650 This PR implement it in Nereids. This PR implement the features as below: 1. Support multiple columns in aggregate function. eg: select sum(c1 + c2) from t1; 2. Supports complex expressions. eg: select abs(c1), sum(abc(c1+1) + 1) from t1; TODO: 1. Support adding where in materialized view
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
-- This file is automatically generated. You should know what you did if you want to edit this
|
|
-- !sql --
|
|
1 2020-05-30
|
|
|
|
-- !sql --
|
|
1 2020-05-30T11:11:11
|
|
|
|
-- !sql --
|
|
1 2020-05-30T11:11:11.111
|
|
|
|
-- !sql --
|
|
1 2020-05-30T11:11:11.111111
|
|
|