Uses of Class
org.apache.iotdb.db.qp.physical.PhysicalPlan
-
-
Uses of PhysicalPlan in org.apache.iotdb.db.engine.cq
Methods in org.apache.iotdb.db.engine.cq that return PhysicalPlan Modifier and Type Method Description PhysicalPlanCQLogReader. next() -
Uses of PhysicalPlan in org.apache.iotdb.db.engine.trigger.service
Methods in org.apache.iotdb.db.engine.trigger.service that return PhysicalPlan Modifier and Type Method Description PhysicalPlanTriggerLogReader. next()Methods in org.apache.iotdb.db.engine.trigger.service with parameters of type PhysicalPlan Modifier and Type Method Description voidTriggerLogWriter. write(PhysicalPlan plan) -
Uses of PhysicalPlan in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata with parameters of type PhysicalPlan Modifier and Type Method Description voidLocalSchemaProcessor. operation(PhysicalPlan plan) -
Uses of PhysicalPlan in org.apache.iotdb.db.metadata.logfile
Methods in org.apache.iotdb.db.metadata.logfile that return PhysicalPlan Modifier and Type Method Description static PhysicalPlanMLogWriter. convertFromString(java.lang.String str)PhysicalPlanMLogReader. next()Methods in org.apache.iotdb.db.metadata.logfile with parameters of type PhysicalPlan Modifier and Type Method Description voidMLogWriter. putLog(PhysicalPlan plan) -
Uses of PhysicalPlan in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion with parameters of type PhysicalPlan Modifier and Type Method Description voidSchemaRegionMemoryImpl. writeToMLog(PhysicalPlan plan) -
Uses of PhysicalPlan in org.apache.iotdb.db.metadata.storagegroup
Methods in org.apache.iotdb.db.metadata.storagegroup that return PhysicalPlan Modifier and Type Method Description PhysicalPlanStorageGroupLogReader. next() -
Uses of PhysicalPlan in org.apache.iotdb.db.metadata.template
Methods in org.apache.iotdb.db.metadata.template that return PhysicalPlan Modifier and Type Method Description PhysicalPlanTemplateLogReader. next() -
Uses of PhysicalPlan in org.apache.iotdb.db.protocol.rest.handler
Methods in org.apache.iotdb.db.protocol.rest.handler with parameters of type PhysicalPlan Modifier and Type Method Description javax.ws.rs.core.ResponseAuthorizationHandler. checkAuthority(javax.ws.rs.core.SecurityContext securityContext, PhysicalPlan physicalPlan)static javax.ws.rs.core.ResponseQueryDataSetHandler. fillGrafanaVariablesResult(org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet dataSet, PhysicalPlan physicalPlan)static javax.ws.rs.core.ResponseQueryDataSetHandler. fillQueryDataSet(org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet sourceDataSet, PhysicalPlan physicalPlan, int actualRowSizeLimit) -
Uses of PhysicalPlan in org.apache.iotdb.db.qp
Methods in org.apache.iotdb.db.qp that return PhysicalPlan Modifier and Type Method Description protected PhysicalPlanPlanner. generatePhysicalPlanFromOperator(Operator operator)PhysicalPlanPlanner. lastDataQueryReqToPhysicalPlan(org.apache.iotdb.service.rpc.thrift.TSLastDataQueryReq lastDataQueryReq, java.time.ZoneId zoneId, org.apache.iotdb.commons.conf.IoTDBConstant.ClientVersion clientVersion)convert last data query to physical plan directlyPhysicalPlanPlanner. operatorToPhysicalPlan(Operator operator)PhysicalPlanPlanner. parseSQLToGrafanaQueryPlan(java.lang.String sqlStr, java.time.ZoneId zoneId)PhysicalPlanPlanner. parseSQLToPhysicalPlan(java.lang.String sqlStr)PhysicalPlanPlanner. parseSQLToPhysicalPlan(java.lang.String sqlStr, java.time.ZoneId zoneId, org.apache.iotdb.commons.conf.IoTDBConstant.ClientVersion clientVersion)PhysicalPlanPlanner. parseSQLToRestQueryPlan(java.lang.String sqlStr, java.time.ZoneId zoneId)PhysicalPlanPlanner. rawDataQueryReqToPhysicalPlan(org.apache.iotdb.service.rpc.thrift.TSRawDataQueryReq rawDataQueryReq, java.time.ZoneId zoneId, org.apache.iotdb.commons.conf.IoTDBConstant.ClientVersion clientVersion)convert raw data query to physical plan directly -
Uses of PhysicalPlan in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor with parameters of type PhysicalPlan Modifier and Type Method Description booleanIPlanExecutor. processNonQuery(PhysicalPlan plan)Process Non-Query Physical plan, including insert/update/delete operation of data/metadata/PrivilegebooleanPlanExecutor. processNonQuery(PhysicalPlan plan)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIPlanExecutor. processQuery(PhysicalPlan queryPlan, QueryContext context)process query plan of qp layer, construct queryDataSet.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetPlanExecutor. processQuery(PhysicalPlan queryPlan, QueryContext context) -
Uses of PhysicalPlan in org.apache.iotdb.db.qp.logical
Methods in org.apache.iotdb.db.qp.logical that return PhysicalPlan Modifier and Type Method Description PhysicalPlanOperator. generatePhysicalPlan(PhysicalGenerator generator) -
Uses of PhysicalPlan in org.apache.iotdb.db.qp.logical.crud
-
Uses of PhysicalPlan in org.apache.iotdb.db.qp.logical.sys
-
Uses of PhysicalPlan in org.apache.iotdb.db.qp.physical
Methods in org.apache.iotdb.db.qp.physical that return PhysicalPlan Modifier and Type Method Description static PhysicalPlanPhysicalPlan.Factory. create(java.io.DataInputStream stream)static PhysicalPlanPhysicalPlan.Factory. create(java.nio.ByteBuffer buffer) -
Uses of PhysicalPlan in org.apache.iotdb.db.qp.physical.crud
Subclasses of PhysicalPlan in org.apache.iotdb.db.qp.physical.crud Modifier and Type Class Description classAggregationPlanclassAlignByDevicePlanclassDeletePartitionPlanclassDeletePlanclassFillQueryPlanclassGroupByTimeFillPlanclassGroupByTimePlanclassInsertMultiTabletsPlanMainly used in the distributed version, when multiple InsertTabletPlans belong to a raft replication group, we merge these InsertTabletPlans into one InsertMultiTabletsPlan, which can reduce the number of raft logs.classInsertPlanclassInsertRowPlanclassInsertRowsOfOneDevicePlanclassInsertRowsPlanclassInsertTabletPlanclassLastQueryPlanclassQueryIndexPlanclassQueryPlanclassRawDataQueryPlanclassSelectIntoPlanclassUDAFPlanThe physical plan of aggregation query with UDF nestedclassUDTFPlan -
Uses of PhysicalPlan in org.apache.iotdb.db.qp.physical.sys
-
Uses of PhysicalPlan in org.apache.iotdb.db.qp.strategy
Methods in org.apache.iotdb.db.qp.strategy that return PhysicalPlan Modifier and Type Method Description PhysicalPlanPhysicalGenerator. generateLoadConfigurationPlan(LoadConfigurationOperator.LoadConfigurationOperatorType type)PhysicalPlanPhysicalGenerator. transformToPhysicalPlan(Operator operator) -
Uses of PhysicalPlan in org.apache.iotdb.db.query.control
Methods in org.apache.iotdb.db.query.control with parameters of type PhysicalPlan Modifier and Type Method Description org.apache.iotdb.common.rpc.thrift.TSStatusSessionManager. checkAuthority(PhysicalPlan plan, long sessionId)Check whether specific Session has the authorization to given plan.booleanSessionManager. checkAuthorization(PhysicalPlan plan, java.lang.String username)Check whether specific user has the authorization to given plan. -
Uses of PhysicalPlan in org.apache.iotdb.db.service.basic
Methods in org.apache.iotdb.db.service.basic with parameters of type PhysicalPlan Modifier and Type Method Description org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetServiceProvider. createQueryDataSet(QueryContext context, PhysicalPlan physicalPlan, int fetchSize)create QueryDataSet and buffer it for fetchResultsabstract booleanServiceProvider. executeNonQuery(PhysicalPlan plan)booleanStandaloneServiceProvider. executeNonQuery(PhysicalPlan plan) -
Uses of PhysicalPlan in org.apache.iotdb.db.sync.pipedata
Constructors in org.apache.iotdb.db.sync.pipedata with parameters of type PhysicalPlan Constructor Description SchemaPipeData(PhysicalPlan plan, long serialNumber) -
Uses of PhysicalPlan in org.apache.iotdb.db.sync.receiver.load
Constructors in org.apache.iotdb.db.sync.receiver.load with parameters of type PhysicalPlan Constructor Description SchemaLoader(PhysicalPlan plan) -
Uses of PhysicalPlan in org.apache.iotdb.db.utils.writelog
Methods in org.apache.iotdb.db.utils.writelog that return PhysicalPlan Modifier and Type Method Description PhysicalPlanBatchLogReader. next()PhysicalPlanILogReader. next()return the next log read from media like a WAL file and covert it to a PhysicalPlan.PhysicalPlanMultiFileLogReader. next()PhysicalPlanSingleFileLogReader. next()
-