public interface IQueryBackendHintProvider
Modifier and Type | Field and Description |
---|---|
static IQueryBackendHintProvider |
DEFAULT
A default implementation that just returns the hints embedded in the query, without overriding.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getHints(PQuery query)
Suggests query evaluation hints regarding a query.
|
static final IQueryBackendHintProvider DEFAULT
java.util.Map<java.lang.String,java.lang.Object> getHints(PQuery query)