You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C++ Data Table implementation for loading data columns of the same data type. It uses C++11 templates & inheritance to implement column insert operations & unique pointers to hide each Column's data type from the Table class, which owns the Column resources (the actual data).