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

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

package org.influxdb.querybuilder;

public interface WithInto {

  WithInto into(String measurement);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy