Hi Stanislav,

It looks like the KEYS_ONLY flag is not exposed via the Thrift
interface. We'll try and get this into the next release. If you'd like
I can out a code patch when I'm done with this change.

-Sanjit


On Mon, Dec 14, 2009 at 5:45 AM, Stanislav Yudin <[email protected]> wrote:
> 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.
>
>
>

--

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