flight_connect {arrow} | R Documentation |
Connect to a Flight server
Description
Connect to a Flight server
Usage
flight_connect(host = "localhost", port, scheme = "grpc+tcp")
Arguments
host |
string hostname to connect to |
port |
integer port to connect on |
scheme |
URL scheme, default is "grpc+tcp" |
Value
A pyarrow.flight.FlightClient
.
[Package arrow version 16.1.0 Index]