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

Result of a raw (non-dequantized) page read. More...

#include <quantized_vector.hpp>

Public Attributes

const uint8_t * data
 Pointer to quantized byte data (not owned).
 
size_t num_vectors
 Number of vectors in the page.
 

Detailed Description

Result of a raw (non-dequantized) page read.

Definition at line 347 of file quantized_vector.hpp.

Member Data Documentation

◆ data

const uint8_t* signet::forge::QuantizedVectorReader::RawResult::data

Pointer to quantized byte data (not owned).

Definition at line 348 of file quantized_vector.hpp.

◆ num_vectors

size_t signet::forge::QuantizedVectorReader::RawResult::num_vectors

Number of vectors in the page.

Definition at line 349 of file quantized_vector.hpp.


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