~zorba-coders/zorba/http-client-update

« back to all changes in this revision

Viewing changes to test/iterplans/zorba/optim/var_inline_02.iter

  • Committer: Zorba Jenkins
  • Author(s): Paul J. Lucas
  • Date: 2014-02-19 17:43:49 UTC
  • mfrom: (10944.3.28 pjl-misc)
  • Revision ID: jenkins@lambda.nu-20140219174349-hldyxs3r8tyqn015
1. Applied 28io JSON iterator tree patch.
2. Added new --plan-format option.
3. Misc clean-up.
Approved: Matthias Brantner, Paul J. Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Iterator tree for main query:
2
 
<flwor::FLWORIterator>
 
2
<FLWORIterator>
3
3
  <ForVariable name="non-group">
4
4
    <OpToIterator>
5
5
      <SingletonIterator value="xs:integer(1)"/>
18
18
  <ReturnClause>
19
19
    <ForVarIterator varname="group-var"/>
20
20
  </ReturnClause>
21
 
</flwor::FLWORIterator>
 
21
</FLWORIterator>
22
22