mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
position_in_partition: add for_partition_start()
This commit is contained in:
@@ -274,6 +274,10 @@ public:
|
||||
return {clustering_row_tag_t(), std::move(ck)};
|
||||
}
|
||||
|
||||
static position_in_partition for_partition_start() {
|
||||
return position_in_partition{partition_start_tag_t()};
|
||||
}
|
||||
|
||||
static position_in_partition for_static_row() {
|
||||
return position_in_partition{static_row_tag_t()};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user