Move code

This commit is contained in:
Raúl Marín 2024-01-30 17:36:34 +01:00
parent 9ec43550b9
commit 998c56fc3d

View File

@ -168,6 +168,7 @@ TypeIndex baseType(TypeIndex type_idx)
return TypeIndex::Int16; return TypeIndex::Int16;
case TypeIndex::Int32: case TypeIndex::Int32:
case TypeIndex::Decimal32: case TypeIndex::Decimal32:
case TypeIndex::Date32:
return TypeIndex::Int32; return TypeIndex::Int32;
case TypeIndex::Int64: case TypeIndex::Int64:
case TypeIndex::Decimal64: case TypeIndex::Decimal64:
@ -180,8 +181,6 @@ TypeIndex baseType(TypeIndex type_idx)
case TypeIndex::Enum16: case TypeIndex::Enum16:
case TypeIndex::Date: case TypeIndex::Date:
return TypeIndex::UInt16; return TypeIndex::UInt16;
case TypeIndex::Date32:
return TypeIndex::Int32;
case TypeIndex::UInt32: case TypeIndex::UInt32:
case TypeIndex::DateTime: case TypeIndex::DateTime:
case TypeIndex::IPv4: case TypeIndex::IPv4: