dot-Binary2df: Unpack SciDB binary-encoded data into a data frame

.Binary2dfR Documentation

Unpack SciDB binary-encoded data into a data frame

Description

Unpack SciDB binary-encoded data into a data frame

Usage

.Binary2df(data, cols, buffer_size = NULL, use_int64 = TRUE)

Arguments

data

the binary-encoded data

cols

a data.frame containing 'names', 'type', and 'nullable' for each attribute or dimension in the binary-encoded data

buffer_size

the size of the buffer to use for parsing

use_int64

if true, use the 'integer64' package for large numbers; if false, estimate large numbers with a float (loses precision)

Value

a data frame


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.