package
0.195.1
Repository: https://github.com/influxcommunity/flux.git
Documentation: pkg.go.dev

# Functions

BooleanKey will construct a group key with the boolean type.
Booleans will construct an array of booleans.
FloatKey will construct a group key with the float type.
Floats will construct an array of floats.
IntKey will construct a group key with the integer type.
Ints will construct an array of integers.
StringKey will construct a group key with the string type.
StringKeys creates a TableList with the given key values.
Strings will construct an array of strings.
TimeKey will construct a group key with the given time using either a string or an integer.
Times will construct an array of times with the given time using either a string or an integer.
UintKey will construct a group key with the unsigned type.
Uints will construct an array of unsigned integers.

# Structs

No description provided by the author

# Interfaces

Column is the definition for how to construct a column for the table.
TableBuilder is used to construct a set of Tables.

# Type aliases

Table is a statically constructed table.
TableGroup will construct a group of Tables that have common values.
TableList will produce a Table using the template and each of the table builders.
TableMatrix will produce a set of Tables by producing the cross product of each of the TableBuilders with each other.