Uses of Class
com.influxdb.query.dsl.functions.AbstractParametrizedFlux
Packages that use AbstractParametrizedFlux
-
Uses of AbstractParametrizedFlux in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl with type parameters of type AbstractParametrizedFluxModifier and TypeMethodDescriptionfinal <F extends AbstractParametrizedFlux>
FCreate new function with typetype. -
Uses of AbstractParametrizedFlux in com.influxdb.query.dsl.functions
Subclasses of AbstractParametrizedFlux in com.influxdb.query.dsl.functionsModifier and TypeClassDescriptionclassBase class defining a function invocation.final classApplies an aggregate or selector function (any function with a column parameter) to fixed windows of time.final classConstructs a table from an array of records.final classThe columns() function lists the column labels of input tables.final classCounts the number of results.final classCovariance is an aggregate operation.final classCumulative sum computes a running sum for non null records in the table.final classComputes the time based difference between subsequent non null records.final classDifference computes the difference between subsequent non null records.final classDistinct produces the unique values for a given column.final classDrop will exclude specified columns from a table.final classDuplicate will duplicate a specified column in a table.classAdd an extra "elapsed" column to the result showing the time elapsed since the previous record in the series.final classReplaces all null values in input tables with a non-null value.final classFilters the results using an expression.final classReturns the first result of the query.final classAn expression to encapsulate an arbitrary expression.final classFrom produces a stream of tables from the specified bucket.final classGroups results by a user-specified set of tags.final classFor each aggregate column, it outputs the area under the curve of non null records.classInserts rows at regular intervals using linear interpolation to determine values for inserted rows.final classJoin two time series together on time and the list of on keys.final classKeep is the inverse of drop.final classReturns the last result of the query.final classRestricts the number of rows returned in the results.final classApplies a function to each row of the table.final classReturns the max value within the results.final classReturns the mean of the within the results.final classReturns the min value within the results.final classPivot collects values stored vertically (column-wise) in a table and aligns them horizontally (row-wise) into logical sets.final classQuantile is both an aggregate operation and a selector operation depending on selected options.final classFilters the results by time boundaries.final classReduce aggregates records in each table according to the reducer.final classRename will rename specified columns in a table.final classSample values from a table.final classAssigns a static value to each record.final classSkew of the results.final classSorts the results by the specified columns Default sort is ascending.final classDifference between min and max values.final classStandard Deviation of the results.final classSum of the results.final classTail caps the number of records in output tables to a fixed size n.final classShift add a fixed duration to time columns.final classConvert a value to a bool.final classConvert a value to a duration.final classConvert a value to a float.final classThe To operation takes data from a stream and writes it to a bucket.final classConvert a value to a int.final classConvert a value to a string.final classConvert a value to a time.final classConvert a value to a duration.final classTruncates all input time values in the _time to a specified unit..final classMerges two or more input streams into a single output stream..final classGroups the results by a given time range.final classYield a query results to yielded results.