Skip to content

Commit 4ca5dea

Browse files
Merge 5e9e97d into 0ab8d25
2 parents 0ab8d25 + 5e9e97d commit 4ca5dea

File tree

2 files changed

+183
-29
lines changed

2 files changed

+183
-29
lines changed

ydb/library/yql/minikql/aligned_page_pool.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ class TAlignedPagePoolImpl {
218218
IsMaximumLimitValueReached = isReached;
219219
}
220220

221+
bool GetMaximumLimitValueReached() const noexcept {
222+
return IsMaximumLimitValueReached;
223+
}
224+
221225
bool IsMemoryYellowZoneEnabled() const noexcept {
222226
return IsMemoryYellowZoneReached;
223227
}

0 commit comments

Comments
 (0)