Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
H5VL_native_dataset_optional_args_t Union Reference

#include <src/H5VLnative.h>

+ Collaboration diagram for H5VL_native_dataset_optional_args_t:

Data Fields

struct { 
 
   H5D_chunk_index_t *   idx_type 
 
get_chunk_idx_type 
 
H5VL_native_dataset_get_chunk_storage_size_t get_chunk_storage_size
 
H5VL_native_dataset_get_num_chunks_t get_num_chunks
 
H5VL_native_dataset_get_chunk_info_by_idx_t get_chunk_info_by_idx
 
H5VL_native_dataset_get_chunk_info_by_coord_t get_chunk_info_by_coord
 
H5VL_native_dataset_chunk_read_t chunk_read
 
H5VL_native_dataset_chunk_write_t chunk_write
 
H5VL_native_dataset_get_vlen_buf_size_t get_vlen_buf_size
 
struct { 
 
   haddr_t *   offset 
 
get_offset 
 
struct { 
 
   H5D_chunk_iter_op_t   op 
 
   void *   op_data 
 
chunk_iter 
 

Field Documentation

◆ [struct]

struct { ... } chunk_iter

◆ chunk_read

◆ chunk_write

◆ [struct]

struct { ... } get_chunk_idx_type

◆ get_chunk_info_by_coord

◆ get_chunk_info_by_idx

◆ get_chunk_storage_size

◆ get_num_chunks

◆ [struct]

struct { ... } get_offset

◆ get_vlen_buf_size

◆ idx_type

H5D_chunk_index_t* idx_type

◆ offset

haddr_t* offset

◆ op

◆ op_data

void* op_data

The documentation for this union was generated from the following file: