File: arrow_info.Rd

package info (click to toggle)
apache-arrow 23.0.1-4
  • links: PTS
  • area: main
  • in suites:
  • size: 76,368 kB
  • sloc: cpp: 654,608; python: 70,522; ruby: 45,964; ansic: 18,742; sh: 7,367; makefile: 633; javascript: 125; xml: 41
file content (47 lines) | stat: -rw-r--r-- 1,210 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/arrow-info.R
\name{arrow_info}
\alias{arrow_info}
\alias{arrow_available}
\alias{arrow_with_acero}
\alias{arrow_with_dataset}
\alias{arrow_with_substrait}
\alias{arrow_with_parquet}
\alias{arrow_with_s3}
\alias{arrow_with_gcs}
\alias{arrow_with_json}
\title{Report information on the package's capabilities}
\usage{
arrow_info()

arrow_available()

arrow_with_acero()

arrow_with_dataset()

arrow_with_substrait()

arrow_with_parquet()

arrow_with_s3()

arrow_with_gcs()

arrow_with_json()
}
\value{
\code{arrow_info()} returns a list including version information, boolean
"capabilities", and statistics from Arrow's memory allocator, and also
Arrow's run-time information. The \verb{_available()} functions return a logical
value whether or not the C++ library was built with support for them.
}
\description{
This function summarizes a number of build-time configurations and run-time
settings for the Arrow package. It may be useful for diagnostics.
}
\seealso{
If any capabilities are \code{FALSE}, see the
\href{https://arrow.apache.org/docs/r/articles/install.html}{install guide}
for guidance on reinstalling the package.
}