Skip to content

Commit

Permalink
GH-45541: [Doc][C++] Render ascii art as is
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Feb 15, 2025
1 parent 7906e3c commit 439c66d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/src/arrow/type.h
Original file line number Diff line number Diff line change
Expand Up @@ -800,19 +800,23 @@ class ARROW_EXPORT BinaryViewType : public DataType {
/// This union supports two states:
///
/// - Entirely inlined string data
/// \code{.unparsed}
/// |----|--------------|
/// ^ ^
/// | |
/// size in-line string data, zero padded
/// \endcode
///
/// - Reference into a buffer
/// \code{.unparsed}
/// |----|----|----|----|
/// ^ ^ ^ ^
/// | | | |
/// size | | `------.
/// prefix | |
/// buffer index |
/// offset in buffer
/// \endcode
///
/// Adapted from TU Munich's UmbraDB [1], Velox, DuckDB.
///
Expand Down

0 comments on commit 439c66d

Please sign in to comment.