Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
dynamic-util.cc File Reference
#include "util/dynamic-util.h"
#include <dlfcn.h>
#include <sstream>
#include "runtime/exec-env.h"
#include "util/test-info.h"
#include "common/names.h"
Include dependency graph for dynamic-util.cc:

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...