Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::StringUncompressed Struct Reference

Static Public Member Functions

static CompressionFunction GetFunction (PhysicalType data_type)
 
static idx_t GetStringBlockLimit (const idx_t block_size)
 

Static Public Attributes

static constexpr idx_t DEFAULT_STRING_BLOCK_LIMIT = 4096
 The default maximum string size for sufficiently big block sizes.
 

Member Function Documentation

◆ GetStringBlockLimit()

static idx_t duckdb::StringUncompressed::GetStringBlockLimit ( const idx_t  block_size)
inlinestatic
74730 {
74731 return MinValue(AlignValueFloor(block_size / 4), DEFAULT_STRING_BLOCK_LIMIT);
74732 }
static constexpr idx_t DEFAULT_STRING_BLOCK_LIMIT
The default maximum string size for sufficiently big block sizes.
Definition duckdb.cpp:74736

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