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

Required Methods

Implementors