Uses of Class
org.apache.iotdb.db.protocol.influxdb.operator.InfluxSelectComponent
-
Packages that use InfluxSelectComponent Package Description org.apache.iotdb.db.protocol.influxdb.handler org.apache.iotdb.db.protocol.influxdb.operator -
-
Uses of InfluxSelectComponent in org.apache.iotdb.db.protocol.influxdb.handler
Methods in org.apache.iotdb.db.protocol.influxdb.handler with parameters of type InfluxSelectComponent Modifier and Type Method Description voidAbstractQueryHandler. ProcessSelectComponent(org.influxdb.dto.QueryResult queryResult, InfluxSelectComponent selectComponent)further process the obtained query result through the query criteria of selectorg.influxdb.dto.QueryResultAbstractQueryHandler. queryFuncWithoutFilter(InfluxSelectComponent selectComponent, java.lang.String database, java.lang.String measurement, ServiceProvider serviceProvider, long sessionid)Query the select result. -
Uses of InfluxSelectComponent in org.apache.iotdb.db.protocol.influxdb.operator
Fields in org.apache.iotdb.db.protocol.influxdb.operator declared as InfluxSelectComponent Modifier and Type Field Description protected InfluxSelectComponentInfluxQueryOperator. influxSelectComponentMethods in org.apache.iotdb.db.protocol.influxdb.operator that return InfluxSelectComponent Modifier and Type Method Description InfluxSelectComponentInfluxQueryOperator. getSelectComponent()Methods in org.apache.iotdb.db.protocol.influxdb.operator with parameters of type InfluxSelectComponent Modifier and Type Method Description voidInfluxQueryOperator. setSelectComponent(InfluxSelectComponent influxSelectComponent)
-