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

Public Member Functions

 RowGroupOrderOptions (const StorageIndex &column_idx_p, OrderByStatistics order_by_p, OrderType order_type_p, OrderByNullType null_order_p, OrderByColumnType column_type_p, optional_idx row_limit_p=optional_idx(), idx_t row_group_offset_p=0, idx_t leading_null_group_offset_p=0)
 
void Serialize (Serializer &serializer) const
 

Static Public Member Functions

static unique_ptr< RowGroupOrderOptionsDeserialize (Deserializer &deserializer)
 

Public Attributes

const StorageIndex column_idx
 
const OrderByStatistics order_by
 
const OrderType order_type
 
const OrderByNullType null_order
 
const OrderByColumnType column_type
 
const optional_idx row_limit
 
const idx_t row_group_offset
 
const idx_t leading_null_group_offset
 

Constructor & Destructor Documentation

◆ RowGroupOrderOptions()

duckdb::RowGroupOrderOptions::RowGroupOrderOptions ( const StorageIndex column_idx_p,
OrderByStatistics  order_by_p,
OrderType  order_type_p,
OrderByNullType  null_order_p,
OrderByColumnType  column_type_p,
optional_idx  row_limit_p = optional_idx(),
idx_t  row_group_offset_p = 0,
idx_t  leading_null_group_offset_p = 0 
)
inline
24027 : column_idx(column_idx_p), order_by(order_by_p), order_type(order_type_p), null_order(null_order_p),
24028 column_type(column_type_p), row_limit(row_limit_p), row_group_offset(row_group_offset_p),
24029 leading_null_group_offset(leading_null_group_offset_p) {
24030 }

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