![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
DSAR query parameters for finding subject data across files. More...
#include <compliance_types.hpp>
Public Attributes | |
| std::string | subject_id |
| Data subject identifier (entity_id, user_id, etc.). | |
| std::string | subject_id_column |
| Column name containing the subject identifier. | |
| int64_t | from_ns = 0 |
| Time range start (0 = no limit). | |
| int64_t | to_ns = 0 |
| Time range end (0 = no limit). | |
| std::vector< std::string > | file_paths |
| Parquet files to search. | |
DSAR query parameters for finding subject data across files.
Definition at line 1019 of file compliance_types.hpp.
| std::vector<std::string> signet::forge::gdpr::SubjectDataQuery::file_paths |
Parquet files to search.
Definition at line 1024 of file compliance_types.hpp.
| int64_t signet::forge::gdpr::SubjectDataQuery::from_ns = 0 |
Time range start (0 = no limit).
Definition at line 1022 of file compliance_types.hpp.
| std::string signet::forge::gdpr::SubjectDataQuery::subject_id |
Data subject identifier (entity_id, user_id, etc.).
Definition at line 1020 of file compliance_types.hpp.
| std::string signet::forge::gdpr::SubjectDataQuery::subject_id_column |
Column name containing the subject identifier.
Definition at line 1021 of file compliance_types.hpp.
| int64_t signet::forge::gdpr::SubjectDataQuery::to_ns = 0 |
Time range end (0 = no limit).
Definition at line 1023 of file compliance_types.hpp.