Apache Kylin · Example Payload

Rest Api Query Response Example

AnalyticsBig DataCubeOLAPOpen SourceSQL

Rest Api Query Response Example is an example object payload from Apache Kylin, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

columnMetasresultsqueryIdisExceptionexceptionMessagedurationtotalScanCounttotalScanByteshitExceptionCachestorageCacheUsed

Example Payload

Raw ↑
{
  "columnMetas": [
    {}
  ],
  "results": [
    [
      "example-value"
    ]
  ],
  "queryId": "query-1234",
  "isException": false,
  "exceptionMessage": "example-value",
  "duration": 120,
  "totalScanCount": 10000,
  "totalScanBytes": 409600,
  "hitExceptionCache": false,
  "storageCacheUsed": false
}