/duckdb-hdf5

HDF5 plugin for duckdb

Primary LanguageRust

DuckDB HDF5 extension

This is a community extension to read HDF5 files.

The read_hdf5 function

It reads a dataset from an HDF5 file.

FROM read_hdf5("example_file.h5", "dataset_name");