Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
read-write-util.h File Reference
#include <boost/cstdint.hpp>
#include <sstream>
#include "common/logging.h"
#include "common/status.h"
#include "util/bit-util.h"
Include dependency graph for read-write-util.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define RETURN_IF_FALSE (   x)    if (UNLIKELY(!(x))) return false

Definition at line 27 of file read-write-util.h.