|
| | StreamData (const std::string_view file_name, const DataFormat &format) |
| | Construct by specifying input file as well as the data format. More...
|
| |
| bool | succeed () const |
| | Return whether data file is successfully parsed. More...
|
| |
| bool | empty () const |
| | Check whether the records are read. More...
|
| |
| size_t | size () const |
| | Return the number of records in StreamData. More...
|
| |
| Stream::const_iterator | begin () const |
| | Return an iterator pointed to the very first record. More...
|
| |
| Stream::const_iterator | end () const |
| | Return an iterator pointed to the one after the very last record (in cpp STL manner) More...
|
| |
| Stream::const_iterator | diff (size_t offset) const |
| | Return an iterator pointed to the record at given offset. More...
|
| |
template<int32_t key_len>
class OmniSketch::Data::StreamData< key_len >
Store the formatted streaming data.
- Template Parameters
-