Package com.arangodb.entity
Class AqlExecutionExplainEntity.ExecutionNode
- java.lang.Object
-
- com.arangodb.entity.AqlExecutionExplainEntity.ExecutionNode
-
- Enclosing class:
- AqlExecutionExplainEntity
public static final class AqlExecutionExplainEntity.ExecutionNode extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionNode()
-
Method Summary
-
-
-
Method Detail
-
getType
public String getType()
-
getDependencies
public Collection<Long> getDependencies()
-
getId
public Long getId()
-
getEstimatedCost
public Integer getEstimatedCost()
-
getEstimatedNrItems
public Integer getEstimatedNrItems()
-
getDepth
public Long getDepth()
-
getDatabase
public String getDatabase()
-
getCollection
public String getCollection()
-
getInVariable
public AqlExecutionExplainEntity.ExecutionVariable getInVariable()
-
getOutVariable
public AqlExecutionExplainEntity.ExecutionVariable getOutVariable()
-
getConditionVariable
public AqlExecutionExplainEntity.ExecutionVariable getConditionVariable()
-
getRandom
public Boolean getRandom()
-
getOffset
public Long getOffset()
-
getLimit
public Long getLimit()
-
getFullCount
public Boolean getFullCount()
-
getSubquery
public AqlExecutionExplainEntity.ExecutionNode getSubquery()
-
getIsConst
public Boolean getIsConst()
-
getCanThrow
public Boolean getCanThrow()
-
getExpressionType
public String getExpressionType()
-
getIndexes
public Collection<IndexEntity> getIndexes()
-
getExpression
public AqlExecutionExplainEntity.ExecutionExpression getExpression()
-
getCondition
public AqlExecutionExplainEntity.ExecutionCollection getCondition()
-
getReverse
public Boolean getReverse()
-
-