YugabyteDB (2.13.0.0-b42, bfc6a6643e7399ac8a0e81d06a3ee6d6571b33ab)

Coverage Report

Created: 2022-03-09 17:30

/Users/deen/code/yugabyte-db/build/debugcov-clang-dynamic-arm64-ninja/postgres_build/src/include/catalog/pg_opclass_d.h
Line
Count
Source (jump to first uncovered line)
1
/*-------------------------------------------------------------------------
2
 *
3
 * pg_opclass_d.h
4
 *    Macro definitions for pg_opclass
5
 *
6
 * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
7
 * Portions Copyright (c) 1994, Regents of the University of California
8
 *
9
 * NOTES
10
 *  ******************************
11
 *  *** DO NOT EDIT THIS FILE! ***
12
 *  ******************************
13
 *
14
 *  It has been GENERATED by src/backend/catalog/genbki.pl
15
 *
16
 *-------------------------------------------------------------------------
17
 */
18
#ifndef PG_OPCLASS_D_H
19
#define PG_OPCLASS_D_H
20
21
16.1k
#define OperatorClassRelationId 2616
22
23
2.17k
#define Anum_pg_opclass_opcmethod 1
24
34
#define Anum_pg_opclass_opcname 2
25
34
#define Anum_pg_opclass_opcnamespace 3
26
34
#define Anum_pg_opclass_opcowner 4
27
34
#define Anum_pg_opclass_opcfamily 5
28
34
#define Anum_pg_opclass_opcintype 6
29
34
#define Anum_pg_opclass_opcdefault 7
30
34
#define Anum_pg_opclass_opckeytype 8
31
32
#define Natts_pg_opclass 8
33
34
#define DATE_BTREE_OPS_OID 3122
35
#define FLOAT8_BTREE_OPS_OID 3123
36
19.9k
#define INT2_BTREE_OPS_OID 1979
37
0
#define INT4_BTREE_OPS_OID 1978
38
#define INT8_BTREE_OPS_OID 3124
39
#define NUMERIC_BTREE_OPS_OID 3125
40
27.2k
#define OID_BTREE_OPS_OID 1981
41
#define TEXT_BTREE_OPS_OID 3126
42
#define TIMESTAMPTZ_BTREE_OPS_OID 3127
43
#define TIMESTAMP_BTREE_OPS_OID 3128
44
#define DATE_LSM_OPS_OID 9939
45
#define FLOAT8_LSM_OPS_OID 9940
46
9.42k
#define INT2_LSM_OPS_OID 9941
47
#define INT4_LSM_OPS_OID 9942
48
#define INT8_LSM_OPS_OID 9943
49
#define NUMERIC_LSM_OPS_OID 9944
50
24.1k
#define OID_LSM_OPS_OID 9945
51
#define TEXT_LSM_OPS_OID 9946
52
#define TIMESTAMPTZ_LSM_OPS_OID 9947
53
#define TIMESTAMP_LSM_OPS_OID 9948
54
#define ARRAY_YBGIN_OPS_OID 8023
55
#define TSVECTOR_YBGIN_OPS_OID 8024
56
#define JSONB_YBGIN_OPS_OID 8025
57
#define JSONB_PATH_YBGIN_OPS_OID 8026
58
59
#endif              /* PG_OPCLASS_D_H */