Related to "Basic Types"
Work with booleans
A boolean type represents a truth value (true
or false
). Learn how to work with boolean data types in Flux.
Work with bytes types
A bytes type represents a sequence of byte values. Learn how to work with bytes data types in Flux.
Work with durations
A duration type represents a length of time with nanosecond precision Learn how to work with duration data types in Flux.
Work with strings
A string type represents a sequence of characters. Learn how to work with string data types in Flux.
Work with time types
A time type represents a single point in time with nanosecond precision. Learn how to work with time data types in Flux.
Work with floats
A float type represents a IEEE-754 64-bit floating-point number. Learn how to work with float types in Flux.
Work with integers
An integer type represents a signed 64-bit integer. Learn how to work with integer types in Flux.
Work with unsigned integers
An unsigned integer (uinteger) type represents a unsigned 64-bit integer. Learn how to work with unsigned integer types in Flux.
Work with null types
The null type represents a missing or unknown value. Learn how to work with null types in Flux.