mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
TableFunctionDictionary fix comment
This commit is contained in:
parent
e2551e8cb0
commit
6df81d94bf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user