Commit d9a5ca9
Support Decimal32/64 types (apache#17501)
* Support Decimal32/64 types
* Fix bugs, tests, handle more aggregate functions and schema
* Fill out more parts in expr,common and expr-common
* Some stragglers and overlooked corners
* Actually commit the avg_distinct support
---------
Co-authored-by: Andrew Lamb <[email protected]>1 parent 80baff7 commit d9a5ca9
File tree
24 files changed
+2316
-140
lines changed- datafusion
- common/src
- scalar
- types
- core/tests/fuzz_cases
- expr-common/src
- type_coercion
- binary/tests
- expr/src
- logical_plan
- test
- type_coercion
- functions-aggregate-common/src
- aggregate/avg_distinct
- functions-aggregate/src
- proto-common/src
- from_proto
- to_proto
- sql/src/unparser
- test-utils/src/array_gen
24 files changed
+2316
-140
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
100 | 111 | | |
101 | 112 | | |
102 | 113 | | |
| |||
0 commit comments