According to https://github.com/apache/incubator-calcite/blob/master/doc/reference.md
Kylin support "offset X row fetch first Y row only" E.g. select summary_date, count(*) from test_kylin_fact group by summary_date order by 1 offset 0 row fetch first 10 row only On Tue, May 19, 2015 at 1:26 AM, Luke Han <[email protected]> wrote: > You are right in your code, actually, there's one pending task to tracking > this: > https://issues.apache.org/jira/browse/KYLIN-207 > Please let's know if you or somebody also has such requirements, and > please raise your hand if you also would like to contribute to this :-) > Regards! > Luke Han > > > > > On Mon, May 18, 2015 at 7:15 AM -0700, "dong wang" <[email protected]> > wrote: > > > > > > > > > > > when querying data, we can pass the parameter as below(in php), currently, > I use the 'offset' and 'limit' to achieve it, kylin dev team, pls correct > me if i'm wrong~ > $postData = array ('sql' =>$sql_str, > 'offset' =>$offset, > 'limit' =>$limit, > 'acceptPartial' =>false, > 'project' =>$project_name); > > 2015-05-18 17:38 GMT+08:00 [email protected] : > > > > > HI ,all > > > > Does kylin supports paging ? > > > > > > [email protected] > > >
