mirror of
https://github.com/apache/druid.git
synced 2025-02-23 03:03:02 +00:00
segment metadata result explained better
This commit is contained in:
parent
d674e611de
commit
d53ccf7ead
@ -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>]}
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user