All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.influxdb.querybuilder.WithInto Maven / Gradle / Ivy

There is a newer version: 2.24
Show newest version
package org.influxdb.querybuilder;

public interface WithInto {

  WithInto into(String measurement);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy