Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "common/status.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... | |