Type Definition tidb_query_datatype::codec::data_type::Int[][src]

type Int = i64;

Trait Implementations

impl AsMySQLBool for Int[src][+]

impl Evaluable for Int[src][+]

impl EvaluableRet for Int[src][+]

type ChunkedType = ChunkedVecSized<Self>