Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
codec.cc File Reference
#include "util/codec.h"
#include <boost/assign/list_of.hpp>
#include <limits>
#include <gutil/strings/substitute.h>
#include "util/compress.h"
#include "util/decompress.h"
#include "gen-cpp/CatalogObjects_types.h"
#include "gen-cpp/CatalogObjects_constants.h"
#include "common/names.h"
Include dependency graph for codec.cc:

Go to the source code of this file.

Variables

const char *const NO_LZO_MSG
 

Variable Documentation

const char* const NO_LZO_MSG
Initial value:
= "LZO codecs may not be created via the Codec interface. "
"Instead the LZO library is directly invoked."

Definition at line 40 of file codec.cc.