We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa5aeb commit e21b86bCopy full SHA for e21b86b
1 file changed
docs/py-udf.md
@@ -27,7 +27,7 @@ This is the mapping for [Timeplus data type](/datatypes) and Python data type:
27
|float32, float64|float|
28
|date, date32|datetime.date|
29
|datetime, datetime64|datetime.datetime|
30
-|string, fixed_string|str|
+|string, fixed_string|bytes|
31
|array|list|
32
|tuple|tuple|
33
|map| dict|
0 commit comments