TableFunctionDictionary fix comment

This commit is contained in:
Maksim Kita 2021-10-04 21:09:32 +03:00
parent e2551e8cb0
commit 6df81d94bf

View File

@ -6,11 +6,7 @@ namespace DB
{
class Context;
/* file(path, format, structure) - creates a temporary storage from file
*
* The file must be in the clickhouse data directory.
* The relative path begins with the clickhouse data directory.
*/
/// dictionary(dictionary_name) - creates a temporary storage from dictionary
class TableFunctionDictionary final : public ITableFunction
{
public: