narrow_array_stream | R Documentation |
Stream objects as Arrow arrays
narrow_array_stream(list_of_array = list(), schema = NULL, validate = TRUE)
narrow_array_stream_collect(array_stream, ptype = NULL)
narrow_array_stream_get_schema(array_stream)
narrow_array_stream_get_next(array_stream, validate = TRUE)
as_narrow_array_stream(x, ...)
## S3 method for class 'narrow_array_stream'
as_narrow_array_stream(x, ...)
## S3 method for class 'list'
as_narrow_array_stream(x, ...)
## S3 method for class ''function''
as_narrow_array_stream(x, ...)
## Default S3 method:
as_narrow_array_stream(x, ...)
## S3 method for class 'narrow_array'
as_narrow_array_stream(x, ...)
list_of_array |
A |
schema |
The schema for all the arrays in |
validate |
Use |
array_stream |
An object of class "narrow_array_stream" |
ptype |
An R object to use as a prototype |
x |
An R object to convert to an Arrow Stream |
... |
Passed to S3 methods |
An object of class "narrow_array_stream"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.