Added comment [#METR-22173].

This commit is contained in:
Alexey Milovidov 2016-08-04 08:47:59 +03:00
parent 091e4a53ab
commit ca044bf0de

View File

@ -9,7 +9,7 @@ namespace DB
{
/** Записать UInt64 в формате переменной длины (base128) */
/** Записать UInt64 в формате переменной длины (base128) NOTE Only up to 2^63 - 1 are supported.*/
void writeVarUInt(UInt64 x, std::ostream & ostr);
void writeVarUInt(UInt64 x, WriteBuffer & ostr);
char * writeVarUInt(UInt64 x, char * ostr);