hiroyuki-sato opened a new issue, #45541:
URL: https://github.com/apache/arrow/issues/45541

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Is it possible render ascii characters as is?
   
   [BinaryViewType union 
c_type](https://arrow.apache.org/docs/cpp/api/datatype.html#_CPPv4N5arrow14BinaryViewType6c_typeE)
   
   This union supports two states
   
   <img width="722" alt="Image" 
src="https://github.com/user-attachments/assets/ea1985d3-654c-47e6-98be-abc0813284ec";
 />
   
   ```
     /// - Entirely inlined string data
     ///                |----|--------------|
     ///                 ^    ^
     ///                 |    |
     ///              size    in-line string data, zero padded
     ///
     /// - Reference into a buffer
     ///                |----|----|----|----|
     ///                 ^    ^    ^    ^
     ///                 |    |    |    |
     ///              size    |    |    `------.
     ///                  prefix   |           |
     ///                        buffer index   |
     ///                                  offset in buffer
   ```
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to