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::BoxRendererConfig Struct Reference
Collaboration diagram for duckdb::BoxRendererConfig:

Public Attributes

idx_t max_width = 0
 
idx_t max_rows = 20
 
idx_t max_analyze_rows = (idx_t)-1
 The maximum number of rows to analyze in order to determine column widths.
 
idx_t limit = 0
 
idx_t max_col_width = 20
 
string null_value = "NULL"
 how to render NULL values
 
char decimal_separator = '\0'
 Decimal separator (if any)
 
char thousand_separator = '\0'
 Thousand separator (if any)
 
RenderMode render_mode = RenderMode::ROWS
 Whether or not to render row-wise or column-wise.
 
LargeNumberRendering large_number_rendering = LargeNumberRendering::NONE
 How to render large numbers.
 
string hidden_rows_hint
 Hidden rows hint.
 
const charLTCORNER = "\342\224\214"
 
const charRTCORNER = "\342\224\220"
 
const charLDCORNER = "\342\224\224"
 
const charRDCORNER = "\342\224\230"
 
const charMIDDLE = "\342\224\274"
 
const charTMIDDLE = "\342\224\254"
 
const charLMIDDLE = "\342\224\234"
 
const charRMIDDLE = "\342\224\244"
 
const charDMIDDLE = "\342\224\264"
 
const charVERTICAL = "\342\224\202"
 
const charHORIZONTAL = "\342\224\200"
 
const charDOTDOTDOT = "\xE2\x80\xA6"
 
const charDOT = "\xC2\xB7"
 
const idx_t DOTDOTDOT_LENGTH = 1
 

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