greenplumn aoblkdir 源码
greenplumn aoblkdir 代码
文件路径:/src/include/catalog/aoblkdir.h
/*-------------------------------------------------------------------------
*
* aoblkdir.h
* Definitions to support creation of aoblkdir tables.
*
* Portions Copyright (c) 2009, Greenplum Inc.
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/catalog/aoblkdir.h
*
*-------------------------------------------------------------------------
*/
#ifndef AOBLKDIR_H
#define AOBLKDIR_H
/*
* Macros to the attribute number for each attribute
* in the block directory relation.
*/
#define Natts_pg_aoblkdir 4
#define Anum_pg_aoblkdir_segno 1
#define Anum_pg_aoblkdir_columngroupno 2
#define Anum_pg_aoblkdir_firstrownum 3
#define Anum_pg_aoblkdir_minipage 4
extern void AlterTableCreateAoBlkdirTable(Oid relOid);
#endif
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦