org.influxdb.querybuilder.SelectSubQueryImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of influxdb-java Show documentation
Show all versions of influxdb-java Show documentation
Java API to access the InfluxDB REST API
package org.influxdb.querybuilder;
import java.util.List;
import org.influxdb.querybuilder.clauses.Clause;
import org.influxdb.querybuilder.clauses.FromClause;
public class SelectSubQueryImpl extends SubQuery
implements SelectWithSubquery {
private SelectCoreImpl, T>> selectCore;
private WhereSubQueryImpl, T> whereSubQuery;
SelectSubQueryImpl(
final FromClause fromClause, final List