You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Checkpointing some stuff. No way it'll build yet.
This commit is contained in:
19
utils/cloudio/SMFileFactory.h
Normal file
19
utils/cloudio/SMFileFactory.h
Normal file
@ -0,0 +1,19 @@
|
||||
# copy licensing stuff here
|
||||
|
||||
#ifndef SMFILEFACTORY_H_
|
||||
#define SMFILEFACTORY_H_
|
||||
|
||||
#include "IDBDataFile.h"
|
||||
#include "FileFactoryBase.h"
|
||||
|
||||
namespace idbdatafile
|
||||
{
|
||||
|
||||
class SMFileFactory : public FileFactoryBase
|
||||
{
|
||||
public:
|
||||
IDBDataFile* open(const char* fname, const char* mode, unsigned opts, unsigned colWidth);
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user