alexander.behm | 941c32b | 2012-07-08 22:16:38 +0000 | [diff] [blame] | 1 | /* |
2 | * Description : Tests that non-datascan unnests in a subplan are rewritten into joins. | ||||
3 | * Success : Yes | ||||
4 | */ | ||||
5 | |||||
6 | drop dataverse test if exists; | ||||
7 | create dataverse test; | ||||
8 | use dataverse test; | ||||
9 | |||||
10 | write output to nc1:"rttest/unnest-to-join_02.adm"; | ||||
11 | |||||
12 | some $x in [1,2,3,4,5,6], $y in [4,5,6,7,8,9] satisfies $x = $y |