A non-owning, immutable view of device data as a column of elements, some of which may be null as ind...
column view class definitions
bool column_types_equivalent(column_view const &lhs, column_view const &rhs)
Compare the type IDs of two column_views This function returns true if the type of lhs equals that of...
bool column_types_equal(column_view const &lhs, column_view const &rhs)
Compares the type of two column_views.