nemea-common  1.6.3
Data Fields
fhf_iter_t Struct Reference

#include <fast_hash_filter.h>

Data Fields

fhf_table_ttable
 
int64_t row
 
int32_t col
 
uint8_t * key_ptr
 
uint8_t * data_ptr
 

Detailed Description

Iterator structure.

Definition at line 149 of file fast_hash_filter.h.

Field Documentation

◆ col

int32_t fhf_iter_t::col

Value of column where the item is located.

Definition at line 152 of file fast_hash_filter.h.

◆ data_ptr

uint8_t* fhf_iter_t::data_ptr

Pointer to the data of item.

Definition at line 154 of file fast_hash_filter.h.

◆ key_ptr

uint8_t* fhf_iter_t::key_ptr

Pointer to the key of item.

Definition at line 153 of file fast_hash_filter.h.

◆ row

int64_t fhf_iter_t::row

Value of row where the item is located.

Definition at line 151 of file fast_hash_filter.h.

◆ table

fhf_table_t* fhf_iter_t::table

Pointer to the structure of table.

Definition at line 150 of file fast_hash_filter.h.


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