You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by 轨迹 <zw...@gmail.com> on 2021/04/28 09:34:58 UTC

where is the code transform intervals to the segments

hi
   as scan query json shown below
  {
"queryType": "scan", "dataSource": "wikipedia", "resultFormat": "list",
"columns":[], "intervals": [ "2013-01-01/2013-01-02" ], "batchSize":20480,
"limit":3 }
 how does druid transform the parameter intervals to the intervals related
segments message, I cannot find the related code in druid project.