Module arrow::compute::kernels::cast_utils
source · Traits§
- Specialized parsing implementations used by csv and json reader
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.
- 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.