-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Get object field
- Get array element
Should likely offer two variants:
get_variant_field_zc: ReturnBinaryViewArrayso we can re-use the original buffer. This is can be used when the user will immediately use a cast method to extract data.get_variant_field: ReturnBinaryArrayso we can drop the original buffer and keep the narrowed values. This can be used when the original variant data is no longer needed but we will be passing the variant selection to another step.
In DataFusion, we can add an optimization rule to decide which of these to use.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels