Skip to content

Commit

Permalink
Update display in "Extract an Arrow Field from an Arrow Schema by
Browse files Browse the repository at this point in the history
index" section
  • Loading branch information
sgilmore10 committed Nov 21, 2023
1 parent 95a3087 commit f2fa4fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions matlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,11 @@ ans =
```matlab
>> arrowSchema
arrowSchema =
arrowSchema =
Letter: string
Number: double
Arrow Schema with 2 fields:
Letter: String | Number: Int8
% Specify the field to extract by its index (i.e. 2)
>> field = arrowSchema.field(2)
Expand Down

0 comments on commit f2fa4fe

Please sign in to comment.