Module conversions

Module conversions 

Source
Expand description

Routines to convert TPCH types to Arrow types

Functionsยง

decimal128_array_from_iter
Converts an iterator of TPCH decimals to an Arrow Decimal128Array
string_view_array_from_display_iter
Coverts an iterator of displayable values to an Arrow StringViewArray
to_arrow_date32
Convert a TPCH date to an Arrow Date32.
to_arrow_decimal
Convert a TPCHDecimal to an Arrow Decimal(15,2)
to_arrow_timestamp_millis
Convert a TPCH date to an Arrow Timestamp (milliseconds since Unix epoch)