Trait ToStruct

Source
pub trait ToStruct: AsArray {
    // Provided method
    fn to_struct(
        &self,
        name_generator: Option<Arc<dyn Fn(usize) -> PlSmallStr + Send + Sync>>,
    ) -> Result<ChunkedArray<StructType>, PolarsError> { ... }
}

Provided Methods§

Source

fn to_struct( &self, name_generator: Option<Arc<dyn Fn(usize) -> PlSmallStr + Send + Sync>>, ) -> Result<ChunkedArray<StructType>, PolarsError>

Implementors§