Skip to content

Add GetString() to ColumnDecimal #477

@iskakaushik

Description

@iskakaushik

pg_clickhouse reads Decimal columns by manually converting the internal Int128 representation to a formatted decimal string (handling sign, scale, zero-padding, and decimal point placement). This is ~50 lines of custom code. A GetString() method on ColumnDecimal that returns the properly formatted value would let us replace this with a single call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpg_clickhouseNeeded by the pg_clickhouse PostgreSQL FDW

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions