|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "udf/udf.h"#include <iostream>#include <sstream>#include <assert.h>#include <gutil/port.h>#include "util/error-util.h"#include "udf/udf-internal.h"#include "runtime/free-pool.h"#include "runtime/mem-tracker.h"#include "runtime/runtime-state.h"#include "common/names.h"Go to the source code of this file.
Variables | |
| static const int | MAX_WARNINGS = 1000 |
|
static |
Definition at line 111 of file udf.cc.
Referenced by impala_udf::FunctionContext::AddWarning().