pub struct FormatBytes;Expand description
Formats bytes using binary units (1024-based: B, KiB, MiB, GiB, TiB, PiB)
Implementations§
Source§impl FormatBytes
impl FormatBytes
Trait Implementations§
Source§impl ScalarFunction for FormatBytes
impl ScalarFunction for FormatBytes
fn scalar(&self, ctx: ScalarFunctionContext<'_>) -> Result<ColumnData>
Auto Trait Implementations§
impl Freeze for FormatBytes
impl RefUnwindSafe for FormatBytes
impl Send for FormatBytes
impl Sync for FormatBytes
impl Unpin for FormatBytes
impl UnwindSafe for FormatBytes
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