#include "volksdata/codec_interface.h"

Go to the source code of this file.
Typedefs | |
| typedef struct nq_encode_iter_t | NQuadsEncodeIterator |
| NQuads encoder iterator. | |
Functions | |
| void | nq_encode_dset_done (void *h) |
| Finalize the store encoding loop. | |
| void * | nq_encode_dset_init (VOLK_Dataset *dset) |
| Initialize a store encoding loop. | |
| VOLK_rc | nq_encode_dset_iter (void *h, char **res_p) |
| Encode a chunk from a store. | |