We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396f279 commit 36bd7b6Copy full SHA for 36bd7b6
1 file changed
proposed/0029-types.md
@@ -128,7 +128,7 @@ Observe that every physical array (a specific encoding combined with actual data
128
array. A `VarBinView` array can map to either `Utf8` or `Binary`, depending on whether its contents
129
are valid UTF-8. Call this projection `π : Array → DType`.
130
131
-A **section** is a right-inverse of this projection: a function `s : DType → Encoding` that injects
+A **section** is a right-inverse of this projection: a function `s : DType → Array` that injects
132
each logical type back into the space of physical encodings, such that projecting back recovers the
133
original `DType` (`π(s(d)) = d`). In other words, a section answers the question: "given a logical
134
type, which physical encoding should I use to represent it?"
0 commit comments