add_cell(CharArena &arena, const string &row, const string &column) | Hypertable::Lib::ScanSpec | inline |
add_cell_interval(CharArena &arena, const string &start_row, const string &start_column, bool start_inclusive, const string &end_row, const string &end_column, bool end_inclusive) | Hypertable::Lib::ScanSpec | inline |
add_column(CharArena &arena, const string &str) | Hypertable::Lib::ScanSpec | inline |
add_column_predicate(CharArena &arena, const string &column_family, const char *column_qualifier, uint32_t operation, const char *value, uint32_t value_len=0) | Hypertable::Lib::ScanSpec | inline |
add_row(CharArena &arena, const string &str) | Hypertable::Lib::ScanSpec | inline |
add_row_interval(CharArena &arena, const string &start, bool start_inclusive, const string &end, bool end_inclusive) | Hypertable::Lib::ScanSpec | inline |
and_column_predicates | Hypertable::Lib::ScanSpec | |
base_copy(ScanSpec &other) const | Hypertable::Lib::ScanSpec | inline |
cache_key() const | Hypertable::Lib::ScanSpec | inline |
cacheable() const | Hypertable::Lib::ScanSpec | inline |
cell_intervals | Hypertable::Lib::ScanSpec | |
cell_limit | Hypertable::Lib::ScanSpec | |
cell_limit_per_family | Hypertable::Lib::ScanSpec | |
cell_offset | Hypertable::Lib::ScanSpec | |
clear() | Hypertable::Lib::ScanSpec | inline |
column_predicates | Hypertable::Lib::ScanSpec | |
columns | Hypertable::Lib::ScanSpec | |
decode(const uint8_t **bufp, size_t *remainp) | Hypertable::Serializable | virtual |
decode_internal(uint8_t version, const uint8_t **bufp, size_t *remainp) override | Hypertable::Lib::ScanSpec | privatevirtual |
do_not_cache | Hypertable::Lib::ScanSpec | |
encode(uint8_t **bufp) const | Hypertable::Serializable | virtual |
encode_internal(uint8_t **bufp) const override | Hypertable::Lib::ScanSpec | privatevirtual |
encoded_length() const | Hypertable::Serializable | virtual |
encoded_length_internal() const override | Hypertable::Lib::ScanSpec | privatevirtual |
encoding_version() const override | Hypertable::Lib::ScanSpec | privatevirtual |
keys_only | Hypertable::Lib::ScanSpec | |
max_versions | Hypertable::Lib::ScanSpec | |
operator<<(ostream &os, const ScanSpec &scan_spec) | Hypertable::Lib::ScanSpec | related |
parse_column(const char *column_str, string &family, const char **qualifier, size_t *qualifier_len, bool *has_qualifier, bool *is_regexp, bool *is_prefix) | Hypertable::Lib::ScanSpec | static |
rebuild_indices | Hypertable::Lib::ScanSpec | |
render_hql(const string &table) const | Hypertable::Lib::ScanSpec | |
return_deletes | Hypertable::Lib::ScanSpec | |
row_intervals | Hypertable::Lib::ScanSpec | |
row_limit | Hypertable::Lib::ScanSpec | |
row_offset | Hypertable::Lib::ScanSpec | |
row_regexp | Hypertable::Lib::ScanSpec | |
scan_and_filter_rows | Hypertable::Lib::ScanSpec | |
ScanSpec() | Hypertable::Lib::ScanSpec | inline |
ScanSpec(CharArena &arena) | Hypertable::Lib::ScanSpec | inline |
ScanSpec(CharArena &arena, const ScanSpec &) | Hypertable::Lib::ScanSpec | |
ScanSpec(const uint8_t **bufp, size_t *remainp) | Hypertable::Lib::ScanSpec | inline |
set_end_time(int64_t end) | Hypertable::Lib::ScanSpec | inline |
set_row_regexp(CharArena &arena, const char *regexp) | Hypertable::Lib::ScanSpec | inline |
set_start_time(int64_t start) | Hypertable::Lib::ScanSpec | inline |
set_time_interval(int64_t start, int64_t end) | Hypertable::Lib::ScanSpec | inline |
set_value_regexp(CharArena &arena, const char *regexp) | Hypertable::Lib::ScanSpec | inline |
time_interval | Hypertable::Lib::ScanSpec | |
value_regexp | Hypertable::Lib::ScanSpec | |