![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Describes a single column in a ColumnBatch schema. More...
#include <column_batch.hpp>
Public Attributes | |
| std::string | name |
| Column name (e.g. "price", "volume") | |
| TensorDataType | dtype = TensorDataType::FLOAT64 |
| Physical storage type (always stored as double internally) | |
Describes a single column in a ColumnBatch schema.
Definition at line 53 of file column_batch.hpp.
| TensorDataType signet::forge::ColumnDesc::dtype = TensorDataType::FLOAT64 |
Physical storage type (always stored as double internally)
Definition at line 55 of file column_batch.hpp.
| std::string signet::forge::ColumnDesc::name |
Column name (e.g. "price", "volume")
Definition at line 54 of file column_batch.hpp.