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 5177a8a commit 0ac1c65Copy full SHA for 0ac1c65
src/oracledb/impl/base/metadata.pyx
@@ -36,8 +36,9 @@ cdef class OracleMetadata:
36
Creates an Arrow schema for the metadata.
37
"""
38
cdef:
39
- ArrowType arrow_type, child_arrow_type = NANOARROW_TYPE_NA
40
ArrowTimeUnit time_unit = NANOARROW_TIME_UNIT_SECOND
+ ArrowType child_arrow_type = NANOARROW_TYPE_NA
41
+ ArrowType arrow_type = NANOARROW_TYPE_NA
42
uint8_t py_type_num = self._py_type_num
43
uint32_t db_type_num = self.dbtype.num
44
0 commit comments