paleolimbot commented on code in PR #366:
URL: https://github.com/apache/arrow-nanoarrow/pull/366#discussion_r1462438912


##########
python/src/nanoarrow/__init__.py:
##########
@@ -26,4 +26,40 @@
     allocate_c_array,
     allocate_c_array_stream,
 )
+from nanoarrow.schema import (  # noqa: F401
+    Schema,
+    Type,
+    TimeUnit,
+    schema,
+    null,
+    bool,
+    int8,
+    uint8,
+    int16,
+    uint16,
+    int32,
+    uint32,
+    int64,
+    uint64,
+    float16,
+    float32,
+    float64,
+    string,
+    large_string,
+    binary,
+    large_binary,
+    fixed_size_binary,
+    date32,
+    date64,
+    time32,
+    time64,
+    timestamp,
+    duration,
+    interval_months,

Review Comment:
   Yeah I noticed that too! I don't know the history there but it's not too 
difficult to expose it here so 🤷 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to