Package com.arcadedb.query.sql.executor
Class QueryPlanningInfo
- java.lang.Object
-
- com.arcadedb.query.sql.executor.QueryPlanningInfo
-
public class QueryPlanningInfo extends Object
Created by luigidellaquila on 19/06/17.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
planCreated
set to true when the distributedFetchExecutionPlans are aggregated in the main execution planprotected Timeout
timeout
-
Constructor Summary
Constructors Constructor Description QueryPlanningInfo()
-
-
-
Field Detail
-
timeout
protected Timeout timeout
-
planCreated
public boolean planCreated
set to true when the distributedFetchExecutionPlans are aggregated in the main execution plan
-
-
Method Detail
-
copy
public QueryPlanningInfo copy()
-
-