Class QueryPlanCompilerBase

java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerBase
All Implemented Interfaces:
QueryPlanCompiler
Direct Known Subclasses:
IteratorBasedQueryPlanCompilerImpl, TaskBasedQueryPlanCompilerBase

public abstract class QueryPlanCompilerBase extends Object implements QueryPlanCompiler
  • Field Details

  • Constructor Details

    • QueryPlanCompilerBase

      protected QueryPlanCompilerBase(QueryProcContext ctxt)
  • Method Details