segment metadata result explained better

This commit is contained in:
pdeva 2014-09-16 15:56:15 -07:00
parent d674e611de
commit d53ccf7ead

View File

@ -46,6 +46,12 @@ The format of the result is:
} ]
```
Dimension columns will have type `STRING`.
Metric columns will have type `FLOAT`.
Timestamp column will have type `LONG`.
Only columns which are dimensions (ie, have type `STRING`) will have any cardinality. Rest of the columns (timestamp and metric columns) will show cardinality as `null`.
### toInclude
There are 3 types of toInclude objects.
@ -72,4 +78,4 @@ The grammar is as follows:
``` json
"toInclude": { "type": "list", "columns": [<string list of column names>]}
```
```