souffle  2.0.2-371-g6315b36
Public Member Functions
souffle::WriteFileCSVFactory Class Reference

#include <WriteStreamCSV.h>

Inheritance diagram for souffle::WriteFileCSVFactory:
Inheritance graph
Collaboration diagram for souffle::WriteFileCSVFactory:
Collaboration graph

Public Member Functions

const std::string & getName () const override
 
Own< WriteStreamgetWriter (const std::map< std::string, std::string > &rwOperation, const SymbolTable &symbolTable, const RecordTable &recordTable) override
 
 ~WriteFileCSVFactory () override=default
 
- Public Member Functions inherited from souffle::WriteStreamFactory
virtual ~WriteStreamFactory ()=default
 

Detailed Description

Definition at line 213 of file WriteStreamCSV.h.

Constructor & Destructor Documentation

◆ ~WriteFileCSVFactory()

souffle::WriteFileCSVFactory::~WriteFileCSVFactory ( )
overridedefault

Member Function Documentation

◆ getName()

const std::string& souffle::WriteFileCSVFactory::getName ( ) const
inlineoverridevirtual

Implements souffle::WriteStreamFactory.

Definition at line 224 of file WriteStreamCSV.h.

227  : public WriteStreamFactory {

◆ getWriter()

Own<WriteStream> souffle::WriteFileCSVFactory::getWriter ( const std::map< std::string, std::string > &  rwOperation,
const SymbolTable symbolTable,
const RecordTable recordTable 
)
inlineoverridevirtual

Implements souffle::WriteStreamFactory.

Definition at line 215 of file WriteStreamCSV.h.

220  {
221  static const std::string name = "file";
222  return name;
223  }

The documentation for this class was generated from the following file: