askoa commented on code in PR #3553:
URL: https://github.com/apache/arrow-rs/pull/3553#discussion_r1074002717
##########
arrow-array/src/types.rs:
##########
@@ -240,6 +240,17 @@ impl ArrowDictionaryKeyType for UInt32Type {}
impl ArrowDictionaryKeyType for UInt64Type {}
+/// A subtype of primitive type that is used as run-ends index
+/// in RunEndEncodedArray.
+/// See <https://arrow.apache.org/docs/format/Columnar.html>
+pub trait ArrowRunEndIndexType: ArrowPrimitiveType {}
Review Comment:
Are you suggesting to change the visibility to `pub (crate)`?
--
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]