GreptimeTeam/greptimedb-ingester-rust

Support Decimal128

fengjiachun opened this issue · 1 comments

The decimal128 type is a database numeric data type for high precision numbers. It's often used in situations demanding precise decimal calculations like finance applications, accounting systems, or fields needing accurate decimal math.
GreptimeDB now accommodates decimal128. The next step is to make client support for this type at the gRPC protocol level.

GreptimeTeam/greptimedb#2682

Fixed in #13