Send data to a Flight server
Arguments
- client
- pyarrow.flight.FlightClient, as returned by- flight_connect()
- data
- data.frame, RecordBatch, or Table to upload
- path
- string identifier to store the data under 
- overwrite
- logical: if - pathexists on- clientalready, should we replace it with the contents of- data? Default is- TRUE; if- FALSEand- pathexists, the function will error.
- max_chunksize
- integer: Maximum number of rows for RecordBatch chunks when a - data.frameis sent. Individual chunks may be smaller depending on the chunk layout of individual columns.