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::CastFromBitToBlob Struct Reference

Static Public Member Functions

template<class SRC >
static string_t Operation (SRC input, Vector &result)
 

Member Function Documentation

◆ Operation()

template<class SRC >
static string_t duckdb::CastFromBitToBlob::Operation ( SRC  input,
Vector result 
)
inlinestatic
32182 {
32183 D_ASSERT(input.GetSize() > 1);
32184 return StringVector::AddStringOrBlob(result, Bit::BitToBlob(input));
32185 }
static void BitToBlob(bitstring_t bit, string_t &output_blob)
bit is expected to fit inside of output_blob (bit size = output_blob + 1)
static DUCKDB_API string_t AddStringOrBlob(Vector &vector, const char *data, idx_t len)

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