Enumeration

ArrowAssumeTimezoneNonexistent

since: 23.0.0

Declaration

enum Arrow.AssumeTimezoneNonexistent

Description [src]

They correspond to the values of arrow::compute::AssumeTimezoneOptions::Nonexistent.

Available since: 23.0.0

Members

Name Description
GARROW_ASSUME_TIMEZONE_NONEXISTENT_RAISE

Raise an error on nonexistent times.

GARROW_ASSUME_TIMEZONE_NONEXISTENT_EARLIEST

Emit the instant just before the DST shift.

GARROW_ASSUME_TIMEZONE_NONEXISTENT_LATEST

Emit the DST shift instant.