-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[InfluxDB] Document INTEGRAL() aggregate function #1076
Comments
INTEGRAL()Returns the area under the curve for subsequent field values. Syntax
Description of SyntaxInfluxDB calculates the area under the curve for subsequent field values and converts those results into the summed area per
ExamplesExamples 1-5 use the following subsample of the
Example 1: Calculate the integral for the field values associated with a field key
The query returns the area under the curve (in seconds) for the field values associated with the Example 2: Calculate the integral for the field values associated with a field key and specify the unit option
The query returns the area under the curve (in minutes) for the field values associated with the Example 3: Calculate the integral for the field values associated with each field key in a measurement and specify the unit option
The query returns the area under the curve (in minutes) for the field values associated with each field key that stores numerical values in the Example 4: Calculate the integral for the field values associated with each field key that matches a regular expression and specify the unit option
The query returns the area under the curve (in minutes) for the field values associated with each field key that stores numerical values includes the word Example 5: Calculate the integral for the field values associated with a field key and include several clauses
The query returns the area under the curve (in minutes) for the field values associated with the |
URL for relevant page?
influxdata/influxdb#8194
What products and version are you using?
InfluxDB 1.3
Description of the function is in the pull request.
The text was updated successfully, but these errors were encountered: