Package org.makumba.providers.query

Class Summary
FunctionInliner Inliner for query functions.
Pass1ASTPrinter Prints a pass1 AST tree back into a query.
Pass1ASTPrinter.AssociativeFlatVisitor Pulls up an associative operator from (OP a (OP b c)) to (OP (OP a b) c).
Pass1FunctionInliner  
Pass1FunctionInliner.InlineVisitor The traverse() visitor for inlining, inlines functions and actors
QuerySectionProcessor Given a query and a starting point, this class identifies the subquery where the starting point is, its parent query, its grandparent query ... ending with the outer query.
QuerySectionProcessor.Insertion