X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Farrow%2Fr%2Fman%2Fenums.Rd;fp=ceph%2Fsrc%2Farrow%2Fr%2Fman%2Fenums.Rd;h=7ec126a0198a0dc351c129be000436aa7887212d;hb=1d09f67e50a235260a0812cca2fb044674d88150;hp=0000000000000000000000000000000000000000;hpb=a653f20b2fb9a1c0c3e465a23074d91f26031b5d;p=ceph.git diff --git a/ceph/src/arrow/r/man/enums.Rd b/ceph/src/arrow/r/man/enums.Rd new file mode 100644 index 000000000..7ec126a01 --- /dev/null +++ b/ceph/src/arrow/r/man/enums.Rd @@ -0,0 +1,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}