Skip to content

Commit

Permalink
Add ArrayStaticConstructor property to Time64Traits
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Aug 25, 2023
1 parent f7666ca commit f5eb52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions matlab/src/matlab/+arrow/+type/+traits/Time64Traits.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
ArrayConstructor = @arrow.array.Time64Array
ArrayClassName = "arrow.array.Time64Array"
ArrayProxyClassName = "arrow.array.proxy.Time64Array"
ArrayStaticConstructor = @arrow.array.Time64Array.fromMATLAB
TypeConstructor = @arrow.type.Time64Type;
TypeClassName = "arrow.type.Time64Type"
TypeProxyClassName = "arrow.type.proxy.Time64Type"
Expand Down
1 change: 1 addition & 0 deletions matlab/test/arrow/type/traits/tTime64Traits.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
ArrayConstructor = @arrow.array.Time64Array
ArrayClassName = "arrow.array.Time64Array"
ArrayProxyClassName = "arrow.array.proxy.Time64Array"
ArrayStaticConstructor = @arrow.array.Time64Array.fromMATLAB
TypeConstructor = @arrow.type.Time64Type
TypeClassName = "arrow.type.Time64Type"
TypeProxyClassName = "arrow.type.proxy.Time64Type"
Expand Down

0 comments on commit f5eb52d

Please sign in to comment.