Versions in this module Expand all Collapse all v18 v18.0.0 Oct 15, 2024 Changes in this version + func FindPhysicalIndex(arr arrow.ArrayData, logicalIdx int) int + func FindPhysicalOffset(arr arrow.ArrayData) int + func GetPhysicalLength(arr arrow.ArrayData) int + type MergedRuns struct + func NewMergedRuns(inputs [2]arrow.Array) *MergedRuns + func (mr *MergedRuns) AccumulatedRunLength() int64 + func (mr *MergedRuns) IndexIntoArray(id int) int64 + func (mr *MergedRuns) IndexIntoBuffer(id int) int64 + func (mr *MergedRuns) Next() bool + func (mr *MergedRuns) RunLength() int64 v18.0.0-rc0 Oct 15, 2024