Package com.c8db.entity
Class C8qlExecutionExplainEntity.ExecutionNode
- java.lang.Object
-
- com.c8db.entity.C8qlExecutionExplainEntity.ExecutionNode
-
- Enclosing class:
- C8qlExecutionExplainEntity
public static class C8qlExecutionExplainEntity.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 C8qlExecutionExplainEntity.ExecutionVariable getInVariable()
-
getOutVariable
public C8qlExecutionExplainEntity.ExecutionVariable getOutVariable()
-
getConditionVariable
public C8qlExecutionExplainEntity.ExecutionVariable getConditionVariable()
-
getRandom
public Boolean getRandom()
-
getOffset
public Long getOffset()
-
getLimit
public Long getLimit()
-
getFullCount
public Boolean getFullCount()
-
getSubquery
public C8qlExecutionExplainEntity.ExecutionNode getSubquery()
-
getIsConst
public Boolean getIsConst()
-
getCanThrow
public Boolean getCanThrow()
-
getExpressionType
public String getExpressionType()
-
getIndexes
public IndexEntity getIndexes()
-
getExpression
public C8qlExecutionExplainEntity.ExecutionExpression getExpression()
-
getCondition
public C8qlExecutionExplainEntity.ExecutionCollection getCondition()
-
getReverse
public Boolean getReverse()
-
-