pg_clickhouse has manual read-side conversion code for several column types beyond Decimal (various integer and date/time types) where a GetString() method would simplify things. Extending the pattern to other numeric and temporal column types would let us progressively replace custom conversion logic with library calls.
pg_clickhouse has manual read-side conversion code for several column types beyond Decimal (various integer and date/time types) where a GetString() method would simplify things. Extending the pattern to other numeric and temporal column types would let us progressively replace custom conversion logic with library calls.