ion_flat_file_row_t Struct Reference

Container for the rows written in the flat file data file. More...

#include <flat_file_types.h>

Collaboration diagram for ion_flat_file_row_t:

Public Attributes

ion_flat_file_row_status_t row_status
 
ion_key_t key
 
ion_value_t value
 

Detailed Description

Container for the rows written in the flat file data file.

Definition at line 107 of file flat_file_types.h.

Member Data Documentation

ion_key_t ion_flat_file_row_t::key

The key stored in this row.

Definition at line 111 of file flat_file_types.h.

ion_flat_file_row_status_t ion_flat_file_row_t::row_status

A flag indicating the status of the row.

Definition at line 109 of file flat_file_types.h.

ion_value_t ion_flat_file_row_t::value

The value stored in this row.

Definition at line 113 of file flat_file_types.h.


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