PostgreSQL Source Code: ITEM Struct Reference (original) (raw)

#include <[_int.h](%5F%5Fint%5F8h%5Fsource.html)>

Data Fields
int16 type
int16 left
int32 val
uint8 flag
uint8 length
uint16 distance

Detailed Description

Definition at line 140 of file _int.h.

Field Documentation

distance

uint16 ITEM::distance

Definition at line 146 of file ltree.h.

Referenced by infix(), infix(), and queryin().

flag

uint8 ITEM::flag

Definition at line 143 of file ltree.h.

Referenced by infix(), and queryin().

left

int16 ITEM::left

Definition at line 143 of file _int.h.

Referenced by contains_required_value(), findoprnd(), findoprnd(), int_query_opr_selec(), and ltree_execute().

length

uint8 ITEM::length

Definition at line 145 of file ltree.h.

Referenced by infix(), and queryin().

type

int16 ITEM::type

Definition at line 142 of file _int.h.

Referenced by bqarr_in(), contains_required_value(), execute(), infix(), infix(), infix(), int_query_opr_selec(), ltree_execute(), and queryin().

val

int32 ITEM::val

Definition at line 144 of file _int.h.

Referenced by bqarr_in(), checkcondition_arr(), checkcondition_bit(), contains_required_value(), findoprnd(), infix(), infix(), int_query_opr_selec(), ltree_execute(), and queryin().


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