Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Read Arrow IPC stream format

Source:R/ipc-stream.R
read_ipc_stream.Rd

Apache Arrow defines two formats forserializing data for interprocess communication (IPC):a "stream" format and a "file" format, known as Feather.read_ipc_stream()andread_feather() read those formats, respectively.

Usage

read_ipc_stream(file, as_data_frame=TRUE,...)

Arguments

file

A character file name or URI, connection,raw vector, anArrow input stream, or aFileSystem with path (SubTreeFileSystem).If a file name or URI, an ArrowInputStream will be opened andclosed when finished. If an input stream is provided, it will be leftopen.

as_data_frame

Should the function return atibble (default) oran ArrowTable?

...

extra parameters passed toread_feather().

Value

Atibble ifas_data_frame isTRUE (the default), or anArrowTable otherwise

See also

write_feather() for writing IPC files.RecordBatchReader for alower-level interface.


[8]ページ先頭

©2009-2026 Movatter.jp