Trait Extract
tidb_query_expr::impl_compare_in
pub trait Extract: Sized { fn extract( expr_tp: ExprType, val: Vec<u8>, field_type: &FieldType ) -> Result<Self>; }
fn extract( expr_tp: ExprType, val: Vec<u8>, field_type: &FieldType) -> Result<Self>
impl Extract for Int
fn extract( expr_tp: ExprType, val: Vec<u8>, _field_type: &FieldType) -> Result<Self>
impl Extract for Real
impl Extract for Bytes
impl Extract for Decimal
impl Extract for Duration