mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Move code
This commit is contained in:
parent
9ec43550b9
commit
998c56fc3d
@ -168,6 +168,7 @@ TypeIndex baseType(TypeIndex type_idx)
|
||||
return TypeIndex::Int16;
|
||||
case TypeIndex::Int32:
|
||||
case TypeIndex::Decimal32:
|
||||
case TypeIndex::Date32:
|
||||
return TypeIndex::Int32;
|
||||
case TypeIndex::Int64:
|
||||
case TypeIndex::Decimal64:
|
||||
@ -180,8 +181,6 @@ TypeIndex baseType(TypeIndex type_idx)
|
||||
case TypeIndex::Enum16:
|
||||
case TypeIndex::Date:
|
||||
return TypeIndex::UInt16;
|
||||
case TypeIndex::Date32:
|
||||
return TypeIndex::Int32;
|
||||
case TypeIndex::UInt32:
|
||||
case TypeIndex::DateTime:
|
||||
case TypeIndex::IPv4:
|
||||
|
Loading…
Reference in New Issue
Block a user