public interface OlapCubeQuery<TSource extends DataSource>
| Modifier and Type | Interface and Description |
|---|---|
static class |
OlapCubeQuery.OlapCubeQueryBuilder<TSource extends DataSource> |
| Modifier and Type | Method and Description |
|---|---|
default List<Map<String,Object>> |
analyze(List<String> dimensions,
List<String> facts) |
List<Map<String,Object>> |
analyze(List<String> dimensions,
List<String> facts,
Collection<Map.Entry<String,Boolean>> order,
Specification<TSource> filter,
Integer limit,
Integer offset) |
default List<Map<String,Object>> |
analyze(List<String> dimensions,
List<String> facts,
Specification<TSource> filter) |
default OlapCubeQuery.OlapCubeQueryBuilder<TSource> |
builder() |
Set<String> |
getDimensions() |
Set<String> |
getFacts() |
List<Map<String,Object>> analyze(List<String> dimensions, List<String> facts, Collection<Map.Entry<String,Boolean>> order, Specification<TSource> filter, Integer limit, Integer offset)
default List<Map<String,Object>> analyze(List<String> dimensions, List<String> facts, Specification<TSource> filter)
default OlapCubeQuery.OlapCubeQueryBuilder<TSource> builder()
Copyright © 2016. All rights reserved.