c21778fdfc
- the function in plugin was already configurable via flags, and only contained two un-conditioned blocks that process_csv_file didn't have - so I extracted the common parts into a separate function (in a class holding the flags and state), process_csv_file calls it with default flags, plugin sets them from params - removed namespace ::detail, moving stuff that was used outside csv_utils to ::csv_utils, and the rest to ::csv_utils::detail |
||
---|---|---|
.. | ||
build.py | ||
csv_datasource.cpp | ||
csv_datasource.hpp | ||
csv_featureset.cpp | ||
csv_featureset.hpp | ||
csv_getline.hpp | ||
csv_index_featureset.cpp | ||
csv_index_featureset.hpp | ||
csv_inline_featureset.cpp | ||
csv_inline_featureset.hpp | ||
csv_utils.cpp | ||
csv_utils.hpp |