#include "Common/Compat.h"
#include <fstream>
#include <iostream>
#include <string>
#include "Common/Init.h"
#include "Common/System.h"
#include "Common/Usage.h"
#include "FsBroker/Lib/Client.h"
#include "Hypertable/Lib/Client.h"
#include "Hypertable/Lib/Key.h"
#include "Hypertable/Lib/KeySpec.h"
#include "Hypertable/Lib/ScanSpec.h"
#include "Config.h"
#include "CellStoreFactory.h"
#include "CellStore.h"
#include "Global.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Open cellStore
Definition at line 86 of file count_stored.cc.