From d4badeded74abc30713e3d216c441dcd85fcb554 Mon Sep 17 00:00:00 2001 From: wiedld Date: Thu, 19 Sep 2024 17:28:09 -0700 Subject: [PATCH] chore: update implementation matrix for view types in arrow-rs --- docs/source/status.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/status.rst b/docs/source/status.rst index 98374164d7ae0..765aeb1a076ae 100644 --- a/docs/source/status.rst +++ b/docs/source/status.rst @@ -68,11 +68,11 @@ Data Types +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Large Utf8 | ✓ | ✓ | ✓ | ✓ | \(4) | ✓ | ✓ | | ✓ | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| Binary View | ✓ | | ✓ | | ✓ | | | | | +| Binary View | ✓ | | ✓ | | ✓ | ✓ | | | | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Large Binary View | ✓ | | ✓ | | | | | | | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ -| Utf8 View | ✓ | | ✓ | | ✓ | | | | | +| Utf8 View | ✓ | | ✓ | | ✓ | ✓ | | | | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+ | Large Utf8 View | ✓ | | ✓ | | | | | | | +-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+