pub struct BlobUtf8;Implementations§
Trait Implementations§
Source§impl ScalarFunction for BlobUtf8
impl ScalarFunction for BlobUtf8
fn scalar(&self, ctx: ScalarFunctionContext<'_>) -> Result<ColumnData>
Auto Trait Implementations§
impl Freeze for BlobUtf8
impl RefUnwindSafe for BlobUtf8
impl Send for BlobUtf8
impl Sync for BlobUtf8
impl Unpin for BlobUtf8
impl UnwindSafe for BlobUtf8
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