File: flight_connect.Rd

package info (click to toggle)
apache-arrow 23.0.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76,052 kB
  • sloc: cpp: 654,608; python: 70,522; ruby: 45,964; ansic: 18,742; sh: 7,371; makefile: 635; javascript: 125; xml: 41
file content (21 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/flight.R
\name{flight_connect}
\alias{flight_connect}
\title{Connect to a Flight server}
\usage{
flight_connect(host = "localhost", port, scheme = "grpc+tcp")
}
\arguments{
\item{host}{string hostname to connect to}

\item{port}{integer port to connect on}

\item{scheme}{URL scheme, default is "grpc+tcp"}
}
\value{
A \code{pyarrow.flight.FlightClient}.
}
\description{
Connect to a Flight server
}