Struct substrait_expr::builder::functions::FunctionBuilder
source · pub struct FunctionBuilder<'a> { /* private fields */ }Expand description
A builder object to create a scalar function expression
This can be used to parameterize the function call with options
Implementations§
source§impl<'a> FunctionBuilder<'a>
impl<'a> FunctionBuilder<'a>
sourcepub fn build(self) -> Result<Expression, SubstraitExprError>
pub fn build(self) -> Result<Expression, SubstraitExprError>
Consume the builder and create a function expression
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FunctionBuilder<'a>
impl<'a> Send for FunctionBuilder<'a>
impl<'a> Sync for FunctionBuilder<'a>
impl<'a> Unpin for FunctionBuilder<'a>
impl<'a> UnwindSafe for FunctionBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more