Thrill  0.1
ReadBinaryNode< ValueType >::FileInfo Struct Reference

Detailed Description

template<typename ValueType>
struct thrill::api::ReadBinaryNode< ValueType >::FileInfo

structure to store info on what to read from files

Definition at line 70 of file read_binary.hpp.

+ Collaboration diagram for ReadBinaryNode< ValueType >::FileInfo:

#include <read_binary.hpp>

Public Attributes

bool is_compressed
 whether file is compressed More...
 
std::string path
 
common::Range range
 begin and end offsets in file. More...
 

Member Data Documentation

◆ is_compressed

bool is_compressed

whether file is compressed

Definition at line 75 of file read_binary.hpp.

Referenced by ReadBinaryNode< ValueType >::ReadBinaryNode().

◆ path

◆ range


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