Expand description
This module provides DataFusion specific casting functions
that provide error handling. They are intended to “never fail”
but provide an error message rather than a panic, as the corresponding
kernels in arrow-rs such as as_boolean_array
do.
Functions§
- as_
binary_ array - as_
binary_ view_ array - as_
boolean_ array - as_
date32_ array - as_
date64_ array - as_
decimal128_ array - as_
decimal256_ array - as_
dictionary_ array - as_
fixed_ size_ binary_ array - as_
fixed_ size_ list_ array - as_
float16_ array - as_
float32_ array - as_
float64_ array - as_
generic_ binary_ array - as_
generic_ list_ array - as_
generic_ string_ array - as_
int8_ array - as_
int16_ array - as_
int32_ array - as_
int64_ array - as_
interval_ dt_ array - as_
interval_ mdn_ array - as_
interval_ ym_ array - as_
large_ binary_ array - as_
large_ list_ array - as_
large_ string_ array - as_
list_ array - as_
map_ array - as_
null_ array - as_
primitive_ array - as_
string_ array - as_
string_ view_ array - as_
struct_ array - as_
time32_ millisecond_ array - as_
time32_ second_ array - as_
time64_ microsecond_ array - as_
time64_ nanosecond_ array - as_
timestamp_ microsecond_ array - as_
timestamp_ millisecond_ array - as_
timestamp_ nanosecond_ array - as_
timestamp_ second_ array - as_
uint8_ array - as_
uint16_ array - as_
uint32_ array - as_
uint64_ array - as_
union_ array