Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::FeatureReaderOptions Struct Reference

Configuration options for FeatureReader::open(). More...

#include <feature_reader.hpp>

Public Attributes

std::vector< std::string > parquet_files
 Paths to feature group Parquet files.
 
std::string feature_group
 Expected group name (optional validation).
 

Detailed Description

Configuration options for FeatureReader::open().

Defined at namespace scope (not nested in FeatureReader) to work around an Apple Clang restriction on default member initializers in nested aggregates.

See also
FeatureReader

Definition at line 45 of file feature_reader.hpp.

Member Data Documentation

◆ feature_group

std::string signet::forge::FeatureReaderOptions::feature_group

Expected group name (optional validation).

Definition at line 47 of file feature_reader.hpp.

◆ parquet_files

std::vector<std::string> signet::forge::FeatureReaderOptions::parquet_files

Paths to feature group Parquet files.

Definition at line 46 of file feature_reader.hpp.


The documentation for this struct was generated from the following file: