array_to_vector: Benchmark for reading an Arrow array to a vector

array_to_vectorR Documentation

Benchmark for reading an Arrow array to a vector

Description

This flexes a lower level conversion to R data structures from Arrow data structures.

Usage

array_to_vector

Format

An object of class Benchmark of length 11.

Parameters

  • source A known-file id to use (it will be read in to a data.frame first)

  • chunked_arrays logical, should the arrays converted be ChunkedArrays or Arrays?

  • exclude_nulls logical, should any columns with any NULLs or NAs in them be removed?

  • alt_rep logical, should the altrep option be set? (TRUE to enable it, FALSE to disable)


ursa-labs/arrowbench documentation built on July 8, 2023, 11:36 a.m.