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 48e9709 commit 5b4cbfaCopy full SHA for 5b4cbfa
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 = 702000
154
- col_source_decimal64_arrow = 703000
155
- col_source_decimal128_arrow = 704000
156
- col_source_decimal256_arrow = 705000
+ col_source_decimal32_arrow = 702100
+ col_source_decimal64_arrow = 703100
+ col_source_decimal128_arrow = 704100
+ col_source_decimal256_arrow = 705100
157
158
159
cdef bint col_source_needs_gil(col_source_t source) noexcept nogil:
0 commit comments