askoa commented on code in PR #3553:
URL: https://github.com/apache/arrow-rs/pull/3553#discussion_r1083508266


##########
arrow-array/src/types.rs:
##########
@@ -240,6 +244,22 @@ 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>
+///
+/// # Sealed: The implementation of this trait is sealed to avoid accidental 
misuse.
+pub trait ArrowRunEndIndexType: ArrowPrimitiveType + private::Sealed {}

Review Comment:
   I can change this to `RunEndIndexType`. I am not too attached to the names I 
used. I just don't want to keep changing it based on different reviewer's views.



-- 
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