Hi John,
I tried to run a query with "COUNT(*)" in the SELECT clause, but I
received this error:

"Warning -- query[W-SAh3ikHPk----0]::setSelectClause(count(*)) failed
to find all column names in data partition 00"


I used my own code with the following functions:

ibis::part part (directory, static_cast<const char*>(0));
ibis::query q (name, &part);
q.setSelectClause (select_clause);
q.setWhereClause (where_clause);
q.evaluate();

 I'm doing something wrong?

Thanks in advance,
Valeria Lorenzetti
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to