I am new to influx and was trying to use the influxdb-java queryBuilder.
I guess I am having a dependency issue.
I’ve included the org.influxdb influxdb-java version 2.10 in my POM dependency
but the “select()” is not found when I do some like the following:
Query query = select().from(DATABASE,“h2o_feet”); // example fromQUERY_BUILDER.md
Note, I can build new Query(sql, db) just find, but was hoping to try out the queryBuilder.