blob: f1c2fbab3b2073ebded342b5b87ee8fbe6ec000a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# YQL data types
This section contains articles on YQL data types:
- [Simple/Primitive types](primitive.md)
- [Optional types](optional.md)
- [Containers](containers.md)
- [Special types](special.md)
- [Type casting](cast.md)
- [Text representation of data types](type_string.md)
- [Data representation in JSON format](json.md)
|