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

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)
 

Detailed Description

Describes a single column in a ColumnBatch schema.

Definition at line 53 of file column_batch.hpp.

Member Data Documentation

◆ dtype

TensorDataType signet::forge::ColumnDesc::dtype = TensorDataType::FLOAT64

Physical storage type (always stored as double internally)

Definition at line 55 of file column_batch.hpp.

◆ name

std::string signet::forge::ColumnDesc::name

Column name (e.g. "price", "volume")

Definition at line 54 of file column_batch.hpp.


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