![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
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. | |
Zero-copy read result: a pointer to the float data and the vector count.
Definition at line 387 of file vector_type.hpp.
| 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.
| size_t signet::forge::VectorReader::ZeroCopyResult::num_vectors |
Number of complete vectors in the page.
Definition at line 389 of file vector_type.hpp.