Homogeneous table#

Class homogen_table is a subtype of a table type for which the following is true:

  • The data within the table are dense and stored as one contiguous memory block.

  • All the columns have the same data type.

Programming interface#

Refer to API Reference: Homogeneous table.