tickscript.compute() function
The tickscript.compute()
function is a user-contributed function maintained by
the package author and can
be updated or removed at any time.
The tickscript.compute()
function is an alias for
tickscript.select()
that changes a column’s name and optionally applies an aggregate or selector function.
import "contrib/bonitoo-io/tickscript"
tickscript.compute(
column: "_value",
fn: sum,
as: "example-name"
)
TICKscript helper function
tickscript.select()
is a helper function meant to replicate TICKscript operations
like the following:
// Rename
query("SELECT x AS y")
// Aggregate and rename
query("SELECT f(x) AS y")
Parameters
column
Column to operate on.
Default is _value
.
Data type: String
fn
Aggregate or selector function to apply.
Data type: Function
as
(Required) New column name.
Data type: String
Examples
For examples, see tickscript.select()
.
Package author and maintainer
Github: @bonitoo-io, @alespour
InfluxDB Slack: @Ales Pour
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB and this documentation. To find support, the following resources are available:
InfluxDB Cloud and InfluxDB Enterprise customers can contact InfluxData Support.