push_data {arrow}R Documentation

Send data to a Flight server

Description

Send data to a Flight server

Usage

push_data(client, data, path)

Arguments

client

pyarrow.flight.FlightClient, as returned by flight_connect()

data

data.frame or RecordBatch to upload

path

string identifier to store the data under

Value

client, invisibly.


[Package arrow version 2.0.0 Index]