Uses of Class
org.apache.iotdb.db.mpp.plan.execution.ExecutionResult
-
Packages that use ExecutionResult Package Description org.apache.iotdb.db.mpp.plan org.apache.iotdb.db.mpp.plan.execution org.apache.iotdb.db.mpp.plan.execution.config -
-
Uses of ExecutionResult in org.apache.iotdb.db.mpp.plan
Methods in org.apache.iotdb.db.mpp.plan that return ExecutionResult Modifier and Type Method Description ExecutionResultCoordinator. execute(Statement statement, long queryId, SessionInfo session, java.lang.String sql, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher)This method is called by the write method.ExecutionResultCoordinator. execute(Statement statement, long queryId, SessionInfo session, java.lang.String sql, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, long timeOut) -
Uses of ExecutionResult in org.apache.iotdb.db.mpp.plan.execution
Methods in org.apache.iotdb.db.mpp.plan.execution that return ExecutionResult Modifier and Type Method Description ExecutionResultIQueryExecution. getStatus()ExecutionResultQueryExecution. getStatus()This method is a synchronized method. -
Uses of ExecutionResult in org.apache.iotdb.db.mpp.plan.execution.config
Methods in org.apache.iotdb.db.mpp.plan.execution.config that return ExecutionResult Modifier and Type Method Description ExecutionResultConfigExecution. getStatus()
-