File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ enum Variant {
2323}
2424```
2525
26- Here the semantic ` null ` value inside the variant payload is represented as
26+ Here ` variantnull ` value inside the variant payload is represented as
2727` Scalar::null(DType::Null) ` . That is distinct from the outer nullability of the
2828` Variant ` dtype itself.
2929
@@ -49,7 +49,7 @@ does **not** guarantee that extracted paths will be non-null.
4949This is distinct from the semantic null value inside the variant payload, which I'll call
5050` variantnull ` . A ` variantnull ` is a present variant value whose payload is
5151` null ` , while an outer null is the absence of the variant value itself.
52- In scalar form this is the difference between ` Scalar::null(DType::Variant(Nullability::Nullable)) ` gst
52+ In scalar form this is the difference between ` Scalar::null(DType::Variant(Nullability::Nullable)) `
5353and ` Scalar::variant(Scalar::null(DType::Null)) ` .
5454
5555Typed extraction from a variant should therefore still return nullable arrays even when the source
You can’t perform that action at this time.
0 commit comments