Update TableMetadata.h

This commit is contained in:
alexey-milovidov 2018-07-16 19:41:15 +03:00 committed by GitHub
parent e65c0b436a
commit 2d3aa8cdba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ namespace DB
class Context;
class Block;
/// Addition information for query that could not be get from sample block
/// Additional information for query that could not be get from sample block
struct TableMetadata
{
TableMetadata(const String & database_, const String & table_)