public static final class AqlExecutionExplainEntity.ExecutionExpression extends Object
Constructor and Description |
---|
ExecutionExpression() |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
Collection<Long> |
getLevels() |
String |
getName() |
String |
getQuantifier() |
Boolean |
getSorted() |
Collection<AqlExecutionExplainEntity.ExecutionExpression> |
getSubNodes() |
String |
getType() |
Object |
getValue() |
public String getType()
public String getName()
public Long getId()
public Object getValue()
public Boolean getSorted()
public String getQuantifier()
public Collection<Long> getLevels()
public Collection<AqlExecutionExplainEntity.ExecutionExpression> getSubNodes()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.