~zorba-coders/zorba/trunk

« back to all changes in this revision

Viewing changes to src/compiler/expression/flwor_expr.h

  • Committer: Zorba Build Bot
  • Author(s): markos_za at yahoo
  • Date: 2013-05-04 21:54:40 UTC
  • mfrom: (10900.1.197 markos-scratch)
  • Revision ID: chillery+buildbot@lambda.nu-20130504215440-1486xtg6g7wy522h
Apply count optimization after index matching. Approved: Markos Zaharioudakis

Show diffs side-by-side

added added

removed removed

Lines of Context:
712
712
 
713
713
  void get_vars(std::vector<var_expr*>& vars) const;
714
714
 
 
715
  bool is_single_for(csize& pos) const;
 
716
 
715
717
  // The following 5 methods are for the simple flwor only. They should be
716
718
  // removed eventually.
717
719
  expr* get_where() const;