mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
10 lines
96 B
C++
10 lines
96 B
C++
#pragma once
|
|
#include <Parsers/IAST_fwd.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
bool isDiskFunction(ASTPtr ast);
|
|
|
|
}
|