1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-21 09:20:51 +03:00

chore(QA,rules): Added sign-aware getters for min/max PK statistics values and a test for QA with PK-only statistics.

This commit is contained in:
drrtuy
2025-10-22 11:36:43 +00:00
parent 891e97e8c2
commit ca3c797d30
5 changed files with 215 additions and 22 deletions

View File

@@ -333,7 +333,6 @@ int fetchNextRow(uchar* buf, cal_table_info& ti, cal_connection_info* ci, long t
if (ti.tpl_scan_ctx->rowsreturned == 0 &&
(ti.tpl_scan_ctx->traceFlags & execplan::CalpontSelectExecutionPlan::TRACE_TUPLE_OFF))
{
std::cout << "rowGroup->toString() " << rowGroup->toString() << std::endl;
for (uint32_t i = 0; i < rowGroup->getColumnCount(); i++)
{
int oid = rowGroup->getOIDs()[i];