/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
yt/cpp/mapreduce/interface/constants.h
19 строк
488 B
Anton Myagkov
Update ydb version to 24.4 (#4579)
07 фев 2026, 11:59
Не верифицирован
07 фев 2026, 11:59
2c21cae
Код
Авторство
О чём код?
#pragma once #include <util/system/defaults.h> namespace NYT { //////////////////////////////////////////////////////////////////////////////// // Maximum number of input tables for operation. // If greater number of input tables are provided behaviour is undefined // (it might work ok or it might fail or it might work very slowly). constexpr size_t MaxInputTableCount = 1000; //////////////////////////////////////////////////////////////////////////////// } // namespace NYT