当前位置:网站首页>Gbase 8C system table PG_ amop
Gbase 8C system table PG_ amop
2022-07-03 02:22:00 【Dazhuang twelve】
pg_amop The system table stores information about the association with the access method operator family . If an operator is a member of an operator family , Will occupy a row in this table . A family member is a search Operator or a ordering The operator . An operator can appear in multiple families , But it cannot appear in multiple search positions or sorting positions in a family .
name | type | quote | describe |
oid | oid | Row identifier ( Hidden attribute , Must be explicitly selected to display ) | |
amopfamily | oid | pg_opfamily.oid | The operator family of this item |
amoplefttype | oid | pg_type.oid | The left hand input data type of the operator |
amoprighttype | oid | pg_type.oid | The right hand input data type of the operator |
amopstrategy | int2 | Operator policy number | |
amoppurpose | char | Operation compliant ,s Represent search ,o Indicates sort | |
amopopr | oid | pg_operator.oid | Operator OID |
amopmethod | oid | pg_am.oid | Use the index access method of this operator family |
amopsortfamily | oid | pg_opfamily.oid | If it is a sort operator , This item will be based on this B Tree operator family sort , If it is a search operator, it is 0 |
search The operator indicates that an index of this operator family can be searched , Find all the satisfaction WHERE indexed_column operator constant The line of . obviously , Such an operator must return a Boolean value , And its left input type must match the field data type of the index .
ordering The operator indicates that an index of this operator family can be scanned , Return to ORDER BYindexed_column operator constant Rows represented in sequence . Such an operator can return any sortable data type , Its left input type must also match the field data type of the index . ORDER BY The exact semantics of is by amopsortfamily Field specified , This field must refer to a... For the return type of the operator btree Operator family .
边栏推荐
- What are MySQL locks and classifications
- Groovy, "try with resources" construction alternative
- GBase 8c触发器(三)
- Iptables layer 4 forwarding
- The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
- 5.文件操作
- Tongda OA V12 process center
- Awk from entry to burial (1) awk first meeting
- Detailed analysis of micro service component sentinel (hystrix)
- The Sandbox阐释对元宇宙平台的愿景
猜你喜欢

Oauth2.0 authentication, login and access "/oauth/token", how to get the value of request header authorization (basictoken)???

内存池(内核角度理解new开辟空间的过程)
![[shutter] pull the navigation bar sideways (drawer component | pageview component)](/img/6f/dfc9dae5f890125d0cebdb2a0f4638.gif)
[shutter] pull the navigation bar sideways (drawer component | pageview component)

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

通达OA 首页门户工作台
![[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)](/img/ac/bf83f319ea787c5abd7ac3fabc9ede.jpg)
[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)

oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
[advanced ROS] Lesson 6 recording and playback in ROS (rosbag)

基于线程池的生产者消费者模型(含阻塞队列)

y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
随机推荐
Flink CDC mongoDB 使用及Flink sql解析monggo中复杂嵌套JSON数据实现
[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)
GBase 8c 创建用户/角色 示例二
单词单词单词
Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)
5.文件操作
Method of removing webpage scroll bar and inner and outer margins
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
Solution for processing overtime orders (Overtime unpaid)
How do browsers render pages?
Unrecognized SSL message, plaintext connection?
[tutorial] chrome turns off cross domain policies CORS and samesite, and brings cookies across domains
cvpr2022去雨去雾
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
创建+注册 子应用_定义路由,全局路由与子路由
GBase 8c 函数/存储过程参数(二)
stm32F407-------ADC
[Yu Yue education] reference materials of chemical experiment safety knowledge of University of science and technology of China
4. 类和对象