Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <boost/cstdint.hpp>
#include <sstream>
#include "common/logging.h"
#include "common/status.h"
#include "util/bit-util.h"
Go to the source code of this file.
Classes | |
class | impala::ReadWriteUtil |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Macros | |
#define | RETURN_IF_FALSE(x) if (UNLIKELY(!(x))) return false |
#define RETURN_IF_FALSE | ( | x | ) | if (UNLIKELY(!(x))) return false |
Definition at line 27 of file read-write-util.h.