class
Base class defining a function invocation.
class
The base class for function definitions.
class
final class
Applies an aggregate or selector function (any function with a column parameter) to fixed windows of time.
final class
Constructs a table from an array of records.
final class
The columns() function lists the column labels of input tables.
final class
Counts the number of results.
final class
Covariance is an aggregate operation.
final class
Cumulative sum computes a running sum for non null records in the table.
final class
Computes the time based difference between subsequent non null records.
final class
Difference computes the difference between subsequent non null records.
final class
Distinct produces the unique values for a given column.
final class
Drop will exclude specified columns from a table.
final class
Duplicate will duplicate a specified column in a table.
class
Add an extra "elapsed" column to the result showing the time elapsed since the previous record in the series.
final class
The custom Flux expression.
final class
Replaces all null values in input tables with a non-null value.
final class
Filters the results using an expression.
final class
Returns the first result of the query.
final class
An expression to encapsulate an arbitrary expression.
final class
From produces a stream of tables from the specified bucket.
final class
Groups results by a user-specified set of tags.
final class
For each aggregate column, it outputs the area under the curve of non null records.
class
Inserts rows at regular intervals using linear interpolation to determine values for inserted rows.
final class
Join two time series together on time and the list of on keys.
final class
Keep is the inverse of drop.
final class
Returns the last result of the query.
final class
Restricts the number of rows returned in the results.
final class
Applies a function to each row of the table.
final class
Returns the max value within the results.
final class
Returns the mean of the within the results.
final class
Returns the min value within the results.
final class
Pivot collects values stored vertically (column-wise) in a table and aligns them horizontally (row-wise)
into logical sets.
final class
Quantile is both an aggregate operation and a selector operation depending on selected options.
final class
Filters the results by time boundaries.
final class
Reduce aggregates records in each table according to the reducer.
final class
Rename will rename specified columns in a table.
final class
Sample values from a table.
final class
Assigns a static value to each record.
final class
final class
Sorts the results by the specified columns Default sort is ascending.
final class
Difference between min and max values.
final class
Standard Deviation of the results.
final class
final class
Tail caps the number of records in output tables to a fixed size n.
final class
Shift add a fixed duration to time columns.
final class
Convert a value to a bool.
final class
Convert a value to a duration.
final class
Convert a value to a float.
final class
The To operation takes data from a stream and writes it to a bucket.
final class
Convert a value to a int.
final class
Convert a value to a string.
final class
Convert a value to a time.
final class
Convert a value to a duration.
final class
Truncates all input time values in the _time to a specified unit..
final class
Merges two or more input streams into a single output stream..
final class
Groups the results by a given time range.
final class
Yield a query results to yielded results.