0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
apache_log_query.cc File Reference
#include "Common/Compat.h"
#include <cstdio>
#include "Common/Error.h"
#include "Common/System.h"
#include "Hypertable/Lib/Client.h"
Include dependency graph for apache_log_query.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 This program is designed to query the table 'LogDb' for the contents of the row that has the key equal to the web page supplied as the command line argument. More...
 

Function Documentation

int main ( int  argc,
char **  argv 
)

This program is designed to query the table 'LogDb' for the contents of the row that has the key equal to the web page supplied as the command line argument.

The 'LogDb' table is populated with the apache_log_load program.

Definition at line 52 of file apache_log_query.cc.