Documentation ¶
Index ¶
- func BoolSlice(arr *array.Boolean, i, j int) *array.Boolean
- func FloatSlice(arr *array.Float64, i, j int) *array.Float64
- func IntSlice(arr *array.Int64, i, j int) *array.Int64
- func NewAllocator(a *memory.Allocator) arrowmemory.Allocator
- func NewBool(vs []bool, alloc *memory.Allocator) *array.Boolean
- func NewBoolBuilder(a *memory.Allocator) *array.BooleanBuilder
- func NewFloat(vs []float64, alloc *memory.Allocator) *array.Float64
- func NewFloatBuilder(a *memory.Allocator) *array.Float64Builder
- func NewInt(vs []int64, alloc *memory.Allocator) *array.Int64
- func NewIntBuilder(a *memory.Allocator) *array.Int64Builder
- func NewString(vs []string, alloc *memory.Allocator) *array.Binary
- func NewStringBuilder(a *memory.Allocator) *array.BinaryBuilder
- func NewUint(vs []uint64, alloc *memory.Allocator) *array.Uint64
- func NewUintBuilder(a *memory.Allocator) *array.Uint64Builder
- func StringSlice(arr *array.Binary, i, j int) *array.Binary
- func UintSlice(arr *array.Uint64, i, j int) *array.Uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAllocator ¶ added in v0.38.0
func NewAllocator(a *memory.Allocator) arrowmemory.Allocator
func NewBoolBuilder ¶
func NewBoolBuilder(a *memory.Allocator) *array.BooleanBuilder
func NewFloatBuilder ¶
func NewFloatBuilder(a *memory.Allocator) *array.Float64Builder
func NewIntBuilder ¶
func NewIntBuilder(a *memory.Allocator) *array.Int64Builder
func NewStringBuilder ¶
func NewStringBuilder(a *memory.Allocator) *array.BinaryBuilder
func NewUintBuilder ¶
func NewUintBuilder(a *memory.Allocator) *array.Uint64Builder
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.