Go to the source code of this file.
|
| 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...
|
| |
◆ THRILL_API_READ_BINARY_HEADER
| #define THRILL_API_READ_BINARY_HEADER |