Constantsยง
- ERR_
NANOSECONDS_ ๐NOT_ SUPPORTED - Error message if nanosecond conversion request beyond supported interval
Functionsยง
- handle ๐
- handle_
array_ ๐op - handle_
multiple ๐ - string_
to_ ๐datetime_ formatted - Accepts a string and parses it using the
chrono::format::strftimespecifiers relative to the providedtimezone - string_
to_ ๐timestamp_ millis_ formatted - Accepts a string with a
chronoformat and converts it to a millisecond precision timestamp. - string_
to_ ๐timestamp_ nanos_ formatted - Accepts a string with a
chronoformat and converts it to a nanosecond precision timestamp. - string_
to_ ๐timestamp_ nanos_ shim - Calls string_to_timestamp_nanos and converts the error type
- strings_
to_ ๐primitive_ function - given a function
opthat maps&str,&strto the first successful Result of an arrow native type, returns aPrimitiveArrayafter the application of the function toargsand the subsequence application of theop2function to any successful result. This function calls theopfunction with the first and second argument and if not successful continues with first and third, first and fourth, etc until the result was successful or no more arguments are present. - unary_
string_ ๐to_ primitive_ function - given a function
opthat maps a&strto a Result of an arrow native type, returns aPrimitiveArrayafter the application of the function toargs[0]. - validate_
data_ ๐types - Checks that all the arguments from the second are of type Utf8, LargeUtf8 or Utf8View