Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

FixedSizeBinaryArray and COW #1601

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

FixedSizeBinaryArray and COW #1601

wants to merge 3 commits into from

Commits on Jan 7, 2024

  1. Main

    As FixedSizeBinayArray is almost equivalent to PrimitiveArray (a Vec<u8>), it should have similar COW capabilities.
    So I would like to propose to add get_mut_values() method.
    «ratal» committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    1c43a16 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b929bcc View commit details
    Browse the repository at this point in the history
  2. added mut_values() for fixedSizeListArray

    «ratal» committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    003d8ef View commit details
    Browse the repository at this point in the history