[ARRAY] VecValueTypeClass placehold

This commit is contained in:
obdev
2024-05-27 05:12:24 +00:00
committed by ob-robot
parent 2de39a2853
commit f80269a524
3 changed files with 6 additions and 1 deletions

View File

@ -153,6 +153,7 @@ static int32_t reserved_agg_col_size(RuntimeContext &agg_ctx, int64_t agg_col_id
RTSIZE(VEC_TC_DEC_INT128), // dec_int128
RTSIZE(VEC_TC_DEC_INT256), // dec_int256
RTSIZE(VEC_TC_DEC_INT512), // dec_int512
string_reserved_size, // collection
};
static_assert(sizeof(reserved_sizes) / sizeof(reserved_sizes[0]) == MAX_VEC_TC, "");
OB_ASSERT(aggr_info.expr_ != NULL);