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

#include <ReadStreamCSV.h>

Inheritance diagram for souffle::ReadFileCSVFactory:
Inheritance graph
Collaboration diagram for souffle::ReadFileCSVFactory:
Collaboration graph

Public Member Functions

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

Detailed Description

Definition at line 321 of file ReadStreamCSV.h.

Constructor & Destructor Documentation

◆ ~ReadFileCSVFactory()

souffle::ReadFileCSVFactory::~ReadFileCSVFactory ( )
overridedefault

Member Function Documentation

◆ getName()

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

Implements souffle::ReadStreamFactory.

Definition at line 328 of file ReadStreamCSV.h.

◆ getReader()

Own<ReadStream> souffle::ReadFileCSVFactory::getReader ( const std::map< std::string, std::string > &  rwOperation,
SymbolTable symbolTable,
RecordTable recordTable 
)
inlineoverridevirtual

Implements souffle::ReadStreamFactory.

Definition at line 323 of file ReadStreamCSV.h.

324  {
325  static const std::string name = "file";
326  return name;

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