mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(feature)(headless)Support offset clause in struct query.
This commit is contained in:
@@ -20,6 +20,7 @@ public class StructQuery {
|
||||
private List<Filter> metricFilters = new ArrayList();
|
||||
private DateConf dateInfo;
|
||||
private Long limit = 2000L;
|
||||
private Long offset = 0L;
|
||||
private QueryType queryType;
|
||||
private List<Param> params = new ArrayList<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user