polars_arrow::compute::cast

Trait SerPrimitive

Source
pub trait SerPrimitive {
    // Required method
    fn write(f: &mut Vec<u8>, val: Self) -> usize
       where Self: Sized;
}
Available on crate feature compute_cast only.

Required Methods§

Source

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Implementations on Foreign Types§

Source§

impl SerPrimitive for f32

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Source§

impl SerPrimitive for f64

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Source§

impl SerPrimitive for i8

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Source§

impl SerPrimitive for i16

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Source§

impl SerPrimitive for i32

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Source§

impl SerPrimitive for i64

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Source§

impl SerPrimitive for u8

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Source§

impl SerPrimitive for u16

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Source§

impl SerPrimitive for u32

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Source§

impl SerPrimitive for u64

Source§

fn write(f: &mut Vec<u8>, val: Self) -> usize
where Self: Sized,

Implementors§