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

« back to all changes in this revision

Viewing changes to test/iterplans/zorba/no-copy/q10.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
2
<SequentialIterator>
3
3
  <CtxVarDeclareIterator varid="4" varname="input-context"/>
4
 
  <flwor::FLWORIterator>
 
4
  <FLWORIterator>
5
5
    <LetVariable name="auction" materialize="true">
6
6
      <FnDocIterator>
7
7
        <PromoteIterator type="xs:string">
24
24
    </LetVariable>
25
25
    <LetVariable name="$$opt_temp_3" materialize="true">
26
26
      <CreateInternalIndexIterator name="xs:QName(,,tempIndex0)">
27
 
        <flwor::FLWORIterator>
 
27
        <FLWORIterator>
28
28
          <ForVariable name="$$opt_temp_1">
29
29
            <UnhoistIterator>
30
30
              <LetVarIterator varname="$$opt_temp_0"/>
44
44
              </FnDataIterator>
45
45
            </GeneralIndexEntryBuilderIterator>
46
46
          </ReturnClause>
47
 
        </flwor::FLWORIterator>
 
47
        </FLWORIterator>
48
48
      </CreateInternalIndexIterator>
49
49
    </LetVariable>
50
50
    <ForVariable name="i">
77
77
                <ForVarIterator varname="i"/>
78
78
              </EnclosedIterator>
79
79
            </ElementIterator>
80
 
            <flwor::FLWORIterator>
 
80
            <FLWORIterator>
81
81
              <ForVariable name="t">
82
82
                <NodeSortIterator distinct="true" ascending="true">
83
83
                  <ProbeIndexPointGeneralIterator>
232
232
                  </FnConcatIterator>
233
233
                </ElementIterator>
234
234
              </ReturnClause>
235
 
            </flwor::FLWORIterator>
 
235
            </FLWORIterator>
236
236
          </FnConcatIterator>
237
237
        </EnclosedIterator>
238
238
      </ElementIterator>
239
239
    </ReturnClause>
240
 
  </flwor::FLWORIterator>
 
240
  </FLWORIterator>
241
241
</SequentialIterator>
242
242