public interface QueryProfile
| Modifier and Type | Field and Description |
|---|---|
static QueryProfile |
NONE |
| Modifier and Type | Method and Description |
|---|---|
OperatorProfile |
operatorProfile(int operatorId)
Get profile for specific operator.
|
static final QueryProfile NONE
OperatorProfile operatorProfile(int operatorId)
Note: the operator should really be type as an [[com.mware.ge.cypher.internal.util.attribution.Id]], but this is not possible because of a bug with scala `AnyVal`s and inheritance.
See https://github.com/lampepfl/dotty/issues/1169 for a discussion of the same issue in Dotty.
operatorId - operator idCopyright © 2016–2020 MWARE SOLUTIONS. All rights reserved.