]> git.proxmox.com Git - ceph.git/blame - ceph/src/arrow/r/man/flight_get.Rd
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / r / man / flight_get.Rd
CommitLineData
1d09f67e
TL
1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/flight.R
3\name{flight_get}
4\alias{flight_get}
5\title{Get data from a Flight server}
6\usage{
7flight_get(client, path)
8}
9\arguments{
10\item{client}{\code{pyarrow.flight.FlightClient}, as returned by \code{\link[=flight_connect]{flight_connect()}}}
11
12\item{path}{string identifier under which data is stored}
13}
14\value{
15A \link{Table}
16}
17\description{
18Get data from a Flight server
19}