Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Send data to a Flight server

Source:R/flight.R
flight_put.Rd

Send data to a Flight server

Usage

flight_put(client,data,path, overwrite=TRUE, max_chunksize=NULL)

Arguments

client

pyarrow.flight.FlightClient, as returned byflight_connect()

data

data.frame,RecordBatch, orTable to upload

path

string identifier to store the data under

overwrite

logical: ifpath exists onclient already, should wereplace it with the contents ofdata? Default isTRUE; ifFALSE andpath exists, the function will error.

max_chunksize

integer: Maximum number of rows for RecordBatch chunkswhen adata.frame is sent.Individual chunks may be smaller depending on the chunk layout of individual columns.

Value

client, invisibly.


[8]ページ先頭

©2009-2025 Movatter.jp