greenplumn iotypes 源码

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

greenplumn iotypes 代码

文件路径:/src/backend/gporca/libgpos/include/gpos/io/iotypes.h

//---------------------------------------------------------------------------
//	Greenplum Database
//	Copyright (C) 2011 EMC Corp.
//
//	@filename:
//		iotypes.h
//
//	@doc:
//		IO type definitions for GPOS;
//---------------------------------------------------------------------------
#ifndef GPOS_iotypes_H
#define GPOS_iotypes_H

#include <errno.h>
#include <sys/stat.h>


namespace gpos
{
// file state structure
using SFileStat = struct stat;
}  // namespace gpos

#endif	// !GPOS_iotypes_H

// EOF

相关信息

greenplumn 源码目录

相关文章

greenplumn CFileDescriptor 源码

greenplumn CFileReader 源码

greenplumn CFileWriter 源码

greenplumn COstream 源码

greenplumn COstreamBasic 源码

greenplumn COstreamStdString 源码

greenplumn COstreamString 源码

greenplumn IOstream 源码

greenplumn ioutils 源码

0  赞