Uses of Class
felix.main.Felix

Packages that use Felix
felix.optimizer Optimizer used to schedule Felix's execution plan. 
felix.test This package includes testing code for Felix. 
 

Uses of Felix in felix.optimizer
 

Constructors in felix.optimizer with parameters of type Felix
CostModel(Felix _felix)
          The constructor of CostModel.
Scheduler(Felix _felix, FelixQuery _fq, FelixCommandOptions _options)
          The constructor.
 

Uses of Felix in felix.test
 

Subclasses of Felix in felix.test
 class SchedulerTest
          Test the scheduler: 1) cost-based optimizer; 2) planner of the operator order.
 class StaticAnalyzerTest
          Test the compiler.