You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry I didn't find what I was looking for, Currently my influx version is 1. X ,In influxdb-java:2.22 I found out: Builder field.
If the type in my POJO is Float or BigDecimal, Converting to double will cause the problem of losing accuracy,
So What should I do?
for Example : @column(name="voltage")
private Float voltage;
Because the store converts the Float to a Double, Accuracy is lost when fetched @eranl
hello!I'm having a problem
I used influx version 1.X and see write point storage type:
so insert data , All data will be converted to Double, InfluxDBResultMapper entity type must be Double
my dependency:
The text was updated successfully, but these errors were encountered: