Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <udf/udf.h>
Go to the source code of this file.
Functions | |
IntVal | AddUdf (FunctionContext *context, const IntVal &arg1, const IntVal &arg2) |
IntVal AddUdf | ( | FunctionContext * | context, |
const IntVal & | arg1, | ||
const IntVal & | arg2 | ||
) |
Definition at line 18 of file udf-sample.cc.
References impala_udf::AnyVal::is_null, and impala_udf::IntVal::val.
Referenced by main().