Looking at the examples on the influxdb\'s github, I see that they\'re able to call Query query = select()..., however, this simply does not work for me. VS cod
Query query = select()...