uint() function
The uint()
function converts a single value to a UInteger.
Function type: Type conversion
Output data type: UInteger
uint(v: "4")
Parameters
v
The value to convert.
Data type: Boolean | Duration | Float | Integer | Numeric String | Time
For duration and time values, uint()
returns the following:
Input type | Returned value |
---|---|
Duration | The number of nanoseconds in the specified duration |
Time | A nanosecond epoch timestamp |
Examples
from(bucket: "sensor-data")
|> range(start: -1m)
|> filter(fn:(r) => r._measurement == "camera" )
|> map(fn:(r) => ({ r with exposures: uint(v: r.exposures) }))
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.