hotfix: removed influxql tracking issue links to private repo
parent
d59534b830
commit
7c550ce9c8
|
@ -35,14 +35,14 @@ InfluxQL features.
|
|||
InfluxQL in {{< product-name >}} does not currently support the time zone clause,
|
||||
which applies a time zone offset to UTC timestamps in query results.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) -->
|
||||
|
||||
### Subqueries
|
||||
|
||||
InfluxQL in {{< product-name >}} does not currently support subqueries, which
|
||||
let you query data from the results of another InfluxQL query.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6897](https://github.com/influxdata/influxdb_iox/issues/6897)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6897](https://github.com/influxdata/influxdb_iox/issues/6897) -->
|
||||
|
||||
### SLIMIT clause
|
||||
|
||||
|
@ -50,7 +50,7 @@ InfluxQL in {{< product-name >}} does not currently support the `SLIMIT` clause,
|
|||
which limits the number of [series](/influxdb/cloud-dedicated/reference/glossary/#series)
|
||||
returned in query results.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940) -->
|
||||
|
||||
### SOFFSET clause
|
||||
|
||||
|
@ -58,7 +58,7 @@ InfluxQL in {{< product-name >}} does not currently support the `SOFFSET` clause
|
|||
which specifies the number of [series](/influxdb/cloud-dedicated/reference/glossary/#series)
|
||||
to skip before returning results.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940) -->
|
||||
|
||||
### Metaqueries
|
||||
|
||||
|
@ -93,30 +93,38 @@ storage engine.
|
|||
|
||||
### Aggregate functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :---------------------------------------------------------------------------------------- | :----------------------: | :-------------------------------------------------------------------------- |
|
||||
| [COUNT()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#count) | **{{< icon "check" >}}** | |
|
||||
| [DISTINCT()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#distinct) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">INTEGRAL()</span> | | [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937) |
|
||||
| [MEAN()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#mean) | **{{< icon "check" >}}** | |
|
||||
| [MEDIAN()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#median) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">MODE()</span> | | [influxdb_iox#7334](https://github.com/influxdata/influxdb_iox/issues/7334) |
|
||||
| <span style="opacity: .5;">SPREAD()</span> | | [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937) |
|
||||
| [STDDEV()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#stddev) | **{{< icon "check" >}}** | |
|
||||
| [SUM()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#sum) | **{{< icon "check" >}}** | |
|
||||
| Function | Supported |
|
||||
| :---------------------------------------------------------------------------------------- | :----------------------: |
|
||||
| [COUNT()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#count) | **{{< icon "check" >}}** |
|
||||
| [DISTINCT()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#distinct) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">INTEGRAL()</span> | |
|
||||
| [MEAN()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#mean) | **{{< icon "check" >}}** |
|
||||
| [MEDIAN()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#median) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">MODE()</span> | |
|
||||
| <span style="opacity: .5;">SPREAD()</span> | |
|
||||
| [STDDEV()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#stddev) | **{{< icon "check" >}}** |
|
||||
| [SUM()](/influxdb/cloud-dedicated/reference/influxql/functions/aggregates/#sum) | **{{< icon "check" >}}** |
|
||||
|
||||
<!--
|
||||
INTEGRAL [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937)
|
||||
MODE [influxdb_iox#7334](https://github.com/influxdata/influxdb_iox/issues/7334)
|
||||
SPREAD [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937)
|
||||
-->
|
||||
|
||||
### Selector functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :------------------------------------------------------------------------------------------- | :----------------------: | :-------------------------------------------------------------------------- |
|
||||
| [BOTTOM()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#bottom) | **{{< icon "check" >}}** | |
|
||||
| [FIRST()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#first) | **{{< icon "check" >}}** | |
|
||||
| [LAST()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#last) | **{{< icon "check" >}}** | |
|
||||
| [MAX()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#max) | **{{< icon "check" >}}** | |
|
||||
| [MIN()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#min) | **{{< icon "check" >}}** | |
|
||||
| [PERCENTILE()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#percentile) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">SAMPLE()</span> | | [influxdb_iox#6935](https://github.com/influxdata/influxdb_iox/issues/6935) |
|
||||
| [TOP()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#top) | **{{< icon "check" >}}** | |
|
||||
| Function | Supported |
|
||||
| :------------------------------------------------------------------------------------------- | :----------------------: |
|
||||
| [BOTTOM()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#bottom) | **{{< icon "check" >}}** |
|
||||
| [FIRST()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#first) | **{{< icon "check" >}}** |
|
||||
| [LAST()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#last) | **{{< icon "check" >}}** |
|
||||
| [MAX()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#max) | **{{< icon "check" >}}** |
|
||||
| [MIN()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#min) | **{{< icon "check" >}}** |
|
||||
| [PERCENTILE()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#percentile) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">SAMPLE()</span> | |
|
||||
| [TOP()](/influxdb/cloud-dedicated/reference/influxql/functions/selectors/#top) | **{{< icon "check" >}}** |
|
||||
|
||||
<!-- SAMPLE() [influxdb_iox#6935](https://github.com/influxdata/influxdb_iox/issues/6935) -->
|
||||
|
||||
### Transformations
|
||||
|
||||
|
@ -148,31 +156,37 @@ storage engine.
|
|||
| [SQRT()](/influxdb/cloud-dedicated/reference/influxql/functions/transformations/#sqrt) | **{{< icon "check" >}}** | |
|
||||
| [TAN()](/influxdb/cloud-dedicated/reference/influxql/functions/transformations/#tan) | **{{< icon "check" >}}** | |
|
||||
|
||||
<!-- ELAPSED() [influxdb_iox#6934](https://github.com/influxdata/influxdb_iox/issues/6934) -->
|
||||
|
||||
### Technical and predictive analysis
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :-------------------------------------------------------------------- | :-------: | :-------------------------------------------------------------------------- |
|
||||
| <span style="opacity: .5;">CHANDE_MOMENTUM_OSCILLATOR()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">DOUBLE_EXPONENTIAL_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">EXPONENTIAL_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS_WITH_FIT()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">KAUFMANS_EFFICIENCY_RATIO()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">KAUFMANS_ADAPTIVE_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">RELATIVE_STRENGTH_INDEX()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_DERIVATIVE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| Function | Supported |
|
||||
| :-------------------------------------------------------------------- | :-------: |
|
||||
| <span style="opacity: .5;">CHANDE_MOMENTUM_OSCILLATOR()</span> | |
|
||||
| <span style="opacity: .5;">DOUBLE_EXPONENTIAL_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">EXPONENTIAL_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS()</span> | |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS_WITH_FIT()</span> | |
|
||||
| <span style="opacity: .5;">KAUFMANS_EFFICIENCY_RATIO()</span> | |
|
||||
| <span style="opacity: .5;">KAUFMANS_ADAPTIVE_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">RELATIVE_STRENGTH_INDEX()</span> | |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_DERIVATIVE()</span> | |
|
||||
|
||||
<!-- All technical analysis functions [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) -->
|
||||
|
||||
### Date and time functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :------------------------------------------------------------------------------- | :----------------------: | :-------------------------------------------------------------------------- |
|
||||
| [now()](/influxdb/cloud-dedicated/reference/influxql/functions/date-time/#now) | **{{< icon "check" >}}** | |
|
||||
| [time()](/influxdb/cloud-dedicated/reference/influxql/functions/date-time/#time) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">tz()</span> | | [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) |
|
||||
| Function | Supported |
|
||||
| :------------------------------------------------------------------------------- | :----------------------: |
|
||||
| [now()](/influxdb/cloud-dedicated/reference/influxql/functions/date-time/#now) | **{{< icon "check" >}}** |
|
||||
| [time()](/influxdb/cloud-dedicated/reference/influxql/functions/date-time/#time) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">tz()</span> | |
|
||||
|
||||
<!-- tz() [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) -->
|
||||
|
||||
### Miscellaneous functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :-------------------------------------------------------------------------- | :----------------------: | :------------- |
|
||||
| [fill()](/influxdb/cloud-dedicated/reference/influxql/functions/misc/#fill) | **{{< icon "check" >}}** | |
|
||||
| Function | Supported |
|
||||
| :-------------------------------------------------------------------------- | :----------------------: |
|
||||
| [fill()](/influxdb/cloud-dedicated/reference/influxql/functions/misc/#fill) | **{{< icon "check" >}}** |
|
||||
|
|
|
@ -35,14 +35,14 @@ InfluxQL features.
|
|||
InfluxQL in {{< product-name >}} does not currently support the time zone clause,
|
||||
which applies a time zone offset to UTC timestamps in query results.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) -->
|
||||
|
||||
### Subqueries
|
||||
|
||||
InfluxQL in {{< product-name >}} does not currently support subqueries, which
|
||||
let you query data from the results of another InfluxQL query.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6897](https://github.com/influxdata/influxdb_iox/issues/6897)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6897](https://github.com/influxdata/influxdb_iox/issues/6897) -->
|
||||
|
||||
### SLIMIT clause
|
||||
|
||||
|
@ -50,7 +50,7 @@ InfluxQL in {{< product-name >}} does not currently support the `SLIMIT` clause,
|
|||
which limits the number of [series](/influxdb/cloud-serverless/reference/glossary/#series)
|
||||
returned in query results.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940) -->
|
||||
|
||||
### SOFFSET clause
|
||||
|
||||
|
@ -58,7 +58,7 @@ InfluxQL in {{< product-name >}} does not currently support the `SOFFSET` clause
|
|||
which specifies the number of [series](/influxdb/cloud-serverless/reference/glossary/#series)
|
||||
to skip before returning results.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940) -->
|
||||
|
||||
### Metaqueries
|
||||
|
||||
|
@ -85,7 +85,7 @@ The following table provides information about what metaqueries are available in
|
|||
|
||||
With the InfluxDB 3.0 storage engine, series cardinality is no longer a limiting
|
||||
factor for database performance.
|
||||
Cardinality-related metaqueries will likely not be supported with the IOx
|
||||
Cardinality-related metaqueries will likely not be supported with the InfluxDB 3.0
|
||||
storage engine.
|
||||
{{% /note %}}
|
||||
|
||||
|
@ -93,30 +93,38 @@ storage engine.
|
|||
|
||||
### Aggregate functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :----------------------------------------------------------------------------------------- | :----------------------: | :-------------------------------------------------------------------------- |
|
||||
| [COUNT()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#count) | **{{< icon "check" >}}** | |
|
||||
| [DISTINCT()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#distinct) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">INTEGRAL()</span> | | [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937) |
|
||||
| [MEAN()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#mean) | **{{< icon "check" >}}** | |
|
||||
| [MEDIAN()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#median) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">MODE()</span> | | [influxdb_iox#7334](https://github.com/influxdata/influxdb_iox/issues/7334) |
|
||||
| <span style="opacity: .5;">SPREAD()</span> | | [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937) |
|
||||
| [STDDEV()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#stddev) | **{{< icon "check" >}}** | |
|
||||
| [SUM()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#sum) | **{{< icon "check" >}}** | |
|
||||
| Function | Supported |
|
||||
| :----------------------------------------------------------------------------------------- | :----------------------: |
|
||||
| [COUNT()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#count) | **{{< icon "check" >}}** |
|
||||
| [DISTINCT()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#distinct) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">INTEGRAL()</span> | |
|
||||
| [MEAN()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#mean) | **{{< icon "check" >}}** |
|
||||
| [MEDIAN()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#median) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">MODE()</span> | |
|
||||
| <span style="opacity: .5;">SPREAD()</span> | |
|
||||
| [STDDEV()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#stddev) | **{{< icon "check" >}}** |
|
||||
| [SUM()](/influxdb/cloud-serverless/reference/influxql/functions/aggregates/#sum) | **{{< icon "check" >}}** |
|
||||
|
||||
<!--
|
||||
INTEGRAL [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937)
|
||||
MODE [influxdb_iox#7334](https://github.com/influxdata/influxdb_iox/issues/7334)
|
||||
SPREAD [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937)
|
||||
-->
|
||||
|
||||
### Selector functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :-------------------------------------------------------------------------------------------- | :----------------------: | :-------------------------------------------------------------------------- |
|
||||
| [BOTTOM()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#bottom) | **{{< icon "check" >}}** | |
|
||||
| [FIRST()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#first) | **{{< icon "check" >}}** | |
|
||||
| [LAST()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#last) | **{{< icon "check" >}}** | |
|
||||
| [MAX()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#max) | **{{< icon "check" >}}** | |
|
||||
| [MIN()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#min) | **{{< icon "check" >}}** | |
|
||||
| [PERCENTILE()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#percentile) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">SAMPLE()</span> | | [influxdb_iox#6935](https://github.com/influxdata/influxdb_iox/issues/6935) |
|
||||
| [TOP()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#top) | **{{< icon "check" >}}** | |
|
||||
| Function | Supported |
|
||||
| :-------------------------------------------------------------------------------------------- | :----------------------: |
|
||||
| [BOTTOM()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#bottom) | **{{< icon "check" >}}** |
|
||||
| [FIRST()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#first) | **{{< icon "check" >}}** |
|
||||
| [LAST()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#last) | **{{< icon "check" >}}** |
|
||||
| [MAX()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#max) | **{{< icon "check" >}}** |
|
||||
| [MIN()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#min) | **{{< icon "check" >}}** |
|
||||
| [PERCENTILE()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#percentile) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">SAMPLE()</span> | |
|
||||
| [TOP()](/influxdb/cloud-serverless/reference/influxql/functions/selectors/#top) | **{{< icon "check" >}}** |
|
||||
|
||||
<!-- SAMPLE() [influxdb_iox#6935](https://github.com/influxdata/influxdb_iox/issues/6935) -->
|
||||
|
||||
### Transformations
|
||||
|
||||
|
@ -148,31 +156,37 @@ storage engine.
|
|||
| [SQRT()](/influxdb/cloud-serverless/reference/influxql/functions/transformations/#sqrt) | **{{< icon "check" >}}** | |
|
||||
| [TAN()](/influxdb/cloud-serverless/reference/influxql/functions/transformations/#tan) | **{{< icon "check" >}}** | |
|
||||
|
||||
<!-- ELAPSED() [influxdb_iox#6934](https://github.com/influxdata/influxdb_iox/issues/6934) -->
|
||||
|
||||
### Technical and predictive analysis
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :-------------------------------------------------------------------- | :-------: | :-------------------------------------------------------------------------- |
|
||||
| <span style="opacity: .5;">CHANDE_MOMENTUM_OSCILLATOR()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">DOUBLE_EXPONENTIAL_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">EXPONENTIAL_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS_WITH_FIT()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">KAUFMANS_EFFICIENCY_RATIO()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">KAUFMANS_ADAPTIVE_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">RELATIVE_STRENGTH_INDEX()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_DERIVATIVE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| Function | Supported |
|
||||
| :-------------------------------------------------------------------- | :-------: |
|
||||
| <span style="opacity: .5;">CHANDE_MOMENTUM_OSCILLATOR()</span> | |
|
||||
| <span style="opacity: .5;">DOUBLE_EXPONENTIAL_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">EXPONENTIAL_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS()</span> | |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS_WITH_FIT()</span> | |
|
||||
| <span style="opacity: .5;">KAUFMANS_EFFICIENCY_RATIO()</span> | |
|
||||
| <span style="opacity: .5;">KAUFMANS_ADAPTIVE_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">RELATIVE_STRENGTH_INDEX()</span> | |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_DERIVATIVE()</span> | |
|
||||
|
||||
<!-- All technical analysis functions [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) -->
|
||||
|
||||
### Date and time functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :-------------------------------------------------------------------------------- | :----------------------: | :-------------------------------------------------------------------------- |
|
||||
| [now()](/influxdb/cloud-serverless/reference/influxql/functions/date-time/#now) | **{{< icon "check" >}}** | |
|
||||
| [time()](/influxdb/cloud-serverless/reference/influxql/functions/date-time/#time) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">tz()</span> | | [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) |
|
||||
| Function | Supported |
|
||||
| :-------------------------------------------------------------------------------- | :----------------------: |
|
||||
| [now()](/influxdb/cloud-serverless/reference/influxql/functions/date-time/#now) | **{{< icon "check" >}}** |
|
||||
| [time()](/influxdb/cloud-serverless/reference/influxql/functions/date-time/#time) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">tz()</span> | |
|
||||
|
||||
<!-- tz() [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) -->
|
||||
|
||||
### Miscellaneous functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :--------------------------------------------------------------------------- | :----------------------: | :------------- |
|
||||
| [fill()](/influxdb/cloud-serverless/reference/influxql/functions/misc/#fill) | **{{< icon "check" >}}** | |
|
||||
| Function | Supported |
|
||||
| :--------------------------------------------------------------------------- | :----------------------: |
|
||||
| [fill()](/influxdb/cloud-serverless/reference/influxql/functions/misc/#fill) | **{{< icon "check" >}}** |
|
||||
|
|
|
@ -35,14 +35,14 @@ InfluxQL features.
|
|||
InfluxQL in {{< product-name >}} does not currently support the time zone clause,
|
||||
which applies a time zone offset to UTC timestamps in query results.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) -->
|
||||
|
||||
### Subqueries
|
||||
|
||||
InfluxQL in {{< product-name >}} does not currently support subqueries, which
|
||||
let you query data from the results of another InfluxQL query.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6897](https://github.com/influxdata/influxdb_iox/issues/6897)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6897](https://github.com/influxdata/influxdb_iox/issues/6897) -->
|
||||
|
||||
### SLIMIT clause
|
||||
|
||||
|
@ -50,7 +50,7 @@ InfluxQL in {{< product-name >}} does not currently support the `SLIMIT` clause,
|
|||
which limits the number of [series](/influxdb/clustered/reference/glossary/#series)
|
||||
returned in query results.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940) -->
|
||||
|
||||
### SOFFSET clause
|
||||
|
||||
|
@ -58,7 +58,7 @@ InfluxQL in {{< product-name >}} does not currently support the `SOFFSET` clause
|
|||
which specifies the number of [series](/influxdb/clustered/reference/glossary/#series)
|
||||
to skip before returning results.
|
||||
|
||||
**Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940)
|
||||
<!-- **Tracking issue**: [influxdb_iox#6940](https://github.com/influxdata/influxdb_iox/issues/6940) -->
|
||||
|
||||
### Metaqueries
|
||||
|
||||
|
@ -93,30 +93,38 @@ storage engine.
|
|||
|
||||
### Aggregate functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :---------------------------------------------------------------------------------- | :----------------------: | :-------------------------------------------------------------------------- |
|
||||
| [COUNT()](/influxdb/clustered/reference/influxql/functions/aggregates/#count) | **{{< icon "check" >}}** | |
|
||||
| [DISTINCT()](/influxdb/clustered/reference/influxql/functions/aggregates/#distinct) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">INTEGRAL()</span> | | [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937) |
|
||||
| [MEAN()](/influxdb/clustered/reference/influxql/functions/aggregates/#mean) | **{{< icon "check" >}}** | |
|
||||
| [MEDIAN()](/influxdb/clustered/reference/influxql/functions/aggregates/#median) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">MODE()</span> | | [influxdb_iox#7334](https://github.com/influxdata/influxdb_iox/issues/7334) |
|
||||
| <span style="opacity: .5;">SPREAD()</span> | | [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937) |
|
||||
| [STDDEV()](/influxdb/clustered/reference/influxql/functions/aggregates/#stddev) | **{{< icon "check" >}}** | |
|
||||
| [SUM()](/influxdb/clustered/reference/influxql/functions/aggregates/#sum) | **{{< icon "check" >}}** | |
|
||||
| Function | Supported |
|
||||
| :---------------------------------------------------------------------------------- | :----------------------: |
|
||||
| [COUNT()](/influxdb/clustered/reference/influxql/functions/aggregates/#count) | **{{< icon "check" >}}** |
|
||||
| [DISTINCT()](/influxdb/clustered/reference/influxql/functions/aggregates/#distinct) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">INTEGRAL()</span> | |
|
||||
| [MEAN()](/influxdb/clustered/reference/influxql/functions/aggregates/#mean) | **{{< icon "check" >}}** |
|
||||
| [MEDIAN()](/influxdb/clustered/reference/influxql/functions/aggregates/#median) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">MODE()</span> | |
|
||||
| <span style="opacity: .5;">SPREAD()</span> | |
|
||||
| [STDDEV()](/influxdb/clustered/reference/influxql/functions/aggregates/#stddev) | **{{< icon "check" >}}** |
|
||||
| [SUM()](/influxdb/clustered/reference/influxql/functions/aggregates/#sum) | **{{< icon "check" >}}** |
|
||||
|
||||
<!--
|
||||
INTEGRAL [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937)
|
||||
MODE [influxdb_iox#7334](https://github.com/influxdata/influxdb_iox/issues/7334)
|
||||
SPREAD [influxdb_iox#6937](https://github.com/influxdata/influxdb_iox/issues/6937)
|
||||
-->
|
||||
|
||||
### Selector functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :------------------------------------------------------------------------------------- | :----------------------: | :-------------------------------------------------------------------------- |
|
||||
| [BOTTOM()](/influxdb/clustered/reference/influxql/functions/selectors/#bottom) | **{{< icon "check" >}}** | |
|
||||
| [FIRST()](/influxdb/clustered/reference/influxql/functions/selectors/#first) | **{{< icon "check" >}}** | |
|
||||
| [LAST()](/influxdb/clustered/reference/influxql/functions/selectors/#last) | **{{< icon "check" >}}** | |
|
||||
| [MAX()](/influxdb/clustered/reference/influxql/functions/selectors/#max) | **{{< icon "check" >}}** | |
|
||||
| [MIN()](/influxdb/clustered/reference/influxql/functions/selectors/#min) | **{{< icon "check" >}}** | |
|
||||
| [PERCENTILE()](/influxdb/clustered/reference/influxql/functions/selectors/#percentile) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">SAMPLE()</span> | | [influxdb_iox#6935](https://github.com/influxdata/influxdb_iox/issues/6935) |
|
||||
| [TOP()](/influxdb/clustered/reference/influxql/functions/selectors/#top) | **{{< icon "check" >}}** | |
|
||||
| Function | Supported |
|
||||
| :------------------------------------------------------------------------------------- | :----------------------: |
|
||||
| [BOTTOM()](/influxdb/clustered/reference/influxql/functions/selectors/#bottom) | **{{< icon "check" >}}** |
|
||||
| [FIRST()](/influxdb/clustered/reference/influxql/functions/selectors/#first) | **{{< icon "check" >}}** |
|
||||
| [LAST()](/influxdb/clustered/reference/influxql/functions/selectors/#last) | **{{< icon "check" >}}** |
|
||||
| [MAX()](/influxdb/clustered/reference/influxql/functions/selectors/#max) | **{{< icon "check" >}}** |
|
||||
| [MIN()](/influxdb/clustered/reference/influxql/functions/selectors/#min) | **{{< icon "check" >}}** |
|
||||
| [PERCENTILE()](/influxdb/clustered/reference/influxql/functions/selectors/#percentile) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">SAMPLE()</span> | |
|
||||
| [TOP()](/influxdb/clustered/reference/influxql/functions/selectors/#top) | **{{< icon "check" >}}** |
|
||||
|
||||
<!-- SAMPLE() [influxdb_iox#6935](https://github.com/influxdata/influxdb_iox/issues/6935) -->
|
||||
|
||||
### Transformations
|
||||
|
||||
|
@ -148,31 +156,37 @@ storage engine.
|
|||
| [SQRT()](/influxdb/clustered/reference/influxql/functions/transformations/#sqrt) | **{{< icon "check" >}}** | |
|
||||
| [TAN()](/influxdb/clustered/reference/influxql/functions/transformations/#tan) | **{{< icon "check" >}}** | |
|
||||
|
||||
<!-- ELAPSED() [influxdb_iox#6934](https://github.com/influxdata/influxdb_iox/issues/6934) -->
|
||||
|
||||
### Technical and predictive analysis
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :-------------------------------------------------------------------- | :-------: | :-------------------------------------------------------------------------- |
|
||||
| <span style="opacity: .5;">CHANDE_MOMENTUM_OSCILLATOR()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">DOUBLE_EXPONENTIAL_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">EXPONENTIAL_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS_WITH_FIT()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">KAUFMANS_EFFICIENCY_RATIO()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">KAUFMANS_ADAPTIVE_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">RELATIVE_STRENGTH_INDEX()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_MOVING_AVERAGE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_DERIVATIVE()</span> | | [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) |
|
||||
| Function | Supported |
|
||||
| :-------------------------------------------------------------------- | :-------: |
|
||||
| <span style="opacity: .5;">CHANDE_MOMENTUM_OSCILLATOR()</span> | |
|
||||
| <span style="opacity: .5;">DOUBLE_EXPONENTIAL_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">EXPONENTIAL_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS()</span> | |
|
||||
| <span style="opacity: .5;">HOLT_WINTERS_WITH_FIT()</span> | |
|
||||
| <span style="opacity: .5;">KAUFMANS_EFFICIENCY_RATIO()</span> | |
|
||||
| <span style="opacity: .5;">KAUFMANS_ADAPTIVE_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">RELATIVE_STRENGTH_INDEX()</span> | |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_MOVING_AVERAGE()</span> | |
|
||||
| <span style="opacity: .5;">TRIPLE_EXPONENTIAL_DERIVATIVE()</span> | |
|
||||
|
||||
<!-- All technical analysis functions [influxdb_iox#6939](https://github.com/influxdata/influxdb_iox/issues/6939) -->
|
||||
|
||||
### Date and time functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :------------------------------------------------------------------------- | :----------------------: | :-------------------------------------------------------------------------- |
|
||||
| [now()](/influxdb/clustered/reference/influxql/functions/date-time/#now) | **{{< icon "check" >}}** | |
|
||||
| [time()](/influxdb/clustered/reference/influxql/functions/date-time/#time) | **{{< icon "check" >}}** | |
|
||||
| <span style="opacity: .5;">tz()</span> | | [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) |
|
||||
| Function | Supported |
|
||||
| :------------------------------------------------------------------------- | :----------------------: |
|
||||
| [now()](/influxdb/clustered/reference/influxql/functions/date-time/#now) | **{{< icon "check" >}}** |
|
||||
| [time()](/influxdb/clustered/reference/influxql/functions/date-time/#time) | **{{< icon "check" >}}** |
|
||||
| <span style="opacity: .5;">tz()</span> | |
|
||||
|
||||
<!-- tz() [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) -->
|
||||
|
||||
### Miscellaneous functions
|
||||
|
||||
| Function | Supported | Tracking Issue |
|
||||
| :-------------------------------------------------------------------- | :----------------------: | :------------- |
|
||||
| [fill()](/influxdb/clustered/reference/influxql/functions/misc/#fill) | **{{< icon "check" >}}** | |
|
||||
| Function | Supported |
|
||||
| :-------------------------------------------------------------------- | :----------------------: |
|
||||
| [fill()](/influxdb/clustered/reference/influxql/functions/misc/#fill) | **{{< icon "check" >}}** |
|
||||
|
|
Loading…
Reference in New Issue