Trait AsList

Source
pub trait AsList {
    // Required method
    fn as_list(&self) -> &ChunkedArray<ListType>;
}

Required Methods§

Implementors§