Go to the source code of this file.
|
DIA< std::string > | ReadLines (Context &ctx, const std::string &filepath) |
| ReadLines is a DOp, which reads a file from the file system and creates an ordered DIA according to a given read function. More...
|
|
DIA< std::string > | ReadLines (struct LocalStorageTag, Context &ctx, const std::string &filepath) |
| ReadLines is a DOp, which reads a file from the file system and creates an ordered DIA according to a given read function. More...
|
|
DIA< std::string > | ReadLines (Context &ctx, const std::vector< std::string > &filepaths) |
| ReadLines is a DOp, which reads a file from the file system and creates an ordered DIA according to a given read function. More...
|
|
DIA< std::string > | ReadLines (struct LocalStorageTag, Context &ctx, const std::vector< std::string > &filepaths) |
| ReadLines is a DOp, which reads a file from the file system and creates an ordered DIA according to a given read function. More...
|
|
◆ THRILL_API_READ_LINES_HEADER
#define THRILL_API_READ_LINES_HEADER |