Struct polars_plan::logical_plan::ALogicalPlanBuilder
source · [−]pub struct ALogicalPlanBuilder<'a> { /* private fields */ }
Implementations
sourceimpl<'a> ALogicalPlanBuilder<'a>
impl<'a> ALogicalPlanBuilder<'a>
pub fn melt(self, args: Arc<MeltArgs>) -> Self
pub fn project_local(self, exprs: Vec<Node>) -> Self
pub fn project(self, exprs: Vec<Node>) -> Self
pub fn build(self) -> ALogicalPlan
pub fn groupby(
self,
keys: Vec<Node>,
aggs: Vec<Node>,
apply: Option<Arc<dyn DataFrameUdf>>,
maintain_order: bool,
options: GroupbyOptions
) -> Self
pub fn join(
self,
other: Node,
left_on: Vec<Node>,
right_on: Vec<Node>,
options: JoinOptions
) -> Self
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ALogicalPlanBuilder<'a>
impl<'a> Send for ALogicalPlanBuilder<'a>
impl<'a> Sync for ALogicalPlanBuilder<'a>
impl<'a> Unpin for ALogicalPlanBuilder<'a>
impl<'a> !UnwindSafe for ALogicalPlanBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more