public interface IExplainHint
Modifier and Type | Interface and Description |
---|---|
static class |
IExplainHint.ExplainHintCategory
Enum datatype categorizing an explain hint
|
static class |
IExplainHint.ExplainHintSeverity
Enum datatype specifing the severity of a given explain hint
|
Modifier and Type | Method and Description |
---|---|
IExplainHint.ExplainHintCategory |
getExplainHintCategory() |
String |
getExplainHintDescription() |
BOp |
getExplainHintNode() |
IExplainHint.ExplainHintSeverity |
getExplainHintSeverity() |
String |
getExplainHintType() |
String |
getHelpLink() |
String getExplainHintType()
IExplainHint.ExplainHintSeverity getExplainHintSeverity()
IExplainHint.ExplainHintCategory getExplainHintCategory()
String getExplainHintDescription()
BOp getExplainHintNode()
String getHelpLink()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.