mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
Update TableMetadata.h
This commit is contained in:
parent
e65c0b436a
commit
2d3aa8cdba
@ -7,7 +7,7 @@ namespace DB
|
|||||||
class Context;
|
class Context;
|
||||||
class Block;
|
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
|
struct TableMetadata
|
||||||
{
|
{
|
||||||
TableMetadata(const String & database_, const String & table_)
|
TableMetadata(const String & database_, const String & table_)
|
||||||
|
Loading…
Reference in New Issue
Block a user