PostgreSQL Source Code  git master
JsonIsPredicate Struct Reference

#include <primnodes.h>

Data Fields

NodeTag type
 
Nodeexpr
 
JsonFormatformat
 
JsonValueType item_type
 
bool unique_keys
 
int location
 

Detailed Description

Definition at line 1663 of file primnodes.h.

Field Documentation

◆ expr

◆ format

JsonFormat* JsonIsPredicate::format

◆ item_type

JsonValueType JsonIsPredicate::item_type

◆ location

int JsonIsPredicate::location

Definition at line 1670 of file primnodes.h.

Referenced by makeJsonIsPredicate(), and transformJsonIsPredicate().

◆ type

NodeTag JsonIsPredicate::type

Definition at line 1665 of file primnodes.h.

◆ unique_keys

bool JsonIsPredicate::unique_keys

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