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