Type Definition tidb_query_datatype::codec::data_type::Int [−][src]
type Int = i64;
type Int = i64;
impl AsMySQLBool for Int[src]fn as_mysql_bool(&self, _context: &mut EvalContext) -> Result<bool>[src]impl Evaluable for Int[src]const EVAL_TYPE: EvalType[src]fn borrow_scalar_value(v: &ScalarValue) -> Option<&Self>[src]fn borrow_scalar_value_ref(v: ScalarValueRef<'_>) -> Option<&Self>[src]fn borrow_vector_value(v: &VectorValue) -> &ChunkedVecSized<Int>[src]impl EvaluableRet for Int[src]const EVAL_TYPE: EvalType[src]type ChunkedType = ChunkedVecSized<Self>fn cast_chunk_into_vector_value(vec: ChunkedVecSized<Self>) -> VectorValue[src]