pub struct FormatBytesSi;Expand description
Formats bytes using SI/decimal units (1000-based: B, KB, MB, GB, TB, PB)
Implementations§
Source§impl FormatBytesSi
impl FormatBytesSi
Trait Implementations§
Source§impl ScalarFunction for FormatBytesSi
impl ScalarFunction for FormatBytesSi
fn scalar(&self, ctx: ScalarFunctionContext<'_>) -> Result<ColumnData>
Auto Trait Implementations§
impl Freeze for FormatBytesSi
impl RefUnwindSafe for FormatBytesSi
impl Send for FormatBytesSi
impl Sync for FormatBytesSi
impl Unpin for FormatBytesSi
impl UnwindSafe for FormatBytesSi
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