Volksdata 1.0b10
RDF library
Loading...
Searching...
No Matches

Parser state. More...

#include <parser_nq.h>

Collaboration diagram for NQParserState:

Data Fields

size_t ct
 Statements parsed.
VOLK_Datasetds
 Dataset to write to.
bool ext_txn
VOLK_rc rc
 Internal return code.
void * txn

Detailed Description

Parser state.

Definition at line 13 of file parser_nq.h.

Field Documentation

◆ ct

size_t NQParserState::ct

Statements parsed.

Definition at line 17 of file parser_nq.h.

◆ ds

VOLK_Dataset* NQParserState::ds

Dataset to write to.

Definition at line 14 of file parser_nq.h.

◆ ext_txn

bool NQParserState::ext_txn

Whether an external transaction was passed.

Definition at line 19 of file parser_nq.h.

◆ rc

VOLK_rc NQParserState::rc

Internal return code.

Definition at line 18 of file parser_nq.h.

◆ txn

void* NQParserState::txn

Transaction to wrap decode operation in. May be NULL.

Definition at line 15 of file parser_nq.h.


The documentation for this struct was generated from the following file: