greenplumn iotypes 源码
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
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦