Difference between revisions of "Hdf5 table"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
(Created page with "=='''Storing table in HDF5'''==")
 
Line 1: Line 1:
 
=='''Storing table in HDF5'''==
 
=='''Storing table in HDF5'''==
 +
The HDF5 Table interface condenses the steps needed to create tables in HDF5. The datatype of the dataset that gets created is of type H5T_COMPOUND. The members of the table can have different datatypes.

Revision as of 12:01, 17 December 2013

Storing table in HDF5

The HDF5 Table interface condenses the steps needed to create tables in HDF5. The datatype of the dataset that gets created is of type H5T_COMPOUND. The members of the table can have different datatypes.