]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/r/man/enums.Rd
7ec126a0198a0dc351c129be000436aa7887212d
[ceph.git] / ceph / src / arrow / r / man / enums.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/enums.R
3 \docType{data}
4 \name{enums}
5 \alias{enums}
6 \alias{TimeUnit}
7 \alias{DateUnit}
8 \alias{Type}
9 \alias{StatusCode}
10 \alias{FileMode}
11 \alias{MessageType}
12 \alias{CompressionType}
13 \alias{FileType}
14 \alias{ParquetVersionType}
15 \alias{MetadataVersion}
16 \alias{QuantileInterpolation}
17 \alias{NullEncodingBehavior}
18 \alias{NullHandlingBehavior}
19 \alias{RoundMode}
20 \alias{JoinType}
21 \title{Arrow enums}
22 \format{
23 An object of class \code{TimeUnit::type} (inherits from \code{arrow-enum}) of length 4.
24
25 An object of class \code{DateUnit} (inherits from \code{arrow-enum}) of length 2.
26
27 An object of class \code{Type::type} (inherits from \code{arrow-enum}) of length 37.
28
29 An object of class \code{StatusCode} (inherits from \code{arrow-enum}) of length 17.
30
31 An object of class \code{FileMode} (inherits from \code{arrow-enum}) of length 3.
32
33 An object of class \code{MessageType} (inherits from \code{arrow-enum}) of length 5.
34
35 An object of class \code{Compression::type} (inherits from \code{arrow-enum}) of length 9.
36
37 An object of class \code{FileType} (inherits from \code{arrow-enum}) of length 4.
38
39 An object of class \code{ParquetVersionType} (inherits from \code{arrow-enum}) of length 2.
40
41 An object of class \code{MetadataVersion} (inherits from \code{arrow-enum}) of length 5.
42
43 An object of class \code{QuantileInterpolation} (inherits from \code{arrow-enum}) of length 5.
44
45 An object of class \code{NullEncodingBehavior} (inherits from \code{arrow-enum}) of length 2.
46
47 An object of class \code{NullHandlingBehavior} (inherits from \code{arrow-enum}) of length 3.
48
49 An object of class \code{RoundMode} (inherits from \code{arrow-enum}) of length 10.
50
51 An object of class \code{JoinType} (inherits from \code{arrow-enum}) of length 8.
52 }
53 \usage{
54 TimeUnit
55
56 DateUnit
57
58 Type
59
60 StatusCode
61
62 FileMode
63
64 MessageType
65
66 CompressionType
67
68 FileType
69
70 ParquetVersionType
71
72 MetadataVersion
73
74 QuantileInterpolation
75
76 NullEncodingBehavior
77
78 NullHandlingBehavior
79
80 RoundMode
81
82 JoinType
83 }
84 \description{
85 Arrow enums
86 }
87 \keyword{datasets}
88 \keyword{internal}