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

Data Fields

ArrayMetaState array_meta
 
Oid elem_lt_opr
 
Oid elem_gt_opr
 
Oid array_type
 

Detailed Description

Definition at line 53 of file array_userfuncs.c.

Field Documentation

◆ array_meta

ArrayMetaState ArraySortCachedInfo::array_meta

Definition at line 55 of file array_userfuncs.c.

Referenced by array_sort_internal().

◆ array_type

Oid ArraySortCachedInfo::array_type

Definition at line 58 of file array_userfuncs.c.

Referenced by array_sort_internal().

◆ elem_gt_opr

Oid ArraySortCachedInfo::elem_gt_opr

Definition at line 57 of file array_userfuncs.c.

Referenced by array_sort_internal().

◆ elem_lt_opr

Oid ArraySortCachedInfo::elem_lt_opr

Definition at line 56 of file array_userfuncs.c.

Referenced by array_sort_internal().


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