Sorry for being misleading. "valid" offset means that:
1. For Binary Like [1] format, and List formats [2], even if the parent
    has `validity = false`. Their offset should be well-defined.
2. For StringView and ArrayView, if the parent has `validity = false`.
    If they have `validity = true`, there offset might point to a invalid
    position

Am I right?

On 2023/06/29 12:10:52 Antoine Pitrou wrote:
>
> Le 29/06/2023 à 13:42, wish maple a écrit :
> > Thanks all!
> > So, in general:
> > 1. For our Binary Like [1] format, and List formats [2], if the parent
is
> >      not valid, the offset should still be valid
>
> What do you call a "valid" offset?
>

Reply via email to