else
{
rows = getSlice(variables);
}
CqlResult result = new CqlResult();
result.type = CqlResultType.ROWS;
// Even for count, we need to process the result as it'll group some column together in sparse column families
CqlMetadata schema = createSchema();
List<CqlRow> cqlRows = process(rows, schema, variables);