当前位置:网站首页>GBase 8c系统表-pg_aggregate
GBase 8c系统表-pg_aggregate
2022-07-03 02:18:00 【大壮十二】
pg_aggregate系统表存储与聚集函数有关的信息。pg_aggregate里的每条记录都是一条pg_proc里面的记录的扩展。PG_PROC记录承载该聚集的名字、输入和输出数据类型,以及其它一些和普通函数类似的信息。
名称 | 类型 | 引用 | 描述 |
aggfnoid | regproc | pg_proc.oid | 聚集函数在pg_proc中的OID |
aggkind | char | 聚集类型: n表示“普通”聚集, o表示“有序集”聚集,或者 h表示“假想集”聚集 | |
aggnumdirectargs | int2 | 一个有序集或者假想集聚集的直接(非聚集)参数的数量,一个可变数组算作一个参数。 如果等于pronargs,该聚集必定是可变的并且该可变数组描述聚集参数以及最终直接参数。对于普通聚集总是为零。 | |
aggtransfn | regproc | pg_proc.oid | 转移函数 |
aggcollectfn | regproc | pg_proc.oid | 集合函数 |
aggfinalfn | regproc | pg_proc.oid | 最终函数(如果没有就为零) |
aggcombinefn | regproc | pg_proc.oid | 结合函数(如果没有就为零) |
aggserialfn | regproc | pg_proc.oid | 序列化函数(如果没有就为零) |
aggdeserialfn | regproc | pg_proc.oid | 反序列化函数(如果没有就为零) |
aggmtransfn | regproc | pg_proc.oid | 用于移动聚集模式的向前转移函数(如果没有就为零) |
aggminvtransfn | regproc | pg_proc.oid | 用于移动聚集模式的反向转移函数(如果没有就为零) |
aggmfinalfn | regproc | pg_proc.oid | 用于移动聚集模式的最终函数(如果没有就为零) |
aggfinalextra | bool | 为真则向 aggfinalfn传递额外的哑参数 | |
aggmfinalextra | bool | 为真则向 aggmfinalfn传递额外的哑参数 | |
aggsortop | oid | pg_operator.oid | 相关联的排序操作符(如果没有则为0) |
aggtranstype | oid | pg_type.oid | 聚集函数的内部转移和收集(状态)数据的数据类型 |
aggtransspace | int4 | 转移状态数据的近似平均尺寸(字节),或者为零表示使用一个默认估算值 | |
aggmtranstype | oid | pg_type.oid | 聚集函数用于移动聚集欧氏的内部转移(状态)数据的数据类型(如果没有则为零) |
aggmtransspace | int4 | 转移状态数据的近似平均尺寸(字节),或者为零表示使用一个默认估算值 | |
agginitval | text | 转移状态的初始值。这是一个文本域,它包含初始值的外部字符串表现形式。如果这个域为空,则转移状态值从空值开始。 | |
agginitcollect | text | 集合状态的初始值。这是一个文本字段,在其外部字符串表示中包含初始值。如果此字段为空,则集合状态值从空开始。 | |
aggminitval | text | 用于移动聚集模式的转移状态初值。这是一个文本域,它包含了以其文本字符串形式表达的初值。如果这个域为空,则转移状态值从空值开始。 |
边栏推荐
- GBase 8c系统表-pg_authid
- Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt
- 苏世民:25条工作和生活原则
- Leetcode(540)——有序数组中的单一元素
- What are MySQL locks and classifications
- PyTorch 卷积网络正则化 DropBlock
- GBase 8c系统表pg_database
- Face recognition 6-face_ recognition_ Py based on OpenCV, face detection and real-time tracking using Haar cascade and Dlib Library
- Coroutinecontext in kotlin
- The sandbox explains its vision for the meta universe platform
猜你喜欢

Detailed introduction to the usage of Nacos configuration center

Introduce in detail how to communicate with Huawei cloud IOT through mqtt protocol

详细些介绍如何通过MQTT协议和华为云物联网进行通信
【ROS进阶篇】第六讲 ROS中的录制与回放(rosbag)

Visual yolov5 format data set (labelme JSON file)

《上市风云》荐书——唯勇气最可贵

easyExcel

Memory pool (understand the process of new developing space from the perspective of kernel)

Restcloud ETL cross database data aggregation operation

内存池(内核角度理解new开辟空间的过程)
随机推荐
stm32F407-------ADC
Face recognition 6-face_ recognition_ Py based on OpenCV, face detection and real-time tracking using Haar cascade and Dlib Library
Distributed transaction solution
[Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor
Thread safe singleton mode
Detailed analysis of micro service component sentinel (hystrix)
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
How can retail enterprises open the second growth curve under the full link digital transformation
leetcode961. Find the elements repeated N times in the array with length 2n
awk从入门到入土(1)awk初次会面
Basic operation of view
Tongda OA V12 process center
[codeforces] cf1338a - Powered addition [binary]
require.context
DQL basic operation
[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)
力扣(LeetCode)183. 从不订购的客户(2022.07.02)
Cfdiv2 Fixed Point Guessing - (2 points for Interval answer)
GBase 8c 函数/存储过程参数(二)
Socket programming