Declarations for QualifiedRangeSpec and QualifiedRangeSpecManaged. More...
#include <Hypertable/Lib/RangeSpec.h>
#include <Hypertable/Lib/RangeState.h>
#include <Hypertable/Lib/TableIdentifier.h>
#include <Common/ByteString.h>
#include <Common/MurmurHash.h>
#include <Common/PageArenaAllocator.h>
#include <Common/String.h>
#include <Common/Serializable.h>
#include <cassert>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | Hypertable::QualifiedRangeSpec |
Qualified (with table identifier) range specification. More... | |
class | Hypertable::QualifiedRangeSpecManaged |
Qualified (with table identifier) range specification, with storage. More... | |
struct | Hypertable::LtQualifiedRangeSpecManaged |
class | Hypertable::QualifiedRangeHash |
struct | Hypertable::QualifiedRangeEqual |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Declarations for QualifiedRangeSpec and QualifiedRangeSpecManaged.
This file contains declarations for QualifiedRangeSpec and QualifiedRangeSpecManaged, classes for holding a qualified range specification, which is a range specification with the owning table identifier.
Definition in file QualifiedRangeSpec.h.