Structs§
- Cast
Option - Cast options for cast functions.
Functions§
- can_
cast_ type - Return true if the src_value can be casted to dest_type, Otherwise, return false.
- cast
- Used to cast the value to dest ConcreteDataType temporarily. To keep the same behavior as arrow-rs.
- cast_
with_ opt - Cast the value to dest_type with CastOption.
- invalid_
type_ 🔒cast