Functionsยง
- rvec_
wrapped_ to_ vec_ datatype - This is a utility function to convert an FFI friendly vector of
WrappedSchemato their equivalentDataType. - rvec_
wrapped_ to_ vec_ fieldref - This is a utility function to convert an FFI friendly vector of
WrappedSchemato their equivalentField. - vec_
datatype_ to_ rvec_ wrapped - This is a utility function to convert a slice of
DataTypeto its equivalent FFI friendly counterpart,WrappedSchema - vec_
fieldref_ to_ rvec_ wrapped - This is a utility function to convert a slice of
Fieldto its equivalent FFI friendly counterpart,WrappedSchema