Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proposed/0029-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Observe that every physical array (a specific encoding combined with actual data
array. A `VarBinView` array can map to either `Utf8` or `Binary`, depending on whether its contents
are valid UTF-8. Call this projection `π : Array → DType`.

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
each logical type back into the space of physical encodings, such that projecting back recovers the
original `DType` (`π(s(d)) = d`). In other words, a section answers the question: "given a logical
type, which physical encoding should I use to represent it?"
Expand Down
Loading