File tree Expand file tree Collapse file tree 3 files changed +254
-233
lines changed
docs/source/user-guide/latest Expand file tree Collapse file tree 3 files changed +254
-233
lines changed Original file line number Diff line number Diff line change 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 |
You can’t perform that action at this time.
0 commit comments