You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Kyrill Alyoshin <ky...@gmail.com> on 2014/11/11 20:04:41 UTC

Querying wide rows with Drill

Guys,

We have some time series data stored in a "wide row" in mapr-db. The column
is the timestamp, the value is some number. Is there any
documentation/blogs/links as to how we could query it with Drill? I mean I
realize that we can issue a "select * from..." but is it possible to do
more? I mean this row has other columns (in other column families).

`Would it be possible to create a jo