All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
as_query_predicates Struct Reference

Detailed Description

Sequence of predicates to be applied to a query.

Entries can either be initialized on the stack or on the heap.

Initialization should be performed via a query object, using:

  • as_query_where_init()
  • as_query_where_inita()

Definition at line 329 of file as_query.h.

#include "as_query.h"

+ Collaboration diagram for as_query_predicates:

Data Fields

uint16_t capacity
 
as_predicateentries
 
uint16_t size
 

Field Documentation

◆ capacity

uint16_t as_query_predicates::capacity

Number of entries allocated

Definition at line 340 of file as_query.h.

◆ entries

as_predicate* as_query_predicates::entries

Sequence of entries

Definition at line 350 of file as_query.h.

◆ size

uint16_t as_query_predicates::size

Number of entries used

Definition at line 345 of file as_query.h.


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