#include "dataio.h"#include "match.h"#include "merge.h"

Functions | |
| int | create_merge_table (char *workpath, char *out, int *fileno, int numsets) |
| Reads in pointer files and creates merge table. | |
| int create_merge_table | ( | char * | workpath, | |
| char * | out, | |||
| int * | fileno, | |||
| int | numsets | |||
| ) |
Reads in pointer files and creates merge table.
| workpath | Working directory path | |
| out | Name of merge table file | |
| fileno | List of pointer file file numbers |
References count_records(), MATCH_FAIL, and read_pointers().
Referenced by merge().
1.6.3