0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
Key.cc File Reference
#include "Common/Compat.h"
#include <cassert>
#include <iostream>
#include "Key.h"
Include dependency graph for Key.cc:

Go to the source code of this file.

Namespaces

 Hypertable
 Hypertable definitions
 

Functions

void Hypertable::create_key_and_append (DynamicBuffer &dst_buf, const Key &key, bool time_order_asc)
 
void Hypertable::create_key_and_append (DynamicBuffer &dst_buf, uint8_t flag, const char *row, uint8_t column_family_code, const char *column_qualifier, int64_t timestamp, int64_t revision, bool time_order_asc)
 
void Hypertable::create_key_and_append (DynamicBuffer &dst_buf, const char *row, bool time_order_asc)
 
std::ostream & Hypertable::operator<< (std::ostream &os, const Key &key)
 Prints a one-line representation of the key to the given ostream. More...