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