当前位置:网站首页>GBase 8c系统表-pg_amop
GBase 8c系统表-pg_amop
2022-07-03 02:18:00 【大壮十二】
pg_amop系统表存储有关和访问方法操作符族关联的信息。如果一个操作符是一个操作符族中的成员,则在这个表中会占据一行。一个族成员是一个search操作符或一个ordering操作符。一个操作符可以在多个族中出现,但是不能在一个族中的多个搜索位置或多个排序位置中出现。
名称 | 类型 | 引用 | 描述 |
oid | oid | 行标识符(隐藏属性,必须被显式选择才会显示) | |
amopfamily | oid | pg_opfamily.oid | 这个项所在的操作符族 |
amoplefttype | oid | pg_type.oid | 操作符的左手输入数据类型 |
amoprighttype | oid | pg_type.oid | 操作符的右手输入数据类型 |
amopstrategy | int2 | 操作符策略号 | |
amoppurpose | char | 操作符目的,s表示搜索,o表示排序 | |
amopopr | oid | pg_operator.oid | 操作符的OID |
amopmethod | oid | pg_am.oid | 使用此操作符族的索引访问方法 |
amopsortfamily | oid | pg_opfamily.oid | 如果是一个排序操作符,该项会根据这个 B树操作符族排序,如果是一个搜索操作符则为0 |
search操作符表明这个操作符族的一个索引可以被搜索,找到所有满足WHERE indexed_column operator constant的行。显然,这样的操作符必须返回布尔值,并且它的左输入类型必须匹配索引的字段数据类型。
ordering操作符表明这个操作符族的一个索引可以被扫描,返回以ORDER BYindexed_column operator constant顺序表示的行。这样的操作符可以返回任意可排序的数据类型,它的左输入类型也必须匹配索引的字段数据类型。 ORDER BY的确切的语义是由amopsortfamily字段指定的,该字段必须为操作符的返回类型引用一个btree操作符族。
边栏推荐
- Storage basic operation
- 【ROS进阶篇】第六讲 ROS中的录制与回放(rosbag)
- Flink CDC mongoDB 使用及Flink sql解析monggo中复杂嵌套JSON数据实现
- Leetcode(540)——有序数组中的单一元素
- Basic operation of view
- How to find summer technical internship in junior year? Are you looking for a large company or a small company for technical internship?
- Current situation and future of Web3 in various countries
- String replace space
- 4. Classes and objects
- The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
猜你喜欢

oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???

可視化yolov5格式數據集(labelme json文件)

PyTorch 卷积网络正则化 DropBlock
![[shutter] hero animation (hero realizes radial animation | hero component createrecttween setting)](/img/e7/915404743d6639ac359bb4e7f7fbb7.jpg)
[shutter] hero animation (hero realizes radial animation | hero component createrecttween setting)

elastic stack

stm32F407-------IIC通讯协议

Ni visa fails after LabVIEW installs the third-party visa software

Trial setup and use of idea GoLand development tool

详细些介绍如何通过MQTT协议和华为云物联网进行通信
![[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)](/img/66/0fda43da0d36fc0c9277ca86ece252.jpg)
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
随机推荐
Restcloud ETL cross database data aggregation operation
File class (check)
Visual yolov5 format data set (labelme JSON file)
stm32F407-------DMA
easyPOI
Apple releases MacOS 11.6.4 update: mainly security fixes
Memory pool (understand the process of new developing space from the perspective of kernel)
Unrecognized SSL message, plaintext connection?
DQL basic operation
Awk from entry to burial (1) awk first meeting
Exception handling in kotlin process
Flink CDC mongoDB 使用及Flink sql解析monggo中复杂嵌套JSON数据实现
微服务组件Sentinel (Hystrix)详细分析
Swift开发学习
MySQL学习03
What are the key points often asked in the redis interview
QT qcombobox add qccheckbox (drop-down list box insert check box, including source code + comments)
Face recognition 6-face_ recognition_ Py based on OpenCV, face detection and real-time tracking using Haar cascade and Dlib Library
各国Web3现状与未来
How do browsers render pages?