setHeapRowEstimate(tc, td.getHeapConglomerateId(), numRows);
// Drop existing index statistics for this index.
if (!lcc.dataDictionaryInWriteMode()) {
dd.startWriting(lcc);
}
dd.dropStatisticsDescriptors(table, index, tc);
boolean conglomerateGone = false; // invalidation control flag
// Don't write statistics if the table is empty.
if (numRows == 0) {
trace(2, "empty table, no stats written");