PostgreSQL Source Code  git master
JsonIsPredicate Struct Reference

#include <primnodes.h>

Data Fields

NodeTag type
 
Nodeexpr
 
JsonFormatformat
 
JsonValueType item_type
 
bool unique_keys
 
ParseLoc location
 

Detailed Description

Definition at line 1698 of file primnodes.h.

Field Documentation

◆ expr

◆ format

JsonFormat* JsonIsPredicate::format

◆ item_type

JsonValueType JsonIsPredicate::item_type

◆ location

ParseLoc JsonIsPredicate::location

Definition at line 1705 of file primnodes.h.

Referenced by makeJsonIsPredicate(), and transformJsonIsPredicate().

◆ type

NodeTag JsonIsPredicate::type

Definition at line 1700 of file primnodes.h.

◆ unique_keys

bool JsonIsPredicate::unique_keys

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