![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Source file manifest entry for audit trail. More...
#include <compliance_types.hpp>
Public Attributes | |
| std::string | file_path |
| Path to the source Parquet file. | |
| std::string | file_hash |
| SHA-256 hash of the file. | |
| int64_t | file_size = 0 |
| File size in bytes. | |
| int64_t | records_consumed = 0 |
| Number of records consumed from this file. | |
| int64_t | processed_ns = 0 |
| When the file was processed. | |
Source file manifest entry for audit trail.
Definition at line 1290 of file compliance_types.hpp.
| std::string signet::forge::mifid2::SourceFileEntry::file_hash |
SHA-256 hash of the file.
Definition at line 1292 of file compliance_types.hpp.
| std::string signet::forge::mifid2::SourceFileEntry::file_path |
Path to the source Parquet file.
Definition at line 1291 of file compliance_types.hpp.
| int64_t signet::forge::mifid2::SourceFileEntry::file_size = 0 |
File size in bytes.
Definition at line 1293 of file compliance_types.hpp.
| int64_t signet::forge::mifid2::SourceFileEntry::processed_ns = 0 |
When the file was processed.
Definition at line 1295 of file compliance_types.hpp.
| int64_t signet::forge::mifid2::SourceFileEntry::records_consumed = 0 |
Number of records consumed from this file.
Definition at line 1294 of file compliance_types.hpp.