Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
dynamic-util.h File Reference
#include "common/status.h"
Include dependency graph for dynamic-util.h:
This graph shows which files directly or indirectly include this file:

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