greenplumn aocatalog 源码

  • 2022-08-18
  • 浏览 (353)

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 */

相关信息

greenplumn 源码目录

相关文章

greenplumn aoblkdir 源码

greenplumn aoseg 源码

greenplumn aovisimap 源码

greenplumn binary_upgrade 源码

greenplumn catalog 源码

greenplumn catversion 源码

greenplumn dependency 源码

greenplumn genbki 源码

greenplumn gp_configuration_history 源码

greenplumn gp_distribution_policy 源码

0  赞