blob: c50b3dc9a50fa0759d09d1935ea10bcc7353e0e8 [file] [log] [blame]
/*
* Description : Create UDF and invoke UDF from a quantified expression
* Expected Res : Success
* Date : Sep 6th 2012
*/
// this test is not giving expected results.
// issue 194 reported to track this
drop dataverse test if exists;
create dataverse test;
write output to nc1:"rttest/cross-dataverse_udf27.adm";
create function test.f1(){
100
}
let $a := true
return some $i in [100,200] satisfies test.f1()