#include <Common/Compat.h>
#include "Hyperspace/Session.h"
#include <Hypertable/Lib/Key.h>
#include <Hypertable/Lib/NameIdMapper.h>
#include <Hypertable/Lib/RootFileHandler.h>
#include <Hypertable/Lib/RangeLocator.h>
#include <Hypertable/Lib/ScanBlock.h>
#include <Hypertable/Lib/ScanSpec.h>
#include <Common/Error.h>
#include <Common/ScopeGuard.h>
#include <boost/algorithm/string.hpp>
#include <cassert>
#include <chrono>
#include <cstdlib>
#include <cstring>
#include <thread>
#include <vector>
#include <limits.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | SAVE_ERR(_code_, _msg_) |
#define | SAVE_ERR2(_code_, _ex_, _msg_) |
#define SAVE_ERR | ( | _code_, | |
_msg_ | |||
) |
Definition at line 51 of file RangeLocator.cc.
#define SAVE_ERR2 | ( | _code_, | |
_ex_, | |||
_msg_ | |||
) |
Definition at line 59 of file RangeLocator.cc.