summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/enums.Rd
blob: 7ec126a0198a0dc351c129be000436aa7887212d (plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/enums.R
\docType{data}
\name{enums}
\alias{enums}
\alias{TimeUnit}
\alias{DateUnit}
\alias{Type}
\alias{StatusCode}
\alias{FileMode}
\alias{MessageType}
\alias{CompressionType}
\alias{FileType}
\alias{ParquetVersionType}
\alias{MetadataVersion}
\alias{QuantileInterpolation}
\alias{NullEncodingBehavior}
\alias{NullHandlingBehavior}
\alias{RoundMode}
\alias{JoinType}
\title{Arrow enums}
\format{
An object of class \code{TimeUnit::type} (inherits from \code{arrow-enum}) of length 4.

An object of class \code{DateUnit} (inherits from \code{arrow-enum}) of length 2.

An object of class \code{Type::type} (inherits from \code{arrow-enum}) of length 37.

An object of class \code{StatusCode} (inherits from \code{arrow-enum}) of length 17.

An object of class \code{FileMode} (inherits from \code{arrow-enum}) of length 3.

An object of class \code{MessageType} (inherits from \code{arrow-enum}) of length 5.

An object of class \code{Compression::type} (inherits from \code{arrow-enum}) of length 9.

An object of class \code{FileType} (inherits from \code{arrow-enum}) of length 4.

An object of class \code{ParquetVersionType} (inherits from \code{arrow-enum}) of length 2.

An object of class \code{MetadataVersion} (inherits from \code{arrow-enum}) of length 5.

An object of class \code{QuantileInterpolation} (inherits from \code{arrow-enum}) of length 5.

An object of class \code{NullEncodingBehavior} (inherits from \code{arrow-enum}) of length 2.

An object of class \code{NullHandlingBehavior} (inherits from \code{arrow-enum}) of length 3.

An object of class \code{RoundMode} (inherits from \code{arrow-enum}) of length 10.

An object of class \code{JoinType} (inherits from \code{arrow-enum}) of length 8.
}
\usage{
TimeUnit

DateUnit

Type

StatusCode

FileMode

MessageType

CompressionType

FileType

ParquetVersionType

MetadataVersion

QuantileInterpolation

NullEncodingBehavior

NullHandlingBehavior

RoundMode

JoinType
}
\description{
Arrow enums
}
\keyword{datasets}
\keyword{internal}