Class InfluxQueryOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.crud.QueryOperator
-
- org.apache.iotdb.db.protocol.influxdb.operator.InfluxQueryOperator
-
public class InfluxQueryOperator extends QueryOperator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.qp.logical.Operator
Operator.OperatorType
-
-
Field Summary
Fields Modifier and Type Field Description protected InfluxSelectComponentinfluxSelectComponent-
Fields inherited from class org.apache.iotdb.db.qp.logical.crud.QueryOperator
enableTracing, fromComponent, indexType, props, selectComponent, specialClauseComponent, whereComponent
-
Fields inherited from class org.apache.iotdb.db.qp.logical.Operator
isDebug, isPrefixMatchPath, operatorType, tokenIntType
-
-
Constructor Summary
Constructors Constructor Description InfluxQueryOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfluxSelectComponentgetSelectComponent()voidsetSelectComponent(InfluxSelectComponent influxSelectComponent)-
Methods inherited from class org.apache.iotdb.db.qp.logical.crud.QueryOperator
check, generateAlignByDevicePlan, generatePhysicalPlan, generateRawDataQueryPlan, getAliasSet, getFromComponent, getIndexType, getLevels, getMatchedDevices, getMatchedTimeseries, getProps, getSpecialClauseComponent, getWhereComponent, hasAggregationFunction, hasSlimit, hasSoffset, hasTimeSeriesGeneratingFunction, isAlignByDevice, isAlignByTime, isEnableTracing, isGroupByLevel, optimizeExpression, resetSLimitOffset, setAliasSet, setEnableTracing, setFromComponent, setIndexType, setProps, setSelectComponent, setSpecialClauseComponent, setWhereComponent, transformFilterOperatorToExpression
-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Field Detail
-
influxSelectComponent
protected InfluxSelectComponent influxSelectComponent
-
-
Method Detail
-
getSelectComponent
public InfluxSelectComponent getSelectComponent()
- Overrides:
getSelectComponentin classQueryOperator
-
setSelectComponent
public void setSelectComponent(InfluxSelectComponent influxSelectComponent)
-
-