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 0d7017f commit 48e9709Copy full SHA for 48e9709
src/questdb/dataframe.pxi
@@ -150,10 +150,10 @@ cdef enum col_source_t:
150
col_source_dt64ns_tz_arrow = 502000
151
col_source_arr_f64_numpyobj = 601100
152
col_source_decimal_pyobj = 701100
153
- col_source_decimal32_arrow = 702100
154
- col_source_decimal64_arrow = 703100
155
- col_source_decimal128_arrow = 704100
156
- col_source_decimal256_arrow = 705100
+ col_source_decimal32_arrow = 702000
+ col_source_decimal64_arrow = 703000
+ col_source_decimal128_arrow = 704000
+ col_source_decimal256_arrow = 705000
157
158
159
cdef bint col_source_needs_gil(col_source_t source) noexcept nogil:
0 commit comments