Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
ColumnReader class is used to read columns of all types. This leads to a lot of type checking and 'switch' statements. ColumnReaders should be specialized to different types, while sharing the same interface.