arrow_flight::sql::metadata::sql_info

Trait SqlInfoName

Source
pub trait SqlInfoName {
    // Required method
    fn as_u32(&self) -> u32;
}
Expand description

Something that can be converted into u32 (the represenation of a SqlInfo name)

Required Methods§

Source

fn as_u32(&self) -> u32

Implementations on Foreign Types§

Source§

impl SqlInfoName for u32

Source§

fn as_u32(&self) -> u32

Implementors§