◆ 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: