Functions§
- cast_
column - Cast a column to match the target field type, with special handling for nested structs.
- has_
one_ of_ more_ common_ fields - Check if two field lists have at least one common field by name.
- requires_
nested_ struct_ cast - Returns true if casting from
source_typetotarget_typerequires name-based nested struct casting logic, rather than Arrow’s standard cast. - validate_
data_ type_ compatibility - Validates that
source_typecan be cast totarget_type, recursively handling container types that wrap structs. - validate_
struct_ compatibility - Validates compatibility between source and target struct fields for casting operations.