Versions in this module Expand all Collapse all v1 v1.15.1 Sep 1, 2026 v1.15.0 Aug 28, 2026 Changes in this version + func ScanCell(col arrow.Array, row int, loc *time.Location) (driver.Value, error) + func ScanCellCached(col arrow.Array, row int, loc *time.Location, keys *StructKeyCache) (driver.Value, error) + func ScanCellCachedDecimalFloat(col arrow.Array, row int, loc *time.Location, keys *StructKeyCache, ...) (driver.Value, error) + type ColumnTypeInfo struct + DatabaseTypeName string + HasLength bool + Length int64 + ScanType reflect.Type + func ColumnTypeInfoFor(dt arrow.DataType) ColumnTypeInfo + type StructKeyCache struct + func NewStructKeyCache() *StructKeyCache + func (c *StructKeyCache) Reset()