Package com.c8db.entity
Class C8qlExecutionExplainEntity.ExecutionPlan
- java.lang.Object
-
- com.c8db.entity.C8qlExecutionExplainEntity.ExecutionPlan
-
- Enclosing class:
- C8qlExecutionExplainEntity
public static class C8qlExecutionExplainEntity.ExecutionPlan extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<C8qlExecutionExplainEntity.ExecutionCollection>getCollections()IntegergetEstimatedCost()IntegergetEstimatedNrItems()Collection<C8qlExecutionExplainEntity.ExecutionNode>getNodes()Collection<String>getRules()Collection<C8qlExecutionExplainEntity.ExecutionVariable>getVariables()
-
-
-
Method Detail
-
getNodes
public Collection<C8qlExecutionExplainEntity.ExecutionNode> getNodes()
-
getRules
public Collection<String> getRules()
-
getCollections
public Collection<C8qlExecutionExplainEntity.ExecutionCollection> getCollections()
-
getVariables
public Collection<C8qlExecutionExplainEntity.ExecutionVariable> getVariables()
-
getEstimatedCost
public Integer getEstimatedCost()
-
getEstimatedNrItems
public Integer getEstimatedNrItems()
-
-