public void testSingleAggregate() throws IOException, ProcCallException {
int num_partitions = this.getServerConfig().getPartitionCount();
Client client = this.getClient();
final VoltTable vt = this.loadTable(client);
Database catalog_db = CatalogUtil.getDatabase(this.getCatalog());
Table catalog_tbl = catalog_db.getTables().get("TABLEC");
assertNotNull(catalog_tbl);
Column catalog_col = catalog_tbl.getColumns().get("C_VALUE0");
assertNotNull(catalog_col);
// Compute the AVG in Java so that we can compare