PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
JumbleState Struct Reference

#include <queryjumble.h>

Data Fields

unsigned char * jumble
 
Size jumble_len
 
LocationLenclocations
 
int clocations_buf_size
 
int clocations_count
 
int highest_extern_param_id
 
unsigned int pending_nulls
 

Detailed Description

Definition at line 38 of file queryjumble.h.

Field Documentation

◆ clocations

LocationLen* JumbleState::clocations

◆ clocations_buf_size

int JumbleState::clocations_buf_size

Definition at line 50 of file queryjumble.h.

Referenced by InitJumble(), and RecordConstLocation().

◆ clocations_count

int JumbleState::clocations_count

◆ highest_extern_param_id

int JumbleState::highest_extern_param_id

Definition at line 56 of file queryjumble.h.

Referenced by _jumbleNode(), generate_normalized_query(), and InitJumble().

◆ jumble

unsigned char* JumbleState::jumble

Definition at line 41 of file queryjumble.h.

Referenced by AppendJumbleInternal(), DoJumble(), and InitJumble().

◆ jumble_len

Size JumbleState::jumble_len

Definition at line 44 of file queryjumble.h.

Referenced by AppendJumbleInternal(), DoJumble(), and InitJumble().

◆ pending_nulls

unsigned int JumbleState::pending_nulls

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