debug.null() function
debug.null()
returns the null value with a given type.
Function type signature
(?type: string) => A where A: Basic
Parameters
type
Null type.
Supported types:
- string
- bytes
- int
- uint
- float
- bool
- time
- duration
- regexp
Examples
Include null values in an ad hoc stream of tables
import "array"
import "internal/debug"
array.from(rows: [{a: 1, b: 2, c: 3}, {a: debug.null(type: "int"), b: 5, c: 6}])
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.