ClickHouse/src/Parsers/ASTInterpolateElement.cpp

16 lines
302 B
C++
Raw Normal View History

#include <Columns/Collator.h>
#include <Parsers/ASTInterpolateElement.h>
#include <Common/SipHash.h>
#include <IO/Operators.h>
namespace DB
{
2022-03-17 06:31:01 +00:00
/// TODO JOO
void ASTInterpolateElement::formatImpl(const FormatSettings & /*settings*/, FormatState & /*state*/, FormatStateStacked /*frame*/) const
{
}
}