The Wayback Machine - https://web.archive.org/web/20201018131500/https://github.com/topics/user-defined-function
Skip to content
#

user-defined-function

Here are 5 public repositories matching this topic...

lucasvr
lucasvr commented Oct 2, 2020

Currently, hdf5-udf writes the UDF in the HDF5 file by:

  1. Registering the UDF filter
  2. Declaring a dataset with resolution N x M x sizeof(datatype)
  3. Trying to fit the payload (bytecode and metadata) in the memory allocated for that dataset
  4. Calling H5Dwrite with that chunk of memory

When the dataset is big enough it's likely that the payload will fit just fine. Take a small v

Improve this page

Add a description, image, and links to the user-defined-function topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the user-defined-function topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.