PostgreSQL Source Code  git master
CustomPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
uint32 flags
 
Listcustom_paths
 
Listcustom_restrictinfo
 
Listcustom_private
 
const struct CustomPathMethodsmethods
 

Detailed Description

Definition at line 1892 of file pathnodes.h.

Field Documentation

◆ custom_paths

List* CustomPath::custom_paths

◆ custom_private

List* CustomPath::custom_private

Definition at line 1899 of file pathnodes.h.

Referenced by reparameterize_path_by_child().

◆ custom_restrictinfo

List* CustomPath::custom_restrictinfo

Definition at line 1898 of file pathnodes.h.

Referenced by reparameterize_path_by_child().

◆ flags

uint32 CustomPath::flags

Definition at line 1895 of file pathnodes.h.

◆ methods

const struct CustomPathMethods* CustomPath::methods

Definition at line 1900 of file pathnodes.h.

Referenced by create_customscan_plan(), and reparameterize_path_by_child().

◆ path

Path CustomPath::path

Definition at line 1894 of file pathnodes.h.

Referenced by create_customscan_plan(), and reparameterize_path_by_child().


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