staticarray

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package staticarray defines implementations of flux arrays with static data. It does not support null values.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Boolean

func Boolean(data []bool) array.Boolean

func BooleanBuilder

func BooleanBuilder(a *memory.Allocator) array.BooleanBuilder

func Float

func Float(data []float64) array.Float

func FloatBuilder

func FloatBuilder(a *memory.Allocator) array.FloatBuilder

func Int

func Int(data []int64) array.Int

func IntBuilder

func IntBuilder(a *memory.Allocator) array.IntBuilder

func String

func String(data []string) array.String

func StringBuilder

func StringBuilder(a *memory.Allocator) array.StringBuilder

func Time

func Time(data []values.Time) array.Time

func TimeBuilder

func TimeBuilder(a *memory.Allocator) array.TimeBuilder

func UInt

func UInt(data []uint64) array.UInt

func UIntBuilder

func UIntBuilder(a *memory.Allocator) array.UIntBuilder

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL