Numeric and Decimal types are structs in Postgres, and supported by other formats as well such as Arrow and Parquet, but not in Flatbuffers. Postgres has function for string to numeric types as well.
Skyhook can store these types as string, like we do for date type, such as here, that calls compare with 2 strings and the compare converts to date types. Or could convert first then use a custom compare for 2 structs.
Numeric and Decimal types are structs in Postgres, and supported by other formats as well such as Arrow and Parquet, but not in Flatbuffers. Postgres has function for string to numeric types as well.
Skyhook can store these types as string, like we do for date type, such as here, that calls compare with 2 strings and the compare converts to date types. Or could convert first then use a custom compare for 2 structs.
We should add these 2 to SDT_TYPEs here.