~akiban-technologies/akiban-server/trunk

« back to all changes in this revision

Viewing changes to src/test/resources/com/akiban/sql/optimizer/operator/coia-text-index/full-text-2n.expected

merge mmcm: Add lookahead option to BranchLookup_Nested.

https://code.launchpad.net/~mmcm/akiban-server/pipeline-branch-lookup-nested/+merge/176825

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        Filter_Default(customers - orders - items)
10
10
          Flatten_HKeyOrdered(customers - orders INNER items)
11
11
            Flatten_HKeyOrdered(customers INNER orders)
12
 
              BranchLookup_Nested(customers -> orders)
 
 
b'\\ No newline at end of file'
 
12
              BranchLookup_Nested(customers -> orders, items)
 
 
b'\\ No newline at end of file'