| Package | Description |
|---|---|
| io.datakernel.cube | |
| io.datakernel.cube.asm |
| Modifier and Type | Method and Description |
|---|---|
static Record |
Record.create(RecordScheme scheme) |
Record |
QueryResult.getTotals() |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
QueryResult.getRecords() |
| 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) |
static QueryResult |
QueryResult.createForDataWithTotals(RecordScheme recordScheme,
List<Record> records,
Record totals,
int totalCount,
List<String> attributes,
List<String> measures,
List<String> sortedBy,
Map<String,Object> filterAttributes) |
| 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) |
static QueryResult |
QueryResult.createForData(RecordScheme recordScheme,
List<Record> records,
List<String> attributes,
List<String> measures,
List<String> sortedBy,
Map<String,Object> filterAttributes) |
static QueryResult |
QueryResult.createForDataWithTotals(RecordScheme recordScheme,
List<Record> records,
Record totals,
int totalCount,
List<String> attributes,
List<String> measures,
List<String> sortedBy,
Map<String,Object> filterAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordFunction.copyAttributes(Object result,
Record record) |
void |
RecordFunction.copyMeasures(Object result,
Record record) |
Copyright © 2019. All rights reserved.