docs-v2/content/flux/v0.x/stdlib/array/_index.md

33 lines
823 B
Markdown

---
title: Flux array package
list_title: array package
description: >
The Flux `array` package provides functions for building tables from Flux arrays.
Import the `array` package.
aliases:
- /influxdb/v2.0/reference/flux/stdlib/experimental/array/
- /influxdb/cloud/reference/flux/stdlib/experimental/array/
- /influxdb/v2.0/reference/flux/stdlib/array/
- /influxdb/cloud/reference/flux/stdlib/array/
menu:
flux_0_x_ref:
name: array
parent: Standard library
weight: 11
flux/v0.x/tags: [functions, array, package, table]
cascade:
related:
- /flux/v0.x/data-types/composite/array/
introduced: 0.103.0
---
Flux `array` functions provide tools for building tables from Flux arrays.
Import the `array` package:
```js
import "array"
```
## Functions
{{< children type="functions" show="pages" >}}