Hi everyone,
I am looking for a way how to specify ScanSpec for open_scaner which would
return only row keys i.e. emulating KEYS_ONLY hql options_spec. I have tried
to set empty columns vector and mark it as specified to force no columns,
but it didn't help. How is it supposed to be done?
Sample (using C++ thrift bindings)
ScanSpec spec;
//set empty columns and mark specified
spec.columns.clear();
spec.__isset.columns = true;

--

You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en.


Reply via email to