Module nu_protocol::value::column_path
source · [−]Structs
The fundamental path primitive to describe how to navigate through a table to get to a sub-item. A path member can be either a word or a number. Words/strings are taken to mean a column name, and numbers are the row number. Taken together they describe which column or row to narrow to in order to get data.
A basic piece of a ColumnPath, which describes the steps to take through a table to arrive a cell, row, or inner table
Enums
A PathMember that has yet to be spanned so that it can be used in later processing