Skip to content

Commit 8a8ab24

Browse files
authored
docs: Update supported expressions and operators in user guide (#2327)
1 parent 4f12395 commit 8a8ab24

File tree

3 files changed

+254
-233
lines changed

3 files changed

+254
-233
lines changed

docs/source/user-guide/latest/datatypes.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,29 @@
1919

2020
# Supported Spark Data Types
2121

22-
The following Spark data types are currently available:
22+
Comet supports the following Spark data types. Refer to the [Comet Compatibility Guide] for information about data
23+
type support in scans and other operators.
24+
25+
[Comet Compatibility Guide]: compatibility.md
2326

2427
<!-- based on org.apache.comet.serde.QueryPlanSerde.supportedDataType -->
2528

26-
- Primitives
27-
- Boolean
28-
- Byte
29-
- Short
30-
- Integer
31-
- Long
32-
- Float
33-
- Double
34-
- String
35-
- Binary
36-
- Decimal
37-
- Temporal
38-
- Date
39-
- Timestamp
40-
- TimestampNTZ
41-
- Null
42-
- Complex Types
43-
- Struct
44-
- Array
45-
- Map
29+
| Data Type |
30+
| ------------ |
31+
| Null |
32+
| Boolean |
33+
| Byte |
34+
| Short |
35+
| Integer |
36+
| Long |
37+
| Float |
38+
| Double |
39+
| Decimal |
40+
| String |
41+
| Binary |
42+
| Date |
43+
| Timestamp |
44+
| TimestampNTZ |
45+
| Struct |
46+
| Array |
47+
| Map |

0 commit comments

Comments
 (0)