Debezium Data Type Mapping
On this page
Each change event record is structured similar to the original table, where the event record includes a field for each column value.
For each table column, Debezium maps the source data type to a literal type, and in some cases, to a semantic type in the corresponding event field.
-
Literal types: Specify how the value is literally represented, using one of the following Kafka Connect schema types:
INT8
,INT16
,INT32
,INT64
,FLOAT32
,FLOAT64
,BOOLEAN
,STRING
,BYTES
,ARRAY
,MAP
, andSTRUCT
. -
Semantic types: Specify how Kafka Connect schema captures the meaning of the field, by using the name of the Kafka Connect schema for the field.
Integer Numbers
SingleStore Data Type |
Literal type |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Real Numbers
SingleStore Data Type |
Literal type |
---|---|
|
|
|
|
The connector handles DECIMAL
values based on the value of the decimal.
|
Literal type |
Semantic type |
---|---|---|
|
|
|
|
|
N/A |
|
|
N/A |
Time and Date
The connector handles time and date types based on the value of the time.
time. precision. mode = adaptive_ time_ microseconds
(Default)
SingleStore Data Type |
Literal type |
Semantic type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
N/A |
time. precision. mode = connect
SingleStore Data Type |
Literal type |
Semantic type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
N/A |
time. precision. mode = adaptive
SingleStore Data Type |
Literal type |
Semantic type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
N/A |
String Types
SingleStore Data Type |
Literal type |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Blob Types
The connector handles binary data types based on the value of the binary.
SingleStore Data Type |
Literal type |
Semantic type |
---|---|---|
|
|
Represents as either the raw bytes (the default), a base64-encoded String, a base64-url-safe-encoded String, or a hex-encoded String, based on |
|
|
Represents as either the raw bytes (the default), a base64-encoded String, a base64-url-safe-encoded String, or a hex-encoded String, based on the |
|
|
Represents as either the raw bytes (the default), a base64-encoded String, a base64-url-safe-encoded String, or a hex-encoded String, based on the |
|
|
Represents as either the raw bytes (the default), a base64-encoded String, a base64-url-safe-encoded String, or a hex-encoded String, based on the |
|
|
Represents as either the raw bytes (the default), a base64-encoded String, a base64-url-safe-encoded String, or a hex-encoded String, based on the |
|
|
Represents as either the raw bytes (the default), a base64-encoded String, a base64-url-safe-encoded String, or a hex-encoded String, based on the |
|
|
Represents as either the raw bytes (the default), a base64-encoded String, a base64-url-safe-encoded String, or a hex-encoded String, based on the |
Geospatial Types
The connector handles geospatial types based on the value of the geography.
geography. handling. mode = geometry
(Default)
SingleStore Data Type |
Literal type |
Semantic type |
---|---|---|
|
|
Refer to the Open Geospatial Consortium for more details. |
|
|
Refer to the Open Geospatial Consortium for more details. |
geography. handling. mode= string
SingleStore Data Type |
Literal type |
---|---|
|
|
|
|
Vector Types
The connector handles geospatial types based on the value of the vector.
vector. handling. mode = string
(Default)
SingleStore Data Type |
Literal type |
---|---|
|
|
vector. handling. mode = binary
SingleStore Data Type |
Literal type |
Semantic Type |
---|---|---|
|
|
Represents as either the raw bytes (the default), a base64-encoded String, a base64-url-safe-encoded String, or a hex-encoded String, based on the |
vector. handling. mode = array
SingleStore Data Type |
Literal type |
---|---|
|
|
Other Types
SingleStore Data Type |
Literal type |
---|---|
|
|
|
|
|
|
Last modified: April 1, 2025