当前位置:网站首页>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 .
边栏推荐
- [Flutter] dart: class;abstract class;factory;类、抽象类、工厂构造函数
- Use go language to realize try{}catch{}finally
- 簡單理解svg
- 创建+注册 子应用_定义路由,全局路由与子路由
- Detailed introduction to the usage of Nacos configuration center
- Leetcode (540) -- a single element in an ordered array
- [Yu Yue education] China Ocean University job search OMG reference
- awk从入门到入土(3)awk内置函数printf和print实现格式化打印
- Thread safe singleton mode
- GBase 8c 触发器(一)
猜你喜欢

How to deal with cache hot key in redis

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

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

Pytorch convolution network regularization dropblock

Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt

Create + register sub apps_ Define routes, global routes and sub routes
![[Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor](/img/06/ab333a4752de27eae2dd937cf579e2.png)
[Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor

MySQL learning 03

y54.第三章 Kubernetes从入门到精通 -- ingress(二七)

Coroutinecontext in kotlin
随机推荐
通达OA v12流程中心
awk从入门到入土(1)awk初次会面
Tongda OA homepage portal workbench
require. context
cvpr2022去雨去雾
Kotlin middle process understanding and Practice (I)
Gbase 8C system table PG_ database
我的创作纪念日
GBase 8c系统表-pg_class
[Yu Yue education] reference materials of love psychology of China University of mining and technology
4. 类和对象
GBase 8c系统表-pg_collation
Detailed analysis of micro service component sentinel (hystrix)
JS的装箱和拆箱
stm32F407-------DMA
[shutter] pull the navigation bar sideways (drawer component | pageview component)
Return a tree structure data
[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)
Pytorch convolution network regularization dropblock
Awk from getting started to getting into the ground (3) the built-in functions printf and print of awk realize formatted printing