blob: 14791b7516f0cb1f848d69dbee0b86cf556af9ab [file] [log] [blame]
RamanGrover29@gmail.com58cf3302012-11-09 00:27:45 +00001/*
2 * Description : Create UDF and invoke the UDF from with in asterix built-in function
3 * Expected Res : Success
4 * Date : Sep 5th 2012
5 */
6
7drop dataverse test if exists;
8create dataverse test;
9
10write output to nc1:"rttest/cross-dataverse_udf18.adm";
11
12create function test.fn06(){
13false
14}
15
16let $val := not(test.fn06())
17return $val