Excerpt |
---|
Creating and manipulating HDF5 datasets intended to be interpreted as tables (H5TB) |
HDF5 Table API Reference
The HDF5 Table API defines a standard storage for HDF5 datasets that are intended to be interpreted as tables. A table is defined as a collection of records whose values are stored in fixed-length fields. All records have the same structure, and all values in each field have the same data type.
Info |
---|
Programming Hints: To use any of these functions or subroutines, you must first include the relevant include file (C) or module (Fortran) in your application. C: To include the HDF5 Table package, H5TB, in C applications specify: FORTRAN: To include the H5TB module in Fortran applications specify: Fortran applications must also include H5_OPEN before any HDF5 calls to initialize global variables and H5_CLOSE after all HDF5 calls to close the Fortran interface. |
Creation
Storage
- H5TB_APPEND_RECORDS (No Fortran)
- H5TB_WRITE_RECORDS (No Fortran)
- H5TB_WRITE_FIELDS_NAME
- H5TB_WRITE_FIELDS_INDEX
Modification
- H5TB_DELETE_RECORD (No Fortran)
- H5TB_INSERT_RECORD (No Fortran)
- H5TB_ADD_RECORDS_FROM (No Fortran)
- H5TB_COMBINE_TABLES (No Fortran)
- H5TB_INSERT_FIELD
- H5TB_DELETE_FIELD
Retrieval
Query
Query Table Attributes