class QueryPlanningTracker extends AnyRef
- Alphabetic
- By Inheritance
- QueryPlanningTracker
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new QueryPlanningTracker()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
measurePhase[T](phase: String)(f: ⇒ T): T
Measure the start and end time of a phase.
Measure the start and end time of a phase. Note that if this function is called multiple times for the same phase, the recorded start time will be the start time of the first call, and the recorded end time will be the end time of the last call.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def phases: Map[String, PhaseSummary]
-
def
recordRuleInvocation(rule: String, timeNs: Long, effective: Boolean): Unit
Record a specific invocation of a rule.
Record a specific invocation of a rule.
- rule
name of the rule
- timeNs
time taken to run this invocation
- effective
whether the invocation has resulted in a plan change
- def rules: Map[String, RuleSummary]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
topRulesByTime(k: Int): Seq[(String, RuleSummary)]
Returns the top k most expensive rules (as measured by time).
Returns the top k most expensive rules (as measured by time). If k is larger than the rules seen so far, return all the rules. If there is no rule seen so far or k <= 0, return empty seq.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()