We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4c69f commit b62520aCopy full SHA for b62520a
src/questdb/dataframe.pxi
@@ -149,7 +149,7 @@ cdef enum col_source_t:
149
col_source_dt64ns_numpy = 501000
150
col_source_dt64ns_tz_arrow = 502000
151
col_source_arr_f64_numpyobj = 601100
152
- col_source_decimal_pyobj = 701000
+ col_source_decimal_pyobj = 701100
153
col_source_decimal32_arrow = 702100
154
col_source_decimal64_arrow = 703100
155
col_source_decimal128_arrow = 704100
0 commit comments