Hi John,

I was looking at directly creating qExpr objects to take care of a discrete
conditions where the number of values can be of order of 100K. The type of
the values is long (int64) I could not find any constructor which takes
vector/array of long values.

    qDiscreteRange() : qRange(DRANGE) {};
   qDiscreteRange(const char *col, const char *nums);
   qDiscreteRange(const char *col, const std::vector<uint32_t>& val);
   qDiscreteRange(const char *col, const std::vector<double>& val);
   qDiscreteRange(const char *col, ibis::array_t<uint32_t>& val);
   qDiscreteRange(const char *col, ibis::array_t<double>& val);

Is there some existing method to do so that I am missing?

--
cheers,
gaurav
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to