当前位置:网站首页>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操作符族。
边栏推荐
- GBase 8c系统表-pg_collation
- Tongda OA homepage portal workbench
- Stm32f407 ------- IIC communication protocol
- UDP receive queue and multiple initialization test
- GBase 8c触发器(三)
- 单词单词单词
- Return a tree structure data
- 力扣(LeetCode)183. 从不订购的客户(2022.07.02)
- Swift开发学习
- 人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
猜你喜欢
[shutter] hero animation (hero realizes radial animation | hero component createrecttween setting)
通达OA v12流程中心
What are the key points often asked in the redis interview
easyPOI
udp接收队列以及多次初始化的测试
线程安全的单例模式
Tongda OA V12 process center
《上市风云》荐书——唯勇气最可贵
UDP receive queue and multiple initialization test
Awk from introduction to earth (0) overview of awk
随机推荐
Introduce in detail how to communicate with Huawei cloud IOT through mqtt protocol
How do it students find short-term internships? Which is better, short-term internship or long-term internship?
Tongda OA homepage portal workbench
How to find summer technical internship in junior year? Are you looking for a large company or a small company for technical internship?
leetcode961. Find the elements repeated N times in the array with length 2n
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
Cfdiv2 Fixed Point Guessing - (2 points for Interval answer)
Tongda OA V12 process center
Leetcode(540)——有序数组中的单一元素
缺少库while loading shared libraries: libisl.so.15: cannot open shared object file: No such file
微信小程序開發工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理問題
可視化yolov5格式數據集(labelme json文件)
awk从入门到入土(2)认识awk内置变量和变量的使用
DDL basic operation
Depth (penetration) selector:: v-deep/deep/ and > > >
COM和CN
stm32F407-------DMA
Basic operation of view
Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt
[shutter] pull the navigation bar sideways (drawer component | pageview component)