Expand description
Cast support for union arrays.
Functionsยง
- resolve_
child_ ๐array - Selects the best-matching child array from a [
UnionArray] for a given target type - same_
type_ ๐family - union_
extract_ by_ type - Extracts the best-matching child array from a [
UnionArray] for a given target type, and casts it to that type.