Learn R Programming

arrow (version 0.14.1)

TimeUnit: Apache Arrow data types

Description

Apache Arrow data types

Usage

TimeUnit

DateUnit

Type

StatusCode

FileMode

MessageType

CompressionType

int8()

int16()

int32()

int64()

uint8()

uint16()

uint32()

uint64()

float16()

float32()

float64()

boolean()

utf8()

date32()

date64()

time32(unit)

time64(unit)

null()

timestamp(unit, timezone)

decimal(precision, scale)

list_of(type)

struct(...)

Arguments

unit

time unit

timezone

time zone

precision

precision

scale

scale

type

type

...

...

Format

An object of class arrow::TimeUnit::type (inherits from arrow-enum) of length 4.