|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "util/dynamic-util.h"#include <dlfcn.h>#include <sstream>#include "runtime/exec-env.h"#include "util/test-info.h"#include "common/names.h"Go to the source code of this file.
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| Status | impala::DynamicLookup (void *handle, const char *symbol, void **fn_ptr, bool quiet) |
| Status | impala::DynamicOpen (const char *library, void **handle) |
| void | impala::DynamicClose (void *handle) |
| Closes the handle. More... | |