ClickHouse / ClickHouse/clickhouse-cpp
Add `GetString()` to additional column types
Open
enhancement
pg_clickhouse
- Dominant language
- C
- Stars
- 382
- Forks
- 209
- Avg merge
- 3h 58m
- Merged PRs (30d)
- 12
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.