if (trace.val)
LOG.trace(String.format("Creating WorkloadStatistics for %d tables [totalRows=%d, totalBytes=%d",
m_tableStatsData.size(), m_tableTuples.getSampleCount(), m_tableBytes.getSampleCount()));
WorkloadStatistics stats = new WorkloadStatistics(catalogContext.database);
stats.apply(m_tableStatsData);
return (stats);
}
/**
* Queue a local file to be sent to the client with the given client id.