You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VariantEncoding.md
-29Lines changed: 0 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -473,32 +473,3 @@ A single Variant object may have poor read performance when only a small subset
473
473
A better approach is to create separate columns for individual fields, referred to as shredding or subcolumnarization.
474
474
[VariantShredding.md](VariantShredding.md) describes the Variant shredding specification in Parquet.
475
475
476
-
## Conversion to JSON
477
-
478
-
Values stored in the Variant encoding are a superset of JSON values.
479
-
For example, a Variant value can be a date that has no equivalent type in JSON.
480
-
To maximize compatibility with readers that can process JSON but not Variant, the following conversions should be used when producing JSON from a Variant:
481
-
482
-
| Variant type | JSON type | Representation requirements | Example |
0 commit comments