spread() function

    • For columns with type float, the output is a float.

    Examples

    1. from(bucket: "example-bucket")
    2. |> filter(fn: (r) =>
    3. r._field == "usage_system"
    4. )

    Related articles