Documentation ¶
Overview ¶
Package math provides optimized mathematical functions for processing Arrow arrays.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Float64Funcs ¶
type Float64Funcs struct {
// contains filtered or unexported fields
}
var (
Float64 Float64Funcs
)
type Int64Funcs ¶
type Int64Funcs struct {
// contains filtered or unexported fields
}
var (
Int64 Int64Funcs
)
type Uint64Funcs ¶
type Uint64Funcs struct {
// contains filtered or unexported fields
}
var (
Uint64 Uint64Funcs
)
Click to show internal directories.
Click to hide internal directories.