ramangrover29 | 5a50c9c | 2013-04-17 19:37:04 -0700 | [diff] [blame] | 1 | <library xmlns="library"> |
ramangrover29 | d554ab4 | 2013-04-21 20:04:52 -0700 | [diff] [blame] | 2 | <language>JAVA</language> |
| 3 | <functions> |
| 4 | <function> |
| 5 | <function_type>SCALAR</function_type> |
| 6 | <name>parseTweet</name> |
| 7 | <arguments>TweetType</arguments> |
| 8 | <return_type>TweetType</return_type> |
| 9 | <definition>edu.uci.ics.asterix.external.library.ParseTweetFactory |
| 10 | </definition> |
| 11 | </function> |
| 12 | <function> |
| 13 | <function_type>SCALAR</function_type> |
| 14 | <name>mysum</name> |
| 15 | <arguments>AINT32,AINT32</arguments> |
| 16 | <return_type>AINT32</return_type> |
| 17 | <definition>edu.uci.ics.asterix.external.library.SumFactory |
| 18 | </definition> |
| 19 | </function> |
| 20 | <function> |
| 21 | <function_type>SCALAR</function_type> |
| 22 | <name>toUpper</name> |
| 23 | <arguments>TextType</arguments> |
| 24 | <return_type>TextType</return_type> |
| 25 | <definition>edu.uci.ics.asterix.external.library.UpperCaseFactory |
| 26 | </definition> |
| 27 | </function> |
| 28 | <function> |
| 29 | <function_type>SCALAR</function_type> |
| 30 | <name>allTypes</name> |
| 31 | <arguments>AllType</arguments> |
| 32 | <return_type>AllType</return_type> |
| 33 | <definition>edu.uci.ics.asterix.external.library.AllTypesFactory |
| 34 | </definition> |
| 35 | </function> |
| 36 | </functions> |
ramangrover29 | 5a50c9c | 2013-04-17 19:37:04 -0700 | [diff] [blame] | 37 | </library> |