felipecrv commented on code in PR #37792:
URL: https://github.com/apache/arrow/pull/37792#discussion_r1333543632


##########
cpp/src/arrow/array/array_binary.h:
##########
@@ -217,6 +218,75 @@ class ARROW_EXPORT LargeStringArray : public 
LargeBinaryArray {
   Status ValidateUTF8() const;
 };
 
+// ----------------------------------------------------------------------
+// BinaryView and StringView
+
+/// Concrete Array class for variable-size binary view data using the
+/// BinaryViewType::c_type struct to reference in-line or out-of-line string 
values
+class ARROW_EXPORT BinaryViewArray : public PrimitiveArray {

Review Comment:
   All the types that inherit from `PrimitiveArray` evaluate to `true` on the 
`is_primitive(type)` predicate.



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