Volksdata 1.0b12
RDF library and triple store
Loading...
Searching...
No Matches
Collaboration diagram for TriG codec writer:

Functions

void trig_encode_dset_done (void *h)
 Finalize the data set encoding loop.
void * trig_encode_dset_init (VOLK_DataSet *ds)
 Initialize a data set encoding loop.
VOLK_rc trig_encode_dset_iter (void *h, char **res_p)
 Encode a chunk from a data set.

Detailed Description

Function Documentation

◆ trig_encode_dset_done()

void trig_encode_dset_done ( void * h)

Finalize the data set encoding loop.

Definition at line 171 of file writer_trig.c.

◆ trig_encode_dset_init()

void * trig_encode_dset_init ( VOLK_DataSet * ds)

Initialize a data set encoding loop.

Parameters
[in]dsData set to feed into the encoding loop. The function takes ownership of the handle.
Returns
Opaque iterator handle on success: the handle is passed iteratively to trig_encode_dset_iter. NULL on failure.

Definition at line 60 of file writer_trig.c.

◆ trig_encode_dset_iter()

VOLK_rc trig_encode_dset_iter ( void * h,
char ** res_p )

Encode a chunk from a data set.

Definition at line 76 of file writer_trig.c.