Skip to content
Snippets Groups Projects
Commit 90646755 authored by Sjoerd Vink's avatar Sjoerd Vink
Browse files

chore(dataDimensions): added int type to statistics

parent 67c6dcc3
Branches feat/visWithQuery
No related tags found
No related merge requests found
Pipeline #143665 passed
......@@ -28,7 +28,7 @@ type AttributeTypeStats<T extends AttributeType> = T extends 'string'
? CategoricalStats
: T extends 'boolean'
? BooleanStats
: T extends 'number'
: T extends 'number' | 'int'
? NumericalStats
: T extends 'date' | 'time' | 'datetime' | 'timestamp'
? TemporalStats
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment