File: cast_options.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 (22 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/compute.R
\name{cast_options}
\alias{cast_options}
\title{Cast options}
\usage{
cast_options(safe = TRUE, ...)
}
\arguments{
\item{safe}{logical: enforce safe conversion? Default \code{TRUE}}

\item{...}{additional cast options, such as \code{allow_int_overflow},
\code{allow_time_truncate}, and \code{allow_float_truncate}, which are set to \code{!safe}
by default}
}
\value{
A list
}
\description{
Cast options
}
\keyword{internal}