Module cast_utils
Expand description
Parser
implementations for converting strings to Arrow types
Used by the CSV and JSON readers to convert strings to Arrow types
Structs§
- Config to parse interval strings
Enums§
- Represents the units of an interval, with each variant corresponding to a bit in the interval’s bitfield representation
Traits§
- Specialized parsing implementations to convert strings to Arrow types.
Functions§
- Parse the string format decimal value to i128/i256 format and checking the precision and scale. The result value can’t be out of bounds.
- Parse human-readable interval string to Arrow IntervalDayTimeType
- Parse human-readable interval string to Arrow IntervalMonthDayNanoType
- Parse human-readable interval string to Arrow IntervalMonthDayNanoType
- Parse human-readable interval string to Arrow IntervalYearMonthType
- Accepts a string and parses it relative to the provided
timezone
- Accepts a string in ISO8601 standard format and some variants and converts it to nanoseconds since midnight.
- Accepts a string in RFC3339 / ISO8601 standard format and some variants and converts it to a nanosecond precision timestamp.
Type Aliases§
- A tuple representing (months, days, nanoseconds) in an interval