flight_connect: Connect to a Flight server

View source: R/flight.R

flight_connectR 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.


arrow documentation built on Nov. 25, 2023, 1:09 a.m.