Learn R Programming

arrow (version 2.0.0)

push_data: 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.