Trait polars_core::prelude::ListBuilderTrait [−][src]
pub trait ListBuilderTrait {
fn append_opt_series(&mut self, opt_s: Option<&Series>);
fn append_series(&mut self, s: &Series);
fn append_null(&mut self);
fn finish(&mut self) -> ListChunked;
}