package rules
A framework for applying batches rewrite rules to trees, possibly to fixed point.
- Alphabetic
- By Inheritance
- rules
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- case class QueryExecutionMetering() extends Product with Serializable
- case class QueryExecutionMetrics(time: Long, numRuns: Long, numEffectiveRuns: Long, timeEffective: Long) extends Product with Serializable
- abstract class Rule[TreeType <: TreeNode[_]] extends Logging
- abstract class RuleExecutor[TreeType <: TreeNode[_]] extends Logging
Value Members
- object RuleExecutor