从 DuckDB 读取 HDF5 文件
INSTALL hdf5 FROM community; LOAD hdf5;
FROM read_hdf5('some_file.h5', 'dataset');
此扩展提供 HDF5 文件的读取功能。