Enumeration

ArrowAssumeTimezoneAmbiguous

since: 23.0.0

Declaration

enum Arrow.AssumeTimezoneAmbiguous

Description [src]

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

Available since: 23.0.0

Members

Name Description
GARROW_ASSUME_TIMEZONE_AMBIGUOUS_RAISE

Raise an error on ambiguous times.

GARROW_ASSUME_TIMEZONE_AMBIGUOUS_EARLIEST

Emit the earliest instant.

GARROW_ASSUME_TIMEZONE_AMBIGUOUS_LATEST

Emit the latest instant.