hooks.native_reader_hooks API#
This page documents the hooks.native_reader_hooks package.
Functions#
Function Reference#
hook_read_ascii_csv#
- HydraForge_Windows11.hooks.native_reader_hooks.hook_read_ascii_csv(data)[source]#
Post-processing hook for
read_ascii_csv().This hook runs automatically after the native C++ reader returns.
Current behavior#
Injects a
metadatafield into the returned datasetMarks the data source as coming from the C++ reader hook
hook_read_ascii_csv_rs#
- HydraForge_Windows11.hooks.native_reader_hooks.hook_read_ascii_csv_rs(data)[source]#
Post-processing hook for
read_ascii_csv_rs().This hook runs automatically after the native Rust reader returns.
Current behavior#
Injects a
metadatafield into the returned datasetMarks the data source as coming from the Rust reader hook