Add records from first table to second table
Procedure:
H5TB_ADD_RECORDS_FROM ( loc_id, dset_name1, start1, nrecords, dset_name2, start2 )
Signature:
herr_t H5TBadd_records_from(hid_t loc_id,
const char *dset_name1,
hsize_t start1,
hsize_t nrecords,
const char *dset_name2,
hsize_t start2)
Parameters:
hid_t loc_id | IN: Identifier of the file or group in which the table is located |
const char *dset_name1 | IN: The name of the dataset to read the records |
hsize_t start1 | IN: The position to read the records from the first table |
hsize_t nrecords | IN: The number of records to read from the first table |
const char *dset_name2 | IN: The name of the dataset to write the records |
hsize_t start2 | IN: The position to write the records on the second table |
Description:
H5TB_ADD_RECORDS_FROM adds records from a dataset named dset_name1
to a dataset named dset_name2
. Both tables are 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: An error occured
Connection to Bitbucket Server could not be established. Verify that you have properly configured the Bitbucket Server application link for your Confluence space and that your Bitbucket Server instance is up and running. Error details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
--- Last Modified: December 11, 2019 | 02:38 PM