interface EvaluationEngine
evaluate
abstract fun evaluate(physicalPlan: PhysicalPlan): PathStream
SimpleEvaluationEngine
object SimpleEvaluationEngine : EvaluationEngine
Evaluate a physical-plan in order to get results from the path-index.