Documentation ¶
Index ¶
- Constants
- func Decimal128VecEq(xs, ys, rs *vector.Vector) error
- func Decimal128VecGe(xs, ys, rs *vector.Vector) error
- func Decimal128VecGt(xs, ys, rs *vector.Vector) error
- func Decimal128VecLe(xs, ys, rs *vector.Vector) error
- func Decimal128VecLt(xs, ys, rs *vector.Vector) error
- func Decimal128VecNe(xs, ys, rs *vector.Vector) error
- func Decimal64VecEq(xs, ys, rs *vector.Vector) error
- func Decimal64VecGe(xs, ys, rs *vector.Vector) error
- func Decimal64VecGt(xs, ys, rs *vector.Vector) error
- func Decimal64VecLe(xs, ys, rs *vector.Vector) error
- func Decimal64VecLt(xs, ys, rs *vector.Vector) error
- func Decimal64VecNe(xs, ys, rs *vector.Vector) error
- func GetScalarFlag(xs, ys, rs *vector.Vector) int
- func NumericEqual[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
- func NumericGreatEqual[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
- func NumericGreatThan[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
- func NumericLessEqual[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
- func NumericLessThan[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
- func NumericNotEqual[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
Constants ¶
View Source
const ( LEFT_IS_SCALAR = 1 RIGHT_IS_SCALAR = 2 )
Variables ¶
This section is empty.
Functions ¶
func Decimal128VecEq ¶
func Decimal128VecGe ¶
func Decimal128VecGt ¶
func Decimal128VecLe ¶
func Decimal128VecLt ¶
func Decimal128VecNe ¶
func Decimal64VecEq ¶
func Decimal64VecGe ¶
func Decimal64VecGt ¶
func Decimal64VecLe ¶
func Decimal64VecLt ¶
func Decimal64VecNe ¶
func GetScalarFlag ¶
func NumericEqual ¶
func NumericEqual[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
func NumericGreatEqual ¶
func NumericGreatEqual[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
func NumericGreatThan ¶
func NumericGreatThan[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
func NumericLessEqual ¶
func NumericLessEqual[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
func NumericLessThan ¶
func NumericLessThan[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
func NumericNotEqual ¶
func NumericNotEqual[T constraints.Integer | constraints.Float | bool](xs, ys, rs *vector.Vector) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.