Subclass which contains all of an individual column's data and specs This is the lowest rung on the class ladder. It represents a single column in a database row, containing the column name, value, and properties.
This class it never used directly, but as a subclass of an instantiated Halide.H3DataRow class object.