public interface DatamartQueryResult
Query
in the DatamartContext
- calling the DatamartQuery function, or equivalent SandboxAPI api.datamartQuery() - both deprecated!Modifier and Type | Method and Description |
---|---|
Matrix2D |
getData()
Retreives the query result data.
|
Map<String,Serializable> |
getSummary()
Additional query summary information,
|
Matrix2D getData()
Matrix
format. All data rows are included
in this matrix. The matrix rows represent data rows, while the columns represent the query projections.
Return null
if the maximum number of rows is exceeded. This max is set through Price f(x) instance
parameter 'datamart.query.externalRowsLimit', with a typical value of 100k rows.Map<String,Serializable> getSummary()
Copyright © 2016. All rights reserved.