Module util

Source

Functionsยง

rvec_wrapped_to_vec_datatype
This is a utility function to convert an FFI friendly vector of WrappedSchema to their equivalent DataType.
rvec_wrapped_to_vec_fieldref
This is a utility function to convert an FFI friendly vector of WrappedSchema to their equivalent Field.
vec_datatype_to_rvec_wrapped
This is a utility function to convert a slice of DataType to its equivalent FFI friendly counterpart, WrappedSchema
vec_fieldref_to_rvec_wrapped
This is a utility function to convert a slice of Field to its equivalent FFI friendly counterpart, WrappedSchema