| Package | Description |
|---|---|
| io.datakernel.cube |
| Modifier and Type | Method and Description |
|---|---|
ReportType |
CubeQuery.getReportType() |
ReportType |
QueryResult.getReportType() |
static ReportType |
ReportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportType[] |
ReportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryResult |
QueryResult.create(RecordScheme recordScheme,
List<String> attributes,
List<String> measures,
List<String> sortedBy,
List<Record> records,
Record totals,
int totalCount,
Map<String,Object> filterAttributes,
ReportType reportType) |
CubeQuery |
CubeQuery.withReportType(ReportType reportType) |
Copyright © 2019. All rights reserved.