PostgreSQL Source Code  git master
ITEM Struct Reference

#include <_int.h>

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(), 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(), 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

◆ val


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