Struct foreign_storage::FileRegion

struct FileRegion

Data structure containing details about a CSV file region (subset of rows within a CSV file).

Public Functions

FileRegion(std::string name, size_t first_row_offset, size_t first_row_idx, size_t row_cnt, size_t region_sz)
FileRegion(size_t first_row_offset, size_t first_row_idx, size_t row_cnt, size_t region_sz)
FileRegion()
bool operator<(const FileRegion &other) const

Public Members

std::string filename
size_t first_row_file_offset
size_t first_row_index
size_t row_count
size_t region_size