Skip to content

Commit

Permalink
Specify columns accessed by name, not position.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed Dec 10, 2024
1 parent 2858477 commit 4f5611d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VariantShredding.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ required group measurement (VARIANT) {
}
```

The Parquet columns used to store variant metadata and values must be accessed by name, not by position.

The series of measurements `34, null, "n/a", 100` would be stored as:

| Value | `metadata` | `value` | `typed_value` |
Expand Down

0 comments on commit 4f5611d

Please sign in to comment.