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

Zero-copy read result: a pointer to the float data and the vector count. More...

#include <vector_type.hpp>

Public Attributes

const float * data
 Pointer to the first float of the first vector.
 
size_t num_vectors
 Number of complete vectors in the page.
 

Detailed Description

Zero-copy read result: a pointer to the float data and the vector count.

Definition at line 387 of file vector_type.hpp.

Member Data Documentation

◆ data

const float* signet::forge::VectorReader::ZeroCopyResult::data

Pointer to the first float of the first vector.

Definition at line 388 of file vector_type.hpp.

◆ num_vectors

size_t signet::forge::VectorReader::ZeroCopyResult::num_vectors

Number of complete vectors in the page.

Definition at line 389 of file vector_type.hpp.


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