Versions in this module Expand all Collapse all v13 v13.0.0 Aug 17, 2023 Changes in this version + type Num struct + func Max(first Num, rest ...Num) Num + func Min(first Num, rest ...Num) Num + func New(f float32) Num + func (f Num) Float32() float32 + func (f Num) String() string + func (f Num) Uint16() uint16 + func (n Num) Abs() Num + func (n Num) Add(rhs Num) Num + func (n Num) Cmp(other Num) int + func (n Num) Div(rhs Num) Num + func (n Num) Greater(other Num) bool + func (n Num) GreaterEqual(other Num) bool + func (n Num) Less(other Num) bool + func (n Num) LessEqual(other Num) bool + func (n Num) Mul(rhs Num) Num + func (n Num) Negate() Num + func (n Num) Sign() int + func (n Num) Sub(rhs Num) Num Other modules containing this package github.com/apache/arrow/go/v10 github.com/apache/arrow/go/v11 github.com/apache/arrow/go/v12 github.com/apache/arrow/go/v14 github.com/apache/arrow/go/v15 github.com/apache/arrow/go/v16 github.com/apache/arrow/go/v17 github.com/apache/arrow/go/v6 github.com/apache/arrow/go/v7 github.com/apache/arrow/go/v8 github.com/apache/arrow/go/v9