Trait polars::chunked_array::object::ListBuilderTrait
source · [−]pub trait ListBuilderTrait {
fn append_series(&mut self, s: &Series);
fn append_null(&mut self);
fn finish(&mut self) -> ChunkedArray<ListType>;
fn append_opt_series(&mut self, opt_s: Option<&Series>) { ... }
}
This is supported on crate feature
object
only.