package util

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

Index

Functions

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.

Source Files

byte_size.go

Version
v15.0.1
Published
Feb 23, 2024
Platform
darwin/amd64
Imports
3 packages
Last checked
2 hours ago

Tools for package owners.