Skip to content

Commit

Permalink
Explicitly define Valid and Length properties as read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Sep 19, 2023
1 parent 42a92fd commit d67e20f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions matlab/src/matlab/+arrow/+array/Array.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@
Proxy
end

properties (Dependent)
properties(Dependent, SetAccess=private, GetAccess=public)
Length
Valid % Validity bitmap
end

properties(Dependent, SetAccess=private, GetAccess=public)
Type(1, 1) arrow.type.Type
end

Expand Down

0 comments on commit d67e20f

Please sign in to comment.