Thrill  0.1
read_binary.hpp File Reference
#include <thrill/api/context.hpp>
#include <thrill/api/dia.hpp>
#include <thrill/api/source_node.hpp>
#include <thrill/common/item_serialization_tools.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/data/block.hpp>
#include <thrill/data/block_reader.hpp>
#include <thrill/net/buffer_builder.hpp>
#include <thrill/vfs/file_io.hpp>
#include <foxxll/io/syscall_file.hpp>
#include <tlx/string/join.hpp>
#include <tlx/vector_free.hpp>
#include <algorithm>
#include <limits>
#include <string>
#include <vector>
+ Include dependency graph for read_binary.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ReadBinaryNode< ValueType >
 A DIANode which performs a line-based Read operation. More...
 
struct  ReadBinaryNode< ValueType >::FileInfo
 structure to store info on what to read from files More...
 
class  ReadBinaryNode< ValueType >::VfsFileBlockSource
 

Namespaces

 thrill
 
 thrill::api
 

Macros

#define THRILL_API_READ_BINARY_HEADER
 

Functions

template<typename ValueType >
DIA< ValueType > ReadBinary (Context &ctx, const std::vector< std::string > &filepath, uint64_t size_limit=ReadBinaryNode< ValueType >::no_size_limit_)
 ReadBinary is a DOp, which reads a file written by WriteBinary from the file system and creates a DIA. More...
 
template<typename ValueType >
DIA< ValueType > ReadBinary (struct LocalStorageTag, Context &ctx, const std::vector< std::string > &filepath, uint64_t size_limit=ReadBinaryNode< ValueType >::no_size_limit_)
 ReadBinary is a DOp, which reads a file written by WriteBinary from the file system and creates a DIA. More...
 
template<typename ValueType >
DIA< ValueType > ReadBinary (Context &ctx, const std::string &filepath, uint64_t size_limit=ReadBinaryNode< ValueType >::no_size_limit_)
 ReadBinary is a DOp, which reads a file written by WriteBinary from the file system and creates a DIA. More...
 
template<typename ValueType >
DIA< ValueType > ReadBinary (struct LocalStorageTag, Context &ctx, const std::string &filepath, uint64_t size_limit=ReadBinaryNode< ValueType >::no_size_limit_)
 ReadBinary is a DOp, which reads a file written by WriteBinary from the file system and creates a DIA. More...
 

Macro Definition Documentation

◆ THRILL_API_READ_BINARY_HEADER

#define THRILL_API_READ_BINARY_HEADER

Definition at line 14 of file read_binary.hpp.