basic_array_stream {nanoarrow} | R Documentation |
Create ArrayStreams from batches
Description
Create ArrayStreams from batches
Usage
basic_array_stream(batches, schema = NULL, validate = TRUE)
Arguments
batches |
A |
schema |
A nanoarrow_schema or |
validate |
Use |
Value
Examples
(stream <- basic_array_stream(list(data.frame(a = 1, b = 2))))
as.data.frame(stream$get_next())
stream$get_next()
[Package nanoarrow version 0.5.0.1 Index]