blob: e70d4a03014b0adaf03f7b0648de1851a642b196 [file] [log] [blame]
<library xmlns="library">
<language>JAVA</language>
<functions>
<function>
<function_type>SCALAR</function_type>
<name>parseTweet</name>
<arguments>TweetType</arguments>
<return_type>TweetType</return_type>
<definition>edu.uci.ics.asterix.external.library.ParseTweetFactory
</definition>
</function>
<function>
<function_type>SCALAR</function_type>
<name>mysum</name>
<arguments>AINT32,AINT32</arguments>
<return_type>AINT32</return_type>
<definition>edu.uci.ics.asterix.external.library.SumFactory
</definition>
</function>
<function>
<function_type>SCALAR</function_type>
<name>toUpper</name>
<arguments>TextType</arguments>
<return_type>TextType</return_type>
<definition>edu.uci.ics.asterix.external.library.UpperCaseFactory
</definition>
</function>
<function>
<function_type>SCALAR</function_type>
<name>allTypes</name>
<arguments>AllType</arguments>
<return_type>AllType</return_type>
<definition>edu.uci.ics.asterix.external.library.AllTypesFactory
</definition>
</function>
</functions>
</library>