Commit 01827ab
Add statistical type aggregate functions, including autocorrelation, skewness, and linear regression (apache#17292)
1 parent fb12bfa commit 01827ab
29 files changed
Lines changed: 4438 additions & 4 deletions
File tree
- integration-test/src
- main/java/org/apache/iotdb/itbase/constant
- test/java/org/apache/iotdb
- db/it/aggregation
- relational/it/query/recent
- iotdb-core
- calc-commons/src/main/java/org/apache/iotdb/calc
- execution
- aggregation
- operator/source/relational/aggregation
- grouped
- utils/constant
- datanode/src/main/java/org/apache/iotdb/db
- queryengine
- execution/aggregation
- slidingwindow
- plan
- analyze
- parser
- planner/plan/parameter
- relational/metadata
- utils
- node-commons/src/main/java/org/apache/iotdb/commons
- queryengine/plan/udf
- udf/builtin/relational
- iotdb-protocol/thrift-commons/src/main/thrift
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
48 | 55 | | |
49 | 56 | | |
50 | 57 | | |
| |||
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
148 | 176 | | |
149 | 177 | | |
150 | 178 | | |
| |||
0 commit comments