#include "common/dataframe.h"
#include "common/io.h"
#include "common/stringjoin.h"
#include "common/stringjoin_parallel.h"
#include "common/simfunc.h"
#include <vector>
Macros | |
#define | MAX_SCHEMA_SIZE 10 |
Functions | |
int | verify (const std::vector< std::string > &recordsA, const std::vector< std::string > &recordsB, int tau) |
int | verify (const std::vector< std::string > &records, int tau) |
int | main (int argc, char *argv[]) |
#define MAX_SCHEMA_SIZE 10 |
int main | ( | int | argc, |
char * | argv[] ) |
int verify | ( | const std::vector< std::string > & | records, |
int | tau ) |
int verify | ( | const std::vector< std::string > & | recordsA, |
const std::vector< std::string > & | recordsB, | ||
int | tau ) |