Files
doris/regression-test/data/nereids_syntax_p0/unary_binary_arithmetic.out
Kikyou1997 5b09d27d54 [feature-wip](nereids) Made decimal in nereids more complete (#15087)
1. Add IntegralDivide operator to support `DIV` semantics
2. Add more operator rewriter to keep expression type consistent between operators
3. Support the convertion between float type and decimal type.

After this PR, below cases could be executed normaly like the legacy optimizer:
  use test_query_db;
  select k1, k5,100000*k5 from test order by k1, k2, k3, k4;
  select avg(k9) as a from test group by k1 having a < 100.0 order by a;
2022-12-29 13:01:47 +08:00

53 lines
399 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !select --
4
-- !select --
\N
-- !select --
1
-- !select --
0
-- !select --
0
-- !select --
15
-- !select --
7
-- !select --
7
-- !select --
0
-- !select --
1
-- !select --
-1
-- !select --
-5
-- !select --
2
-- !select --
-8
-- !select --
-9
-- !select --
\N
-- !select --
-20000102