Update TableFunctionGenerate.h

This commit is contained in:
alexey-milovidov 2020-03-05 18:37:47 +03:00 committed by GitHub
parent c210011a4f
commit 92f84c8839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
namespace DB
{
/* random(structure(, max_array_length, max_string_length, random_seed)) - creates a temporary storage that generates columns with random data
/* generate(structure, [max_array_length, max_string_length, random_seed]) - creates a temporary storage that generates columns with random data
*/
class TableFunctionGenerate : public ITableFunction
{