greenplumn aocatalog 源码
greenplumn aocatalog 代码
文件路径:/src/include/catalog/aocatalog.h
/*-------------------------------------------------------------------------
*
* aocatalog.h
*
* Helper function to support the creation of
* append-only auxiliary relation as block directories and visimaps.
*
* Copyright (c) 2013-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/catalog/aocatalog.h
*
*-------------------------------------------------------------------------
*/
#ifndef AOCATALOG_H
#define AOCATALOG_H
#include "catalog/heap.h"
#include "catalog/index.h"
extern bool CreateAOAuxiliaryTable(Relation rel,
const char *auxiliaryNamePrefix,
char relkind,
TupleDesc tupledesc,
IndexInfo *indexInfo,
List *indexColNames,
Oid *classObjectId,
int16 *coloptions);
extern bool IsAppendonlyMetadataRelkind(const char relkind);
extern void NewRelationCreateAOAuxTables(Oid relOid, bool createBlkDir);
#endif /* AOCATALOG_H */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦