]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/r/man/read_schema.Rd
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / r / man / read_schema.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/schema.R
3 \name{read_schema}
4 \alias{read_schema}
5 \title{read a Schema from a stream}
6 \usage{
7 read_schema(stream, ...)
8 }
9 \arguments{
10 \item{stream}{a \code{Message}, \code{InputStream}, or \code{Buffer}}
11
12 \item{...}{currently ignored}
13 }
14 \value{
15 A \link{Schema}
16 }
17 \description{
18 read a Schema from a stream
19 }