File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Observe that every physical array (a specific encoding combined with actual data
128128array. A ` VarBinView ` array can map to either ` Utf8 ` or ` Binary ` , depending on whether its contents
129129are valid UTF-8. Call this projection ` π : Array → DType ` .
130130
131- A ** section** is a right-inverse of this projection: a function ` s : DType → Encoding ` that injects
131+ A ** section** is a right-inverse of this projection: a function ` s : DType → Array ` that injects
132132each logical type back into the space of physical encodings, such that projecting back recovers the
133133original ` DType ` (` π(s(d)) = d ` ). In other words, a section answers the question: "given a logical
134134type, which physical encoding should I use to represent it?"
You can’t perform that action at this time.
0 commit comments