summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/read_schema.Rd
blob: 8738b8aebf7407c787df98d3dd42c638228d2e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/schema.R
\name{read_schema}
\alias{read_schema}
\title{read a Schema from a stream}
\usage{
read_schema(stream, ...)
}
\arguments{
\item{stream}{a \code{Message}, \code{InputStream}, or \code{Buffer}}

\item{...}{currently ignored}
}
\value{
A \link{Schema}
}
\description{
read a Schema from a stream
}