...

Package util

import "github.com/apache/arrow/go/v15/arrow/util"
Overview
Index

Overview ▾

func TotalArraySize

func TotalArraySize(arr arrow.Array) int64

TotalArraySize returns the sum of the number of bytes in each buffer referenced by the Array.

func TotalRecordSize

func TotalRecordSize(record arrow.Record) int64

TotalRecordSize return the sum of bytes in each buffer referenced by the Record.