Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5TB_READ_RECORDS

Reads records

Procedure:

H5TB_READ_RECORDS (loc_id, table_name, start, nrecords, type_size, field_offset, dst_sizes, data )

Signature:

 herr_t H5TBread_records ( hid_t loc_id, const char *table_name, hsize_t start, hsize_t nrecords, 
                 size_t type_size,  const size_t *field_offset, const size_t *dst_sizes,  void *data )

Parameters:
hid_t loc_idIN: Identifier of the file or group to read the table within
const char *table_nameIN: The name of the dataset to read
hsize_t  startIN: The start record to read from
hsize_t nrecordsIN: The number of records to read
size_t type_sizeIN: The size of the structure type, as calculated by sizeof()
const size_t *field_offsetIN: An array containing the offsets of the fields. These offsets can be calculated with the HOFFSET macro.
const size_t *dst_sizesIN: An array containing the size in bytes of the fields
void *dataOUT: Buffer with data

Description:

H5TB_READ_RECORDS reads some records identified from a dataset named table_name attached to the object specified by the identifier loc_id

Returns:

Returns a non-negative value if successful; otherwise returns a negative value.

Example:

Include Bitbucket Server for Confluence: File content cannot be shown

Unauthenticated access to this resource is not allowed. Please login to Confluence first.

--- Last Modified: December 19, 2019 | 10:03 AM