PostgreSQL Source Code  git master
lquery_variant Struct Reference

#include <ltree.h>

Data Fields

int32 val
 
uint16 len
 
uint8 flag
 
char name [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 58 of file ltree.h.

Field Documentation

◆ flag

uint8 lquery_variant::flag

Definition at line 62 of file ltree.h.

Referenced by checkLevel(), deparse_lquery(), and parse_lquery().

◆ len

uint16 lquery_variant::len

Definition at line 61 of file ltree.h.

Referenced by checkLevel(), deparse_lquery(), gist_tqcmp(), and parse_lquery().

◆ name

char lquery_variant::name[FLEXIBLE_ARRAY_MEMBER]

Definition at line 63 of file ltree.h.

Referenced by checkLevel(), deparse_lquery(), gist_tqcmp(), and parse_lquery().

◆ val

int32 lquery_variant::val

Definition at line 60 of file ltree.h.

Referenced by gist_qe(), and parse_lquery().


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