aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ClickHouse/ch-go/proto/decimal.go
blob: 796a5942ed1ee78947fffd61dc4c01fb34692b0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package proto

// Decimal32 represents Decimal32 value.
type Decimal32 int32

// Decimal64 represents Decimal32 value.
type Decimal64 int64

// Decimal128 represents Decimal128 value.
type Decimal128 Int128

// Decimal256 represents Decimal256 value.
type Decimal256 Int256