Documentation ¶
Overview ¶
Package staticarray defines implementations of flux arrays with static data. It does not support null values.
Index ¶
- func Boolean(data []bool) array.Boolean
- func BooleanBuilder(a *memory.Allocator) array.BooleanBuilder
- func Float(data []float64) array.Float
- func FloatBuilder(a *memory.Allocator) array.FloatBuilder
- func Int(data []int64) array.Int
- func IntBuilder(a *memory.Allocator) array.IntBuilder
- func String(data []string) array.String
- func StringBuilder(a *memory.Allocator) array.StringBuilder
- func Time(data []values.Time) array.Time
- func TimeBuilder(a *memory.Allocator) array.TimeBuilder
- func UInt(data []uint64) array.UInt
- func UIntBuilder(a *memory.Allocator) array.UIntBuilder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BooleanBuilder ¶
func BooleanBuilder(a *memory.Allocator) array.BooleanBuilder
func FloatBuilder ¶
func FloatBuilder(a *memory.Allocator) array.FloatBuilder
func IntBuilder ¶
func IntBuilder(a *memory.Allocator) array.IntBuilder
func StringBuilder ¶
func StringBuilder(a *memory.Allocator) array.StringBuilder
func TimeBuilder ¶
func TimeBuilder(a *memory.Allocator) array.TimeBuilder
func UIntBuilder ¶
func UIntBuilder(a *memory.Allocator) array.UIntBuilder
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.