#include "cifparse.h"
void ndb_cif_compress_category(CifHandle *cf,
CifHandle *ddl);
ndb_cif_compress_category delete redundant rows from CifHandle structure specified by cf in the curent category. Knowledge about what rows are redundant is found in the ddl for dictionaries, i.e. in the dictionary for data files.
cf1 | pointer to the CifHandle data structure wich are compressing |
ddl | pointer to the CifHandle data structure where the knowledge is saved (ddl/dictionary) |
None
Function does provide new value to the cf.
See also: | ndb_cif_compress_file |
---|---|
ndb_cif_compress_datablock |