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 - Converts 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)