mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
11 lines
111 B
C++
11 lines
111 B
C++
#pragma once
|
|
|
|
#include <DataTypes/IDataType.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
bool hasNullable(const DataTypePtr & type);
|
|
|
|
}
|