Files
impala/testdata/workloads/functional-query/queries/QueryTest
Nong Li 6b9a7de02e Add symbol resolution during analysis for create function stmts.
Before this, we had to specify the entire mangled symbol. This can be quite
long and quite tedious (take a look at some of the create UDA test cases that
specify all the symbols).

This patch adds some code to convert from the user function signature to the
mangled name. This means the user can specify the unmangled name and we can
do the symbol lookup. The mangling rules are pretty convoluted but if it is
messed up, the user can always specify the full symbol.

Some other minor cleanup in:
  - JNI from FE to BE
  - UDFs/UDAs that are loaded as test data

Change-Id: I733dbf3a72cb7b06221c27e622d161bcca0d74a8
Reviewed-on: http://gerrit.ent.cloudera.com:8080/624
Reviewed-by: Nong Li <nong@cloudera.com>
Tested-by: Nong Li <nong@cloudera.com>
2014-01-08 10:53:20 -08:00
..
2014-01-08 10:53:13 -08:00
2014-01-08 10:50:26 -08:00
2014-01-08 10:48:09 -08:00
2014-01-08 10:50:32 -08:00
2014-01-08 10:53:09 -08:00
2014-01-08 10:48:09 -08:00
2014-01-08 10:52:27 -08:00