float() function
The float()
function converts a single value to a float.
Function type: Type conversion
Output data type: Float
float(v: "3.14")
Parameters
v
The value to convert.
Data type: Boolean | Integer | Numeric String | Uinteger
Examples
from(bucket: "sensor-data")
|> range(start: -1m)
|> filter(fn:(r) => r._measurement == "camera" )
|> map(fn:(r) => ({ r with aperature: float(v: r.aperature) }))
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.