Documentation ¶
Index ¶
- Constants
- func DatetimeSub(xs, ys, rs *vector.Vector) error
- func Decimal128VecSub(xs, ys, rs *vector.Vector) error
- func Decimal64VecSub(xs, ys, rs *vector.Vector) error
- func NumericSubFloat[T constraints.Float](xs, ys, rs *vector.Vector) error
- func NumericSubSigned[T constraints.Signed](xs, ys, rs *vector.Vector) error
- func NumericSubUnsigned[T constraints.Unsigned](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 DatetimeSub ¶ added in v0.6.0
func Decimal128VecSub ¶ added in v0.6.0
func Decimal64VecSub ¶ added in v0.6.0
func NumericSubFloat ¶ added in v0.6.0
func NumericSubFloat[T constraints.Float](xs, ys, rs *vector.Vector) error
func NumericSubSigned ¶ added in v0.6.0
func NumericSubSigned[T constraints.Signed](xs, ys, rs *vector.Vector) error
func NumericSubUnsigned ¶ added in v0.6.0
func NumericSubUnsigned[T constraints.Unsigned](xs, ys, rs *vector.Vector) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.