@@ -65,41 +65,37 @@ The following table provides information about what metaqueries are available in
65
65
66
66
### Aggregate functions
67
67
68
- | Function | Supported |
69
- | :---------------------------------------------------------------------------------------- | :----------------------: |
68
+ | Function | Supported |
69
+ | :-------------------------------------------------------------------------------- | :----------------------: |
70
70
| [ COUNT()] ( /influxdb/version/reference/influxql/functions/aggregates/#count ) | ** {{< icon "check" >}}** |
71
71
| [ DISTINCT()] ( /influxdb/version/reference/influxql/functions/aggregates/#distinct ) | ** {{< icon "check" >}}** |
72
- | < span style = " opacity : .5 ; " > INTEGRAL()</ span > | |
72
+ | [ INTEGRAL()] ( /influxdb/version/reference/influxql/functions/aggregates/#integral ) | ** {{< icon "check" >}} ** |
73
73
| [ MEAN()] ( /influxdb/version/reference/influxql/functions/aggregates/#mean ) | ** {{< icon "check" >}}** |
74
74
| [ MEDIAN()] ( /influxdb/version/reference/influxql/functions/aggregates/#median ) | ** {{< icon "check" >}}** |
75
75
| [ MODE()] ( /influxdb/version/reference/influxql/functions/aggregates/#mode ) | ** {{< icon "check" >}}** |
76
76
| [ SPREAD()] ( /influxdb/version/reference/influxql/functions/aggregates/#spread ) | ** {{< icon "check" >}}** |
77
77
| [ STDDEV()] ( /influxdb/version/reference/influxql/functions/aggregates/#stddev ) | ** {{< icon "check" >}}** |
78
78
| [ SUM()] ( /influxdb/version/reference/influxql/functions/aggregates/#sum ) | ** {{< icon "check" >}}** |
79
79
80
- <!--
81
- INTEGRAL [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937)
82
- -->
83
-
84
80
### Selector functions
85
81
86
- | Function | Supported |
87
- | :------------------------------------------------------------------------------------------- | :----------------------: |
82
+ | Function | Supported |
83
+ | :----------------------------------------------------------------------------------- | :----------------------: |
88
84
| [ BOTTOM()] ( /influxdb/version/reference/influxql/functions/selectors/#bottom ) | ** {{< icon "check" >}}** |
89
85
| [ FIRST()] ( /influxdb/version/reference/influxql/functions/selectors/#first ) | ** {{< icon "check" >}}** |
90
86
| [ LAST()] ( /influxdb/version/reference/influxql/functions/selectors/#last ) | ** {{< icon "check" >}}** |
91
87
| [ MAX()] ( /influxdb/version/reference/influxql/functions/selectors/#max ) | ** {{< icon "check" >}}** |
92
88
| [ MIN()] ( /influxdb/version/reference/influxql/functions/selectors/#min ) | ** {{< icon "check" >}}** |
93
89
| [ PERCENTILE()] ( /influxdb/version/reference/influxql/functions/selectors/#percentile ) | ** {{< icon "check" >}}** |
94
- | <span style =" opacity : .5 ;" >SAMPLE()</span > | |
90
+ | <span style =" opacity : .5 ;" >SAMPLE()</span > | |
95
91
| [ TOP()] ( /influxdb/version/reference/influxql/functions/selectors/#top ) | ** {{< icon "check" >}}** |
96
92
97
93
<!-- SAMPLE() [influxdb_iox#6935](https://github.com/influxdata/influxdb_iox/issues/6935) -->
98
94
99
95
### Transformations
100
96
101
- | Function | Supported |
102
- | :--------------------------------------------------------------------------------------------------------------------------- | :----------------------: |
97
+ | Function | Supported |
98
+ | :------------------------------------------------------------------------------------------------------------------- | :----------------------: |
103
99
| [ ABS()] ( /influxdb/version/reference/influxql/functions/transformations/#abs ) | ** {{< icon "check" >}}** |
104
100
| [ ACOS()] ( /influxdb/version/reference/influxql/functions/transformations/#acos ) | ** {{< icon "check" >}}** |
105
101
| [ ASIN()] ( /influxdb/version/reference/influxql/functions/transformations/#asin ) | ** {{< icon "check" >}}** |
0 commit comments