Skip to content

AST-1065 Remove InputStep from ColumnReader. Use Table instead

Maik Nijhuis requested to merge ast-1073-remove-inputstep-from-columnreader into master

Instead of using InputStep::table(), open the table using DPInfo::msName().

Rename ColumnReader to MsColumnReader since it reads from an MS, which is consistent with MSReader, MSUpdater etc.

Edited by Maik Nijhuis

Merge request reports