hotfix: fix flux caption rendering
parent
acc155c90e
commit
4e75e9a906
|
|
@ -40,7 +40,9 @@ Neither input array is mutated and a new array is returned.
|
|||
(<-arr: [A], v: [A]) => [A]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,9 @@ a new array with only elements that match the predicate.
|
|||
(<-arr: [A], fn: (x: A) => bool) => [A]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ records must have the same keys and data types.
|
|||
(<-rows: [A]) => stream[A] where A: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,9 @@ and then returns a new array.
|
|||
(<-arr: [A], fn: (x: A) => B) => [B]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(a: int, b: int) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Both `a` and `b` are integers.
|
|||
(a: int, b: int) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Both `a` and `b` are integers.
|
|||
(a: int, b: int) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(a: int) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(a: int, b: int) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Both `a` and `b` are integers.
|
|||
(a: int, b: int) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(a: int, b: int) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(a: uint, b: uint) => uint
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(a: uint, b: uint) => uint
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Both `a` and `b` are unsigned integers.
|
|||
(a: uint, b: uint) => uint
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(a: uint) => uint
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(a: uint, b: uint) => uint
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Both `a` and `b` are unsigned integers.
|
|||
(a: uint, b: uint) => uint
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(a: uint, b: uint) => uint
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
) => stream[F] where A: Equatable, B: Equatable, D: Equatable, E: Equatable, F: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,9 @@ Output data is grouped by `_time` and includes the following columns of interest
|
|||
(<-table: stream[B], ?threshold: A) => stream[{C with level: string, _value_diff_med: D, _value_diff: D, _value: D}] where A: Comparable + Equatable, B: Record, D: Comparable + Divisible + Equatable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,9 @@ Output data includes the following columns:
|
|||
}] where A: Record, D: Divisible + Subtractable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,9 @@ For more information, see `alerta.alert()` parameters.
|
|||
) => (<-tables: stream[C]) => stream[{C with _sent: string}]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(v: string) => bytes
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(v: string) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ types to hexadecimal lowercase characters.
|
|||
(v: A) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(v: string) => uint
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,9 @@ For more information, see `servicenow.event()` parameters.
|
|||
) => (<-tables: stream[B]) => stream[{B with _sent: string}] where J: Equatable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,9 @@ ServiceNow Event API fields are described in
|
|||
) => int where B: Equatable, C: Equatable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,9 @@ TICKscript [`alert()`](/kapacitor/v1/reference/nodes/alert_node/).
|
|||
}] where E: Record, I: Record, M: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,9 @@ optionally applies an aggregate or selector function.
|
|||
(<-tables: B, as: string, ?column: A, ?fn: (<-: B, column: A) => stream[C]) => stream[D] where A: Equatable, C: Record, D: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -79,7 +79,9 @@ This function is comparable to [Kapacitor AlertNode deadman](/kapacitor/latest/n
|
|||
}] where E: Record, F: Record, L: Comparable + Equatable, M: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(id: A, name: B, ?type: C) => {tags: {}, _type: C, _check_name: B, _check_id: A}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,9 @@ This function is comparable to [Kapacitor QueryNode .groupBy](/kapacitor/latest/
|
|||
(<-tables: stream[A], columns: [string]) => stream[A] where A: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,9 @@ This function is comparable to [Kapacitor JoinNode](/kapacitor/latest/nodes/join
|
|||
(measurement: A, tables: B, ?on: [string]) => stream[{C with _measurement: A}] where B: Record, C: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,9 @@ query("SELECT f(x) AS y")
|
|||
(<-tables: B, as: string, ?column: A, ?fn: (<-: B, column: A) => stream[C]) => stream[D] where A: Equatable, C: Record, D: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,9 @@ query("SELECT f(x) AS y")
|
|||
) => stream[E] where B: Record, C: Record, D: Record, E: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,9 @@ For more information, see `victorops.event()` parameters.
|
|||
) => (<-tables: stream[B]) => stream[{B with _sent: string}]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,9 @@ For more information, see `zenoss.event()` parameters.
|
|||
) => (<-tables: stream[F]) => stream[{F with _sent: string}] where B: Equatable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
) => int where C: Equatable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,9 @@ For more information, see the `discord.send()` `content` parameter.
|
|||
) => (mapFn: (r: C) => {D with content: E}) => (<-tables: stream[C]) => stream[{C with _sent: string}]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,9 @@ This version of `from` is equivalent to `from() |> range()` in a single call.
|
|||
}]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,9 @@ returned by InfluxQL `SELECT` statements.
|
|||
) => stream[F] where A: Equatable, F: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
) => stream[C] where A: Stringable, B: Stringable, C: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(v: A) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(v: A) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(k: A, v: A) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(v: A) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(v: A) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(v: A) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(v: A) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,9 @@ All values are returned as string values (using `raw` mode in `csv.from`)
|
|||
) => stream[E] where A: Timeable, B: Stringable, C: Timeable, D: Stringable, E: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,9 @@ _For more information, see `bigpanda.sendAlert()` parameters._
|
|||
) => (mapFn: (r: B) => {C with status: D}) => (<-tables: stream[B]) => stream[{B with _sent: string}]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ BigPanda accepts one of ok, warning, or critical,.
|
|||
(level: string) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,9 @@ For more information, see `opsgenie.sendAlert`.
|
|||
) => (<-tables: stream[A]) => stream[{A with _sent: string}] where D: Stringable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ to a string-encoded JSON array that can be embedded in an alert message.
|
|||
(v: [string]) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
) => int where B: Stringable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,9 @@ For more information, see `sensu.event()` parameters.
|
|||
) => (<-tables: stream[B]) => stream[{B with _sent: string}] where D: Equatable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
) => int where C: Equatable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ by replacing non-alphanumeric characters (`[a-zA-Z0-9_.-]`) with underscores (`_
|
|||
(v: string) => string
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,9 @@ For more information, see `teams.message` parameters.
|
|||
) => (<-tables: stream[A]) => stream[{A with _sent: string}]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(text: string, title: A, url: string, ?summary: string) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,9 @@ See `telegram.message` parameters for more information.
|
|||
) => (<-tables: stream[C]) => stream[{C with _sent: string}]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,9 @@ using the [`sendMessage`](https://core.telegram.org/bots/api#sendmessage) method
|
|||
) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,9 @@ For more information, see `webexteams.message` parameters.
|
|||
) => (<-tables: stream[A]) => stream[{A with _sent: string}]
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,9 @@ using the [Webex messages API](https://developer.webex.com/docs/api/v1/messages/
|
|||
) => int
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,9 @@ See the example [below](#compared-to-similar-functions).
|
|||
) => stream[B] where A: Record, B: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,9 @@ returns a stream of tables.
|
|||
(?csv: string, ?file: string, ?mode: string) => stream[A] where A: Record
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(d: duration, to: A, ?location: {zone: string, offset: duration}) => time where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Last Friday is relative to `now()`. If today is Friday, the function returns bou
|
|||
() => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
|
|
@ -40,7 +40,9 @@ Last Monday is relative to `now()`. If today is Monday, the function returns bou
|
|||
() => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(?month_offset: int) => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Last Saturday is relative to `now()`. If today is Saturday, the function returns
|
|||
() => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Last Sunday is relative to `now()`. If today is Sunday, the function returns bou
|
|||
() => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Last Thursday is relative to `now()`. If today is Thursday, the function returns
|
|||
() => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Last Tuesday is relative to `now()`. If today is Tuesday, the function returns b
|
|||
() => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Last Wednesday is relative to `now()`. If today is Wednesday, the function retur
|
|||
() => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
|
|
@ -40,7 +40,9 @@ By default, weeks start on Monday.
|
|||
(?start_sunday: bool, ?week_offset: int) => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,9 @@ Yesterday is relative to `now()`.
|
|||
() => {stop: time, start: time}
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(t: A, ?location: {zone: string, offset: duration}) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Results range `from [0-999999]`.
|
|||
(t: A) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Results range from `[0-999]`.
|
|||
(t: A) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(t: A, ?location: {zone: string, offset: duration}) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(t: A, ?location: {zone: string, offset: duration}) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Results range from `[1 - 31]`.
|
|||
(t: A, ?location: {zone: string, offset: duration}) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Results range from `[0-999999999]`.
|
|||
(t: A) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(t: A, ?location: {zone: string, offset: duration}) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(d: duration, n: int) => duration
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(t: A) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(d: duration, from: A, ?location: {zone: string, offset: duration}) => time where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(t: A, ?location: {zone: string, offset: duration}) => time where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(t: A, unit: duration, ?location: {zone: string, offset: duration}) => time where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Results range from `[1 - 53]`.
|
|||
(t: A, ?location: {zone: string, offset: duration}) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,9 @@ Results range from `[0 - 6]`.
|
|||
(t: A, ?location: {zone: string, offset: duration}) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|||
(t: A, ?location: {zone: string, offset: duration}) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ Results can include leap days and range from `[1 - 366]`.
|
|||
(t: A, ?location: {zone: string, offset: duration}) => int where A: Timeable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ properties.
|
|||
(pairs: [{value: B, key: A}]) => [A:B] where A: Comparable
|
||||
```
|
||||
|
||||
{{% caption %}}For more information, see [Function type signatures](/flux/v0/function-type-signatures/).{{% /caption %}}
|
||||
{{% caption %}}
|
||||
For more information, see [Function type signatures](/flux/v0/function-type-signatures/).
|
||||
{{% /caption %}}
|
||||
|
||||
## Parameters
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue