PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_FuncCandidateList Struct Reference

#include <namespace.h>

Data Fields

struct _FuncCandidateListnext
 
int pathpos
 
Oid oid
 
int nominalnargs
 
int nargs
 
int nvargs
 
int ndargs
 
intargnumbers
 
Oid args [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 29 of file namespace.h.

Field Documentation

◆ argnumbers

int* _FuncCandidateList::argnumbers

Definition at line 38 of file namespace.h.

◆ args

Oid _FuncCandidateList::args[FLEXIBLE_ARRAY_MEMBER]

Definition at line 39 of file namespace.h.

Referenced by left_oper().

◆ nargs

int _FuncCandidateList::nargs

Definition at line 35 of file namespace.h.

Referenced by FuncnameGetCandidates().

◆ ndargs

int _FuncCandidateList::ndargs

Definition at line 37 of file namespace.h.

◆ next

struct _FuncCandidateList* _FuncCandidateList::next

Definition at line 31 of file namespace.h.

Referenced by func_match_argtypes(), and FuncnameGetCandidates().

◆ nominalnargs

int _FuncCandidateList::nominalnargs

Definition at line 34 of file namespace.h.

◆ nvargs

int _FuncCandidateList::nvargs

Definition at line 36 of file namespace.h.

◆ oid

Oid _FuncCandidateList::oid

Definition at line 33 of file namespace.h.

◆ pathpos

int _FuncCandidateList::pathpos

Definition at line 32 of file namespace.h.


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