Trait tidb_query_expr::impl_compare_in::Extract[][src]

pub trait Extract: Sized {
    fn extract(
        expr_tp: ExprType,
        val: Vec<u8>,
        field_type: &FieldType
    ) -> Result<Self>; }

Required methods

fn extract(
    expr_tp: ExprType,
    val: Vec<u8>,
    field_type: &FieldType
) -> Result<Self>
[src]

Loading content...

Implementations on Foreign Types

impl Extract for Int[src]

impl Extract for Real[src]

impl Extract for Bytes[src]

impl Extract for Decimal[src]

impl Extract for Duration[src]

Loading content...

Implementors

Loading content...