mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 05:22:17 +00:00
17 lines
207 B
C++
17 lines
207 B
C++
|
//
|
||
|
// Created by max_w on 2021/7/27.
|
||
|
//
|
||
|
|
||
|
#ifndef CLICKHOUSE_PARSERDATABASEORNONE_H
|
||
|
#define CLICKHOUSE_PARSERDATABASEORNONE_H
|
||
|
|
||
|
|
||
|
|
||
|
class ParserDatabaseOrNone {
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
#endif //CLICKHOUSE_PARSERDATABASEORNONE_H
|