HomePhorge

Added the possiblity to write a header line into the file, but currently the…

Referenced Files
None
Subscribers

Description

Added the possiblity to write a header line into the file, but currently the size of the header line and the other data is not checked. This has to be improved.

Details

Auditors
juhasz
Provenance
ewilleggerAuthored on Jun 2 2019, 4:02 PM
ewilleggerPushed on Jun 2 2019, 4:03 PM
Parents
R20:5f3e654f6831: Merge branch 'CSVFiles' of ssh://phabricator.ict.tuwien.ac.
Branches
Unknown
Tags
Unknown

Event Timeline

juhasz subscribed.
juhasz added inline comments.
/include/rosa/support/csv/CSVWriter.hpp
152

This is a minor thing but it would look better (and potentially result in more efficient code if the tuple is big) to take V by-reference (&) rather than by-value.

This also applies to CSVTupleWriter::write() and writeHeader(), which could take a constant reference instead of a copy.

This commit now has outstanding concerns.Jun 10 2019, 12:32 PM
All concerns with this commit have now been addressed.Jun 11 2019, 9:21 AM