pub struct TextUpper;Implementations§
Trait Implementations§
Source§impl ScalarFunction for TextUpper
impl ScalarFunction for TextUpper
fn scalar(&self, ctx: ScalarFunctionContext<'_>) -> Result<ColumnData>
Auto Trait Implementations§
impl Freeze for TextUpper
impl RefUnwindSafe for TextUpper
impl Send for TextUpper
impl Sync for TextUpper
impl Unpin for TextUpper
impl UnwindSafe for TextUpper
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more