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

Conversation

ratal
Copy link

@ratal ratal commented Jan 7, 2024

As FixedSizeBinayArray is almost equivalent to PrimitiveArray (a Vec), it should have similar COW capabilities.
So I would like to propose to add get_mut_values() method.

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 ratal changed the title Main FixedSizeBinaryArray and COW Jan 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant