Trait tidb_query_datatype::codec::data_type::EvaluableRet [−][src]
Associated Types
type ChunkedType: ChunkedVec<Self>[src]
Associated Constants
Loading content...Required methods
fn cast_chunk_into_vector_value(vec: Self::ChunkedType) -> VectorValue[src]
Converts a vector of this concrete type into a VectorValue in the same type;
panics if the varient mismatches.