0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::Hql::CellInterval Class Reference

#include <HqlParser.h>

Collaboration diagram for Hypertable::Hql::CellInterval:
Collaboration graph
[legend]

Public Member Functions

 CellInterval ()
 
void clear ()
 
bool empty ()
 
void set_start (const std::string &row, const std::string &column, bool inclusive)
 
void set_end (const std::string &row, const std::string &column, bool inclusive)
 

Public Attributes

std::string start_row
 
std::string start_column
 
bool start_inclusive
 
bool start_set
 
std::string end_row
 
std::string end_column
 
bool end_inclusive
 
bool end_set
 

Detailed Description

Definition at line 206 of file HqlParser.h.

Constructor & Destructor Documentation

Hypertable::Hql::CellInterval::CellInterval ( )
inline

Definition at line 208 of file HqlParser.h.

Member Function Documentation

void Hypertable::Hql::CellInterval::clear ( )
inline

Definition at line 211 of file HqlParser.h.

bool Hypertable::Hql::CellInterval::empty ( )
inline

Definition at line 218 of file HqlParser.h.

void Hypertable::Hql::CellInterval::set_end ( const std::string &  row,
const std::string &  column,
bool  inclusive 
)
inline

Definition at line 227 of file HqlParser.h.

void Hypertable::Hql::CellInterval::set_start ( const std::string &  row,
const std::string &  column,
bool  inclusive 
)
inline

Definition at line 220 of file HqlParser.h.

Member Data Documentation

std::string Hypertable::Hql::CellInterval::end_column

Definition at line 239 of file HqlParser.h.

bool Hypertable::Hql::CellInterval::end_inclusive

Definition at line 240 of file HqlParser.h.

std::string Hypertable::Hql::CellInterval::end_row

Definition at line 238 of file HqlParser.h.

bool Hypertable::Hql::CellInterval::end_set

Definition at line 241 of file HqlParser.h.

std::string Hypertable::Hql::CellInterval::start_column

Definition at line 235 of file HqlParser.h.

bool Hypertable::Hql::CellInterval::start_inclusive

Definition at line 236 of file HqlParser.h.

std::string Hypertable::Hql::CellInterval::start_row

Definition at line 234 of file HqlParser.h.

bool Hypertable::Hql::CellInterval::start_set

Definition at line 237 of file HqlParser.h.


The documentation for this class was generated from the following file: