|
Thrill
0.1
|
#include <thrill/api/context.hpp>#include <thrill/api/dia.hpp>#include <thrill/api/source_node.hpp>#include <thrill/common/defines.hpp>#include <thrill/common/logger.hpp>#include <thrill/common/string.hpp>#include <thrill/common/system_exception.hpp>#include <thrill/net/buffer_builder.hpp>#include <thrill/vfs/file_io.hpp>#include <tlx/string/join.hpp>#include <string>#include <utility>#include <vector>
Include dependency graph for read_lines.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ReadLinesNode |
| A DIANode which performs a line-based Read operation. More... | |
| class | ReadLinesNode::InputLineIterator |
| class | ReadLinesNode::InputLineIteratorCompressed |
| InputLineIterator gives you access to lines of a file. More... | |
| class | ReadLinesNode::InputLineIteratorUncompressed |
| InputLineIterator gives you access to lines of a file. More... | |
Namespaces | |
| thrill | |
| thrill::api | |
Macros | |
| #define | THRILL_API_READ_LINES_HEADER |
Functions | |
| 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... | |
| #define THRILL_API_READ_LINES_HEADER |
Definition at line 14 of file read_lines.hpp.