Skip to main content

laminar_schema_field_type

Function laminar_schema_field_type 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_schema_field_type( schema: *mut LaminarSchema, index: usize, out: *mut *mut c_char, ) -> i32
Expand description

Get the Arrow data type of a field by index as a string. Caller frees with laminar_string_free.

ยงSafety

schema and out must be valid non-null pointers; index must be in range.