mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Minor changes
This commit is contained in:
parent
9cf7ebeced
commit
77fc95ab67
@ -15,7 +15,7 @@ namespace ErrorCodes
|
||||
|
||||
Field IColumnDummy::operator[](size_t) const
|
||||
{
|
||||
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Cannot get value from {}", getName());
|
||||
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Cannot get value from {}", getName());
|
||||
}
|
||||
|
||||
void IColumnDummy::get(size_t, Field &) const
|
||||
|
Loading…
Reference in New Issue
Block a user