当前位置:网站首页>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操作符族。
边栏推荐
- Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt
- GBase 8c触发器(三)
- Apple releases MacOS 11.6.4 update: mainly security fixes
- [fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)
- stm32F407-------DMA
- GBase 8c系统表-pg_authid
- How can retail enterprises open the second growth curve under the full link digital transformation
- Explore the conversion between PX pixels and Pt pounds, mm and MM
- Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
- Cfdiv2 fixed point guessing- (interval answer two points)
猜你喜欢
![[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)

The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}

8 free, HD, copyright free video material download websites are recommended

elastic stack

Solution for processing overtime orders (Overtime unpaid)

easyPOI

PyTorch 卷积网络正则化 DropBlock

UDP receive queue and multiple initialization test

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

MySQL学习03
随机推荐
Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
Swift开发学习
CFdiv2-Fixed Point Guessing-(区间答案二分)
The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
Swift development learning
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
iptables 4层转发
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
How to find summer technical internship in junior year? Are you looking for a large company or a small company for technical internship?
Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)
SPI mechanism
How can retail enterprises open the second growth curve under the full link digital transformation
Leetcode (540) -- a single element in an ordered array
Awk from getting started to getting into the ground (3) the built-in functions printf and print of awk realize formatted printing
[Yu Yue education] reference materials of love psychology of China University of mining and technology
File class (add / delete)
stm32F407-------DMA
Servlet中数据传到JSP页面使用el表达式${}无法显示问题
Job object of collaboration in kotlin
力扣(LeetCode)183. 从不订购的客户(2022.07.02)