Package com.c8db.entity
Class C8qlExecutionExplainEntity.ExecutionExpression
- java.lang.Object
-
- com.c8db.entity.C8qlExecutionExplainEntity.ExecutionExpression
-
- Enclosing class:
- C8qlExecutionExplainEntity
public static class C8qlExecutionExplainEntity.ExecutionExpression extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()Collection<Long>getLevels()StringgetName()StringgetQuantifier()BooleangetSorted()Collection<C8qlExecutionExplainEntity.ExecutionExpression>getSubNodes()StringgetType()ObjectgetValue()
-
-
-
Method Detail
-
getType
public String getType()
-
getName
public String getName()
-
getId
public Long getId()
-
getValue
public Object getValue()
-
getSorted
public Boolean getSorted()
-
getQuantifier
public String getQuantifier()
-
getLevels
public Collection<Long> getLevels()
-
getSubNodes
public Collection<C8qlExecutionExplainEntity.ExecutionExpression> getSubNodes()
-
-